Select to view content in your preferred language

Activate Graphical Search-Select by Point (SearchWidget) from menu item?

638
3
07-15-2010 05:13 AM
NatashaManzuiga
Regular Contributor
Hi all, is it possible to activate Graphical Search-Select by Point (SearchWidget) from menu item?
thanks,

Naty
Tags (2)
0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus
Naty,

  You can try to make
private function activateSearchTool(value:String):void
public instead of private then get the reference to the widget and call it.
0 Kudos
NatashaManzuiga
Regular Contributor
Naty,

  You can try to make
private function activateSearchTool(value:String):void
public instead of private then get the reference to the widget and call it.


And how can I call it from the menu? I'm trying to place a call...but I dont know where..
Thanks Robert...

Naty
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Naty,

  It is extremely difficult to call a function from the Controllers menu item. There is just nothing setup for that and although I have done it it is ALOT of code changes. I would suggest looking at some other avenue.
0 Kudos