<?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 Re: Add help to widget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/add-help-to-widget/m-p/387267#M11142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rhett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; What about just adding the fourth argument as false and the button will not act as a toggle button and just act like a button.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2013 02:06:57 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2013-02-27T02:06:57Z</dc:date>
    <item>
      <title>Add help to widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/add-help-to-widget/m-p/387264#M11139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can I add help for widget?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 17:33:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/add-help-to-widget/m-p/387264#M11139</guid>
      <dc:creator>anjelinaponker</dc:creator>
      <dc:date>2012-12-10T17:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add help to widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/add-help-to-widget/m-p/387265#M11140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anjelina,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do it by adding an icon in the widget header that opens up a web page with the help on. In the init function add:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;wTemplate.addTitlebarButton("assets/images/i_help.png", "Help", showHelp);&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;then add a showHelp function:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;private function showHelp():void&amp;nbsp; {&amp;nbsp; var urlRequest:URLRequest = new URLRequest("widgets/Bearing/help.html");&amp;nbsp; navigateToURL(urlRequest, "_blank"); }&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 18:26:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/add-help-to-widget/m-p/387265#M11140</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-12-10T18:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Add help to widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/add-help-to-widget/m-p/387266#M11141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have implemented this on most my widgets, but have changed to use ExternalInterface.call instead of navigateToURL so I can control the new browser window size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems to be working great, however, for about half the widgets, the help button shows as selected (underlined) as soon as you open the widget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other half of my widgets don't get the selected underline until I actually click on the icon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Doesn't seem to be affecting the operation, but is somewhat confusing to some.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Was wondering if anyone has an idea as to why it sometimes makes it selected, others not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For that matter, really just need a way to make them show as non-selected on widget open.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any insight,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 23:13:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/add-help-to-widget/m-p/387266#M11141</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-02-26T23:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Add help to widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/add-help-to-widget/m-p/387267#M11142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rhett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; What about just adding the fourth argument as false and the button will not act as a toggle button and just act like a button.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 02:06:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/add-help-to-widget/m-p/387267#M11142</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-02-27T02:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Add help to widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/add-help-to-widget/m-p/387268#M11143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Perfect, works like a charm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 17:06:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/add-help-to-widget/m-p/387268#M11143</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-02-27T17:06:15Z</dc:date>
    </item>
  </channel>
</rss>

