<?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: Run a widget after page load in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/run-a-widget-after-page-load/m-p/108512#M3887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would you please explain it in a little details? I used the following code in widgetConfigLoaded event. It seems OK, but I'm not sure if it is right thing to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; ViewerContainer.dispatchEvent(new AppEvent(AppEvent.WIDGET_RUN, 0));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2012 05:35:06 GMT</pubDate>
    <dc:creator>FarhadNavaei</dc:creator>
    <dc:date>2012-06-06T05:35:06Z</dc:date>
    <item>
      <title>Run a widget after page load</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/run-a-widget-after-page-load/m-p/108510#M3885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to run a widget right after a page is completely loaded. Is there any way to do that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 00:58:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/run-a-widget-after-page-load/m-p/108510#M3885</guid>
      <dc:creator>FarhadNavaei</dc:creator>
      <dc:date>2012-06-04T00:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Run a widget after page load</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/run-a-widget-after-page-load/m-p/108511#M3886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Fnavaei,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using the viewer and you want a widget to run/open automatically use the tag preload="open" in the main config file when you set the widget tag&lt;/SPAN&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, 04 Jun 2012 06:37:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/run-a-widget-after-page-load/m-p/108511#M3886</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-06-04T06:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Run a widget after page load</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/run-a-widget-after-page-load/m-p/108512#M3887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would you please explain it in a little details? I used the following code in widgetConfigLoaded event. It seems OK, but I'm not sure if it is right thing to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; ViewerContainer.dispatchEvent(new AppEvent(AppEvent.WIDGET_RUN, 0));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 05:35:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/run-a-widget-after-page-load/m-p/108512#M3887</guid>
      <dc:creator>FarhadNavaei</dc:creator>
      <dc:date>2012-06-06T05:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Run a widget after page load</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/run-a-widget-after-page-load/m-p/108513#M3888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Farhad,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in FlexViewer versions 2.1, 2.2, 2.3:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;ViewerContainer.dispatchEvent(new AppEvent(AppEvent.WIDGET_RUN, id));&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;in FlexViewer versions 2.4, 2.5, 3.0:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;AppEvent.dispatch(AppEvent.WIDGET_RUN, id);&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 06:46:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/run-a-widget-after-page-load/m-p/108513#M3888</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2012-06-06T06:46:53Z</dc:date>
    </item>
  </channel>
</rss>

