<?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: MapProgressBar widget  for SFV 2.0 in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381396#M8955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone developed a progress device (or recompiled this one) for Flex 3.0?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ron&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jul 2013 13:00:12 GMT</pubDate>
    <dc:creator>RonaldWisner</dc:creator>
    <dc:date>2013-07-17T13:00:12Z</dc:date>
    <item>
      <title>MapProgressBar widget  for SFV 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381387#M8946</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;&amp;nbsp;&amp;nbsp; I just created a widget that mimics the behavior of MapProgressBar in ArcGIS Server Sliverlight Api. This widget can only be used for SFV 2.0 now. Add this widget to your project and configure it in config.xml just like SFV's OverviewMapWidget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Something like this:&lt;/SPAN&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;widget left="300" bottom="10" config="" url="widgets/MapProgressBar/MapProgressBarWidget.swf"/&amp;gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I did not test this widget strictly, and I am sure this widget is not good enough, please give me your feedbacks. Sorry for my poor English.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; See attachment.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 12:31:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381387#M8946</guid>
      <dc:creator>ChenJuequan</dc:creator>
      <dc:date>2010-08-03T12:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: MapProgressBar widget  for SFV 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381388#M8947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Seems to be working well for me. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the code!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 17:43:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381388#M8947</guid>
      <dc:creator>MLowry</dc:creator>
      <dc:date>2010-08-03T17:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: MapProgressBar widget  for SFV 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381389#M8948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello - First, let me say that I'm very new to SFV 2.0. Pardon my ignorance. but maybe I can learn how everything works if someone can answer this post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see how the OverviewMapWidget is configured under the &lt;/SPAN&gt;&lt;STRONG&gt;UI elements&lt;/STRONG&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;widget right="1" bottom="1" config="widgets/OverviewMap/&lt;/SPAN&gt;&lt;STRONG&gt;OverviewMapWidget.xml&lt;/STRONG&gt;&lt;SPAN&gt;" url="widgets/OverviewMap/&lt;/SPAN&gt;&lt;STRONG&gt;OverviewMapWidget.swf&lt;/STRONG&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...as it calls on an XML and a SWF in order to work, but the data in this zip for this tool is an &lt;/SPAN&gt;&lt;STRONG&gt;mxml.&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; How do you impliment this correctly? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;widget left="300" bottom="10" config="widgets/MapProgressBar/&lt;/SPAN&gt;&lt;STRONG&gt;MapProgressBarWidget.mxml"/&lt;/STRONG&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...But it didnt work.&amp;nbsp; Again, I'm very new to this.&amp;nbsp; Does the mxml have to be converted to a swf?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 21:23:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381389#M8948</guid>
      <dc:creator>DanielOchoa</dc:creator>
      <dc:date>2010-08-03T21:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: MapProgressBar widget  for SFV 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381390#M8949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello - First, let me say that I'm very new to SFV 2.0. Pardon my ignorance. but maybe I can learn how everything works if someone can answer this post.&lt;BR /&gt;&lt;BR /&gt;I see how the OverviewMapWidget is configured under the &lt;STRONG&gt;UI elements&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;widget right="1" bottom="1" config="widgets/OverviewMap/&lt;STRONG&gt;OverviewMapWidget.xml&lt;/STRONG&gt;" url="widgets/OverviewMap/&lt;STRONG&gt;OverviewMapWidget.swf&lt;/STRONG&gt;"/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;...as it calls on an XML and a SWF in order to work, but the data in this zip for this tool is an &lt;STRONG&gt;mxml.&lt;/STRONG&gt;&amp;nbsp; How do you impliment this correctly? &lt;BR /&gt;&lt;BR /&gt;I tried this:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;widget left="300" bottom="10" config="widgets/MapProgressBar/&lt;STRONG&gt;MapProgressBarWidget.mxml"/&lt;/STRONG&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;...But it didnt work.&amp;nbsp; Again, I'm very new to this.&amp;nbsp; Does the mxml have to be converted to a swf?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, maybe I should have provided the compiled swf file along with the mxml file with source code.&amp;nbsp; The attachment includes the compiled swf file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 21:31:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381390#M8949</guid>
      <dc:creator>ChenJuequan</dc:creator>
      <dc:date>2010-08-03T21:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: MapProgressBar widget  for SFV 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381391#M8950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks! Code works great...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still learning that mxml=swf&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;~ D&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 00:18:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381391#M8950</guid>
      <dc:creator>DanielOchoa</dc:creator>
      <dc:date>2010-08-04T00:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: MapProgressBar widget  for SFV 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381392#M8951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, Great widget.&amp;nbsp; how do I change the barColor?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 01:54:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381392#M8951</guid>
      <dc:creator>HaroldBostic</dc:creator>
      <dc:date>2010-12-06T01:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: MapProgressBar widget  for SFV 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381393#M8952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello, Great widget.&amp;nbsp; how do I change the barColor?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having the same problem. I have copied the "mx.skins.halo.ProgressIndeterminateSkin.as" but setting that as my skin class breaks the animation. I know this is more of a flex problem than anything else, but if anyone could post an example that would be great.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 13:40:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381393#M8952</guid>
      <dc:creator>MarkHorsell</dc:creator>
      <dc:date>2011-10-10T13:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: MapProgressBar widget  for SFV 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381394#M8953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The simple way is to set the chromeColor of the progressBar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 15:31:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381394#M8953</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-10-10T15:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: MapProgressBar widget  for SFV 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381395#M8954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a compiled swf for FlexViewer 2.4?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 17:29:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381395#M8954</guid>
      <dc:creator>MikeMartin</dc:creator>
      <dc:date>2011-11-07T17:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: MapProgressBar widget  for SFV 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381396#M8955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone developed a progress device (or recompiled this one) for Flex 3.0?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ron&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 13:00:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mapprogressbar-widget-nbsp-for-sfv-2-0/m-p/381396#M8955</guid>
      <dc:creator>RonaldWisner</dc:creator>
      <dc:date>2013-07-17T13:00:12Z</dc:date>
    </item>
  </channel>
</rss>

