<?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 Getting Started with Widgets in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/getting-started-with-widgets/m-p/135065#M3153</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've taken flex classes and have worked with previous versions of ArcGIS server, but just never with Flex.&amp;nbsp; I am very new to flex and understand how the code functions since I took a class, but the problem I'm having is that they never covered widgets.&amp;nbsp; I downloaded the non-configured flexviewer but I am unsure how to really take it apart and customize it.&amp;nbsp; Are there any good tutorials on how to get started with widgets?&amp;nbsp; Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Aug 2010 19:54:37 GMT</pubDate>
    <dc:creator>JaclynGorman</dc:creator>
    <dc:date>2010-08-26T19:54:37Z</dc:date>
    <item>
      <title>Getting Started with Widgets</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/getting-started-with-widgets/m-p/135065#M3153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've taken flex classes and have worked with previous versions of ArcGIS server, but just never with Flex.&amp;nbsp; I am very new to flex and understand how the code functions since I took a class, but the problem I'm having is that they never covered widgets.&amp;nbsp; I downloaded the non-configured flexviewer but I am unsure how to really take it apart and customize it.&amp;nbsp; Are there any good tutorials on how to get started with widgets?&amp;nbsp; Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 19:54:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/getting-started-with-widgets/m-p/135065#M3153</guid>
      <dc:creator>JaclynGorman</dc:creator>
      <dc:date>2010-08-26T19:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with Widgets</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/getting-started-with-widgets/m-p/135066#M3154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I guess I should be a little more specific.&amp;nbsp; I am working on my local machine which has a Apache server running as a localhost.&amp;nbsp; When I try to run the flexviewer from flex builder, even when I follow the direction and it's in my C:\inetpub\wwwroot folder, it can't find the project on the machince.&amp;nbsp; I'm not sure what I am doing wrong.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 20:19:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/getting-started-with-widgets/m-p/135066#M3154</guid>
      <dc:creator>JaclynGorman</dc:creator>
      <dc:date>2010-08-26T20:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with Widgets</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/getting-started-with-widgets/m-p/135067#M3155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jaclyn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Apache do not use a folder named inetpub that is for MS IIS you need to use htdocs folder instead.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 20:45:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/getting-started-with-widgets/m-p/135067#M3155</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-26T20:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with Widgets</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/getting-started-with-widgets/m-p/135068#M3156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Widget is just another name for Module. The BaseWidget class that ESRI uses in FlexViewer extends Module and adds custom fields used in FlexViewer to pass data around.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So if you are looking for info on Modules in general, look up how to work with Flex Modules, loading and unloading. This will help you figure out what is happening with widgets in FlexViewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think the FlexViewer unloads the widgets when they are closed. I think they get saved to a Dictionary object.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 21:18:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/getting-started-with-widgets/m-p/135068#M3156</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2010-08-26T21:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with Widgets</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/getting-started-with-widgets/m-p/135069#M3157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Jaclyn,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Apache do not use a folder named inetpub that is for MS IIS you need to use htdocs folder instead.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to get the configured viewer to open but I still can't get the non-configured flex viewer to open.&amp;nbsp; Not sure what I am doing wrong.&amp;nbsp; I moved everything to the htdocs folder.&amp;nbsp; Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 12:41:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/getting-started-with-widgets/m-p/135069#M3157</guid>
      <dc:creator>JaclynGorman</dc:creator>
      <dc:date>2010-08-27T12:41:20Z</dc:date>
    </item>
  </channel>
</rss>

