Solved! Go to Solution.
hitimer = setTimeout(showHighlight, 300, [ searchResult ]);
showInfoWindow2(searchResult);
- So do not want popups at all? This could be quite involved.
- Removing the search results from the widget altogether would be virtually a complete re-write of the widget... You can stop the widget from switching to the results view once the search is completed. You would search for the showStateResults in each of the search functions like queryFeaturesText and queryFeaturesGraphical.
- a & b: Using the url search will allow of this. There is pretty good documentation on this Enhanced Search Widget URL Search Configuration.pdf
- Sidebars... Hmm... No there is nothing OTB for this (sort of). It would be possible to set the right attribute of the map to 300 or something and have the eSearch and layer list widget fixed in that space using left, right, top, bottom attributes.
hitimer = setTimeout(showHighlight, 300, [ searchResult ]);
showInfoWindow2(searchResult);
Michelle,
Yes first order of business it to get to version 3.x for both the viewer and the eSearch Widget.
Michelle,
In Flash Builder there is a project menu and a Clean... command run that and see if it resolves the errors.