<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Activate Graphical Search-Select by Point (SearchWidget) from menu item? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/activate-graphical-search-select-by-point/m-p/536967#M12113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all, is it possible to activate Graphical Search-Select by Point (SearchWidget) from menu item?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Naty&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jul 2010 12:13:44 GMT</pubDate>
    <dc:creator>NatashaManzuiga</dc:creator>
    <dc:date>2010-07-15T12:13:44Z</dc:date>
    <item>
      <title>Activate Graphical Search-Select by Point (SearchWidget) from menu item?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/activate-graphical-search-select-by-point/m-p/536967#M12113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all, is it possible to activate Graphical Search-Select by Point (SearchWidget) from menu item?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Naty&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 12:13:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/activate-graphical-search-select-by-point/m-p/536967#M12113</guid>
      <dc:creator>NatashaManzuiga</dc:creator>
      <dc:date>2010-07-15T12:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Activate Graphical Search-Select by Point (SearchWidget) from menu item?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/activate-graphical-search-select-by-point/m-p/536968#M12114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Naty,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; You can try to make &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;private function activateSearchTool(value:String):void&lt;/PRE&gt;&lt;SPAN&gt; public instead of private then get the reference to the widget and call it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 23:58:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/activate-graphical-search-select-by-point/m-p/536968#M12114</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-07-19T23:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Activate Graphical Search-Select by Point (SearchWidget) from menu item?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/activate-graphical-search-select-by-point/m-p/536969#M12115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Naty,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; You can try to make &lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;private function activateSearchTool(value:String):void&lt;/PRE&gt; public instead of private then get the reference to the widget and call it.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And how can I call it from the menu? I'm trying to place a call...but I dont know where..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Robert...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Naty&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 12:43:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/activate-graphical-search-select-by-point/m-p/536969#M12115</guid>
      <dc:creator>NatashaManzuiga</dc:creator>
      <dc:date>2010-07-21T12:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Activate Graphical Search-Select by Point (SearchWidget) from menu item?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/activate-graphical-search-select-by-point/m-p/536970#M12116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Naty,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; 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.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 15:50:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/activate-graphical-search-select-by-point/m-p/536970#M12116</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-07-22T15:50:20Z</dc:date>
    </item>
  </channel>
</rss>

