You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/10/30 20:27:13 UTC

svn commit: r1403829 - /incubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/skins/spark/ImageSkin.mxml

Author: cframpton
Date: Tue Oct 30 19:27:13 2012
New Revision: 1403829

URL: http://svn.apache.org/viewvc?rev=1403829&view=rev
Log:
Just a comment added.  Replace Range with ProgressBar. Range is meant to be a base class and shouldn't be used directly.

Modified:
    incubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/skins/spark/ImageSkin.mxml

Modified: incubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/skins/spark/ImageSkin.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/skins/spark/ImageSkin.mxml?rev=1403829&r1=1403828&r2=1403829&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/skins/spark/ImageSkin.mxml (original)
+++ incubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/skins/spark/ImageSkin.mxml Tue Oct 30 19:27:13 2012
@@ -90,6 +90,7 @@
     <s:BitmapImage id="imageDisplay" left="0" top="0" right="0" bottom="0"/>
     
     <!--- Progress indicator skin part. -->
+    <!--- ToDo: replace with ProgressBar. Range is meant to be a base class and shouldn't be used directly.  -->
     <s:Range id="progressIndicator" skinClass="spark.skins.spark.ImageLoadingSkin" verticalCenter="0" horizontalCenter="0" includeIn="loading" layoutDirection="ltr" />
     
     <!--- Icon that appears in place of the image when an invalid image is loaded. -->