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.
Those instructions are for the Enhanced Draw Widget (not the OTB one) and are also for the uncompiled source code. Notice the DrawWidget.mxml not xml. Anyway those instructions are obsolete and I will remove them for the next version.
The graphical and spatial searches are two different things. What do you mean that you can not get the graphical search to execute? Are you clicking the search button if you have the "enable multi-part graphics" checked?
I realize the spatial and graphical difference now . . . I just picked up the widget yesterday and I'm trying to apply it to my first flex application 🙂
I disabled spatial search. It's the graphical selection method that produces no results on my layer. I have multipart set to false. But turning multipart on and pressing search also provides no results.
I am not sure where the wkt in your map element came from but if you remove it and add wkid="26918", everything works fine (this is in your main config.xml).
I am not sure where the wkt in your map element came from but if you remove it and add wkid="26918", everything works fine (this is in your main config.xml).
This worked. Thanks for all your help, much appreciated 🙂
The spatialreference is the WKID that the buffering in this widget will use and the geometryserver is the url of the geometry service that the widget will use for buffering, simplifying, etc.
Version 3.0.15 - 11/28/2012 * Fixed an issue when printing after a search and the search layer did not have individual layer symbology specified in the eSearchWidget.xml * Fixed issue where you could not use just tables in the eSearchWidget.xml * Fixed issue where clicking the clear button before running a search produces an error. * Fixed issue where new/add/remove selection button is not in the GUI when there is only one layer configured. * Removed the Zoom All button when the results are a table. * Validate the returned geometry before attempting to zoom to all selected features.