<?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: using CSS3 to create progress bar in Flex in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-css3-to-create-progress-bar-in-flex/m-p/3518#M74</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/controls/ProgressBar.html#includeExamplesSummary" rel="nofollow" target="_blank"&gt;ms.controls.ProgressBar&lt;/A&gt;&lt;SPAN&gt; you can change it's interface by customizing skins [ATTACH=CONFIG]19740[/ATTACH] (copy skins to your app and customize them)&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;mx:ProgressBar id="progressBar1"&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; barSkin="your.company.assets.skins.MyProgressBarSkin" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN&gt;or change it's interface by customizing css styles&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;fx:Style&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; @namespace s "library://ns.adobe.com/flex/spark"; &amp;nbsp;&amp;nbsp;&amp;nbsp; @namespace mx "library://ns.adobe.com/flex/mx"; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; .progressBarSyle &amp;nbsp;&amp;nbsp;&amp;nbsp; { &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* TODO: define style here */ &amp;nbsp;&amp;nbsp;&amp;nbsp; } &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fx:Style&amp;gt; ... &amp;lt;mx:ProgressBar id="progressBar2"&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; styleName="progressBarSyle"&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Dec 2012 07:21:07 GMT</pubDate>
    <dc:creator>IvanBespalov</dc:creator>
    <dc:date>2012-12-06T07:21:07Z</dc:date>
    <item>
      <title>using CSS3 to create progress bar in Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-css3-to-create-progress-bar-in-flex/m-p/3515#M71</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to create a GMail like progress bar (see attached picture) in Flex? Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]19693[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 02:17:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-css3-to-create-progress-bar-in-flex/m-p/3515#M71</guid>
      <dc:creator>XintaoLiu</dc:creator>
      <dc:date>2012-12-04T02:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: using CSS3 to create progress bar in Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-css3-to-create-progress-bar-in-flex/m-p/3516#M72</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure what is different about a "Gmail" style, but have you looked here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/57341-how-to-implement-a-quot-Loading-quot-message-after-a-layer-is-checked-in-the-TOC?highlight=progress+bar"&gt;http://forums.arcgis.com/threads/57341-how-to-implement-a-quot-Loading-quot-message-after-a-layer-is-checked-in-the-TOC?highlight=progress+bar&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 20:54:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-css3-to-create-progress-bar-in-flex/m-p/3516#M72</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2012-12-04T20:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: using CSS3 to create progress bar in Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-css3-to-create-progress-bar-in-flex/m-p/3517#M73</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Not sure what is different about a "Gmail" style, but have you looked here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/57341-how-to-implement-a-quot-Loading-quot-message-after-a-layer-is-checked-in-the-TOC?highlight=progress+bar"&gt;http://forums.arcgis.com/threads/57341-how-to-implement-a-quot-Loading-quot-message-after-a-layer-is-checked-in-the-TOC?highlight=progress+bar&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks! But how to change the style, e.g. color, of the indetermined progressbar? Thank you again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 18:02:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-css3-to-create-progress-bar-in-flex/m-p/3517#M73</guid>
      <dc:creator>XintaoLiu</dc:creator>
      <dc:date>2012-12-05T18:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: using CSS3 to create progress bar in Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-css3-to-create-progress-bar-in-flex/m-p/3518#M74</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/controls/ProgressBar.html#includeExamplesSummary" rel="nofollow" target="_blank"&gt;ms.controls.ProgressBar&lt;/A&gt;&lt;SPAN&gt; you can change it's interface by customizing skins [ATTACH=CONFIG]19740[/ATTACH] (copy skins to your app and customize them)&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;mx:ProgressBar id="progressBar1"&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; barSkin="your.company.assets.skins.MyProgressBarSkin" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN&gt;or change it's interface by customizing css styles&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;fx:Style&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; @namespace s "library://ns.adobe.com/flex/spark"; &amp;nbsp;&amp;nbsp;&amp;nbsp; @namespace mx "library://ns.adobe.com/flex/mx"; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; .progressBarSyle &amp;nbsp;&amp;nbsp;&amp;nbsp; { &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* TODO: define style here */ &amp;nbsp;&amp;nbsp;&amp;nbsp; } &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fx:Style&amp;gt; ... &amp;lt;mx:ProgressBar id="progressBar2"&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; styleName="progressBarSyle"&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 07:21:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-css3-to-create-progress-bar-in-flex/m-p/3518#M74</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2012-12-06T07:21:07Z</dc:date>
    </item>
  </channel>
</rss>

