<?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 customizing sample viewer and widgets? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-sample-viewer-and-widgets/m-p/621743#M13810</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;SPAN&gt;&amp;nbsp; I am trying to customize the live maps widget that comes with the sample viewer (for 9.3.1, Flash SDK 3.3, Flash builder 4).&amp;nbsp; I tried to change the label for &amp;lt;visibilitylabel&amp;gt; that I found in src\com\esri\solutions\flexviewer\widgets\LiveMapsWidget.xml, with no result.&amp;nbsp; I put a breakpoint in the init function in the LiveMapsWidget.mxml file but the debugger never stopped at the break.&amp;nbsp; Then I deleted the .xml and .mxml files from the widgets folder (in source) and the swf file from the widgets folder in the bin-debug folder, and i commented out the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; //&amp;lt;widget label="Live Maps" .....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;line in the config.xml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I run it, I still get the "live maps" choice under the "map" menu, and the widget still pops up and is functional.&amp;nbsp; What am I missing?&amp;nbsp; Where is this widget coming from and how do I modify it?&amp;nbsp; Is my browser caching the client side code and not seeing my modifications?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sebstian Roberts&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 May 2010 20:51:59 GMT</pubDate>
    <dc:creator>SebastianRoberts</dc:creator>
    <dc:date>2010-05-12T20:51:59Z</dc:date>
    <item>
      <title>customizing sample viewer and widgets?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-sample-viewer-and-widgets/m-p/621743#M13810</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;SPAN&gt;&amp;nbsp; I am trying to customize the live maps widget that comes with the sample viewer (for 9.3.1, Flash SDK 3.3, Flash builder 4).&amp;nbsp; I tried to change the label for &amp;lt;visibilitylabel&amp;gt; that I found in src\com\esri\solutions\flexviewer\widgets\LiveMapsWidget.xml, with no result.&amp;nbsp; I put a breakpoint in the init function in the LiveMapsWidget.mxml file but the debugger never stopped at the break.&amp;nbsp; Then I deleted the .xml and .mxml files from the widgets folder (in source) and the swf file from the widgets folder in the bin-debug folder, and i commented out the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; //&amp;lt;widget label="Live Maps" .....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;line in the config.xml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I run it, I still get the "live maps" choice under the "map" menu, and the widget still pops up and is functional.&amp;nbsp; What am I missing?&amp;nbsp; Where is this widget coming from and how do I modify it?&amp;nbsp; Is my browser caching the client side code and not seeing my modifications?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sebstian Roberts&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 20:51:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-sample-viewer-and-widgets/m-p/621743#M13810</guid>
      <dc:creator>SebastianRoberts</dc:creator>
      <dc:date>2010-05-12T20:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: customizing sample viewer and widgets?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-sample-viewer-and-widgets/m-p/621744#M13811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I figured out that the flex module path that was being used for the widget was not in the com\esri\solutions\flexviewer\widgets folder but rather in the com\esri\solutions\esa\widgets folder.&amp;nbsp; Both folders have a LiveMapsWidget in them (don't know what the differences are).&amp;nbsp; To add the confusion the sample viewer referenes the esa widget in source as the module, but builds the swf file in the flexviewer folder in bin-debug.&amp;nbsp; I deleted the esa widget, and pointed the module and swf path to the flexviewer folder, and now I am rolling.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 23:19:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-sample-viewer-and-widgets/m-p/621744#M13811</guid>
      <dc:creator>SebastianRoberts</dc:creator>
      <dc:date>2010-05-12T23:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: customizing sample viewer and widgets?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-sample-viewer-and-widgets/m-p/621745#M13812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sebstian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The one in the esa folder is the latest version that has some improvements like the ability to add and remove a map service at runtime.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 12:11:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/customizing-sample-viewer-and-widgets/m-p/621745#M13812</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-05-13T12:11:02Z</dc:date>
    </item>
  </channel>
</rss>

