Select to view content in your preferred language

disable "searching" or "no results found" infoWindows

781
1
06-07-2013 09:58 AM
LukePhilips
Deactivated User
Is it possible to control/modify/disable the "searching" or "no results found" infoWindow's that pop up when using tasks like the IdentifyTask?
0 Kudos
1 Reply
KellyHutchins
Esri Notable Contributor
If you are using the Popup Info Window you could listen for 'onSetFeatures' and if the selected index is not -1 (nothing selected) display the window.  Here's an example: http://jsfiddle.net/Caezz/
0 Kudos