Enhanced-Search-Widget-for-FlexViewer Part II

94337
552
04-19-2012 08:03 AM
RobertScheitlin__GISP
MVP Emeritus
All,

   I am pleased to announce the next release of my eSearch Widget.

http://www.arcgis.com/home/item.html?id=5d4995ccdb99429185dfd8d8fb2a513e

Version 2.5.1.7 - 4/19/2012
* Added ability to search (flat/standalone/no geometry) tables.
* This time all Zooming uses the same scaling (popup, datagrid, widget results, zoom to all).
* Added Relates icon/button to datagrids so that you can click on it in the datagrid to
  open relates choice dialog.
* Move all skins to a skins package for cleaner organization.
* Links that are not associated with a field now work.
* Ability to disable the relates tab in the fixed widget is now configurable.
552 Replies
JosephBatsos
New Contributor II
Robert thanks for sharing this fantastic widget. 🙂 I have one issue regarding the localization of the widget ui.

It seems that export2csvoptionlabel and export2txtoptionlabel do not correspond to the radio button labels. Only exportbtnlabel works.

Also i cannot find the tag for Print button.
I use version 3.1.7 / Flex Viewer 3.1

Thank you in advance!
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Iossif,

   Thanks for reporting this I will look into it.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Iossif,

   I did find an issue with the export option button labels and that will be addressed in version 3.1.8. The print button is localized by the viewer and thus does not need a label in the XML.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Iossif,

   As a quick fix until the next version comes out with the fix for the export2csvoptionlabel and  export2txtoptionlabel issue you can change the export2csvoptionlabel to export2csvbuttonlabel and export2txtoptionlabel to export2txtbuttonlabel in the eSearchWidget.xml and this will fix the issue for you.
0 Kudos
EamonnDoyle
Esri Contributor
Hi Robert

There are times when you just cant see it, and I just cant see it! My eSearch is working perfectly with the exception that results are being added to a floating grid but not to the fixed data grid at the bottom. I'm using 3.1.7 for 3.1. Can you suggest what I might be doing wrong?

http://showcase.esri-ireland.ie/ArcGISViewer4Flex31/?config=NTAQuickStart.xml

Thank You

Eamonn
0 Kudos
AnthonyGiles
Frequent Contributor
Eamonn,

I think you can use one or the other but not both at the same time,

Regards

Anthony
0 Kudos
EamonnDoyle
Esri Contributor
Eamonn,

I think you can use one or the other but not both at the same time,

Regards

Anthony


Thanks Anthony

That makes sense. But I just cant see how to specify one or the other?

Eamonn
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Eamonn,

   Sure there is a tag for that in the eSearchWidget.xml

<floatorfixed>fixed</floatorfixed><!-- possible values are fixed and float -->


It is covered in the doc as well.
0 Kudos
EamonnDoyle
Esri Contributor
Got it, thanks for the replies!
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
All,

Version 3.1.8 - 2/5/2013
* Fixed Localization issue with export2csvoptionlabel and export2txtoptionlabel
* Added autosubmit to expression values to allow control over whether a dropdown list
  automatically fires the search upon selection and textbox when the enter key is pressed.
  The default is true if this attribute is not used.
0 Kudos