Kate,
Well I have seen several site that have the locate widget working using a street intersection so manipulating the widget UI to use to auto complete comboboxes and then concatenating them together with a comma between before firing off the task should not re very hard at all.
Attached is the Flex Viewer 2.1 version of my identify widget.
lastTool = selectedDrawingIcon.name;
setMapNavigation("none", "");
map.panEnabled = true;
map.mapNavigationEnabled = true;
map.rubberbandZoomEnabled = true;Hello All,
I am working on Mr. Scheitlin's Identify Widget, and I am wondering if there are any side effects to setting the navigation setting to "true" (by default they are all "false"). My changed code is as follows (from IdentifyWidget.mxml, approx Lines 368 -372):lastTool = selectedDrawingIcon.name; setMapNavigation("none", ""); map.panEnabled = true; map.mapNavigationEnabled = true; map.rubberbandZoomEnabled = true;
Simply, this should enable panning and rubber band zooming to work while the Identify Widget is active. However, I am guessing there may have been a reason that these are set to not run in the file that is available online. I would prefer to keep the navigation settings activated, thus the question.
Thanks!
Colter