<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Formatting colors as strings with ActionScript</title>
	<link>http://blog.flexexamples.com/2007/07/25/formatting-colors-as-strings-with-actionscript/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Tue, 06 Jan 2009 18:29:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Nikos Katsikanis</title>
		<link>http://blog.flexexamples.com/2007/07/25/formatting-colors-as-strings-with-actionscript/#comment-14662</link>
		<author>Nikos Katsikanis</author>
		<pubDate>Wed, 13 Aug 2008 08:20:49 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/25/formatting-colors-as-strings-with-actionscript/#comment-14662</guid>
		<description>Ah I see, thanks very much for you quick response. This is one of the best sities for learning flex, I'm going through every example.</description>
		<content:encoded><![CDATA[<p>Ah I see, thanks very much for you quick response. This is one of the best sities for learning flex, I&#8217;m going through every example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/07/25/formatting-colors-as-strings-with-actionscript/#comment-14644</link>
		<author>peterd</author>
		<pubDate>Tue, 12 Aug 2008 14:00:22 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/25/formatting-colors-as-strings-with-actionscript/#comment-14644</guid>
		<description>Nikos Katsikanis,

I prefixed with "000000" so that the color black will display as #000000 instead of #0, and green would be #00FF00 instead of #FF00. Basically it was to ensure that the formatted number would always be six characters long.

Peter</description>
		<content:encoded><![CDATA[<p>Nikos Katsikanis,</p>
<p>I prefixed with &#8220;000000&#8243; so that the color black will display as #000000 instead of #0, and green would be #00FF00 instead of #FF00. Basically it was to ensure that the formatted number would always be six characters long.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikos Katsikanis</title>
		<link>http://blog.flexexamples.com/2007/07/25/formatting-colors-as-strings-with-actionscript/#comment-14638</link>
		<author>Nikos Katsikanis</author>
		<pubDate>Tue, 12 Aug 2008 08:05:27 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/25/formatting-colors-as-strings-with-actionscript/#comment-14638</guid>
		<description>Thanks for this example. I was wondering why you prefix 000000 to the String?</description>
		<content:encoded><![CDATA[<p>Thanks for this example. I was wondering why you prefix 000000 to the String?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozgur Uksal</title>
		<link>http://blog.flexexamples.com/2007/07/25/formatting-colors-as-strings-with-actionscript/#comment-14354</link>
		<author>Ozgur Uksal</author>
		<pubDate>Sat, 26 Jul 2008 14:29:42 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/25/formatting-colors-as-strings-with-actionscript/#comment-14354</guid>
		<description>pretty helpful</description>
		<content:encoded><![CDATA[<p>pretty helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BC</title>
		<link>http://blog.flexexamples.com/2007/07/25/formatting-colors-as-strings-with-actionscript/#comment-12537</link>
		<author>BC</author>
		<pubDate>Wed, 07 May 2008 04:02:21 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/25/formatting-colors-as-strings-with-actionscript/#comment-12537</guid>
		<description>wow, very nice</description>
		<content:encoded><![CDATA[<p>wow, very nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/07/25/formatting-colors-as-strings-with-actionscript/#comment-9</link>
		<author>peterd</author>
		<pubDate>Tue, 31 Jul 2007 15:59:51 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/25/formatting-colors-as-strings-with-actionscript/#comment-9</guid>
		<description>Ultraniblet,

There is a ColorPicker control in the Flex framework (look in the mx.controls package).

You can find the Flex 2.0.1 ColorPicker documentation online at &lt;a href="http://livedocs.adobe.com/flex/201/langref/mx/controls/ColorPicker.html" rel="nofollow"&gt;http://livedocs.adobe.com/flex/201/langref/mx/controls/ColorPicker.html&lt;/a&gt; or the beta Flex 3 documentation at &lt;a href="http://livedocs.adobe.com/labs/flex/3/langref/mx/controls/ColorPicker.html" rel="nofollow"&gt;http://livedocs.adobe.com/labs/flex/3/langref/mx/controls/ColorPicker.html&lt;/a&gt;.

I also just wrote a brief post on it at: &lt;a href="http://blog.flexexamples.com/2007/07/31/using-the-colorpicker-controls-colorfield-and-labelfield-properties/" rel="nofollow"&gt;"Using the ColorPicker control’s colorField and labelField properties"&lt;/a&gt;.

Hope that helps,

Peter</description>
		<content:encoded><![CDATA[<p>Ultraniblet,</p>
<p>There is a ColorPicker control in the Flex framework (look in the mx.controls package).</p>
<p>You can find the Flex 2.0.1 ColorPicker documentation online at <a href="http://livedocs.adobe.com/flex/201/langref/mx/controls/ColorPicker.html" rel="nofollow">http://livedocs.adobe.com/flex/201/langref/mx/controls/ColorPicker.html</a> or the beta Flex 3 documentation at <a href="http://livedocs.adobe.com/labs/flex/3/langref/mx/controls/ColorPicker.html" rel="nofollow">http://livedocs.adobe.com/labs/flex/3/langref/mx/controls/ColorPicker.html</a>.</p>
<p>I also just wrote a brief post on it at: <a href="http://blog.flexexamples.com/2007/07/31/using-the-colorpicker-controls-colorfield-and-labelfield-properties/" rel="nofollow">&#8220;Using the ColorPicker control’s colorField and labelField properties&#8221;</a>.</p>
<p>Hope that helps,</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ultraniblet</title>
		<link>http://blog.flexexamples.com/2007/07/25/formatting-colors-as-strings-with-actionscript/#comment-6</link>
		<author>Ultraniblet</author>
		<pubDate>Tue, 31 Jul 2007 09:04:32 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/25/formatting-colors-as-strings-with-actionscript/#comment-6</guid>
		<description>First post :-)

Hey nice work on this blog and keep it up!

I was wondering about a Flex colour picker component - have you ever heard of such a thing existing?</description>
		<content:encoded><![CDATA[<p>First post :-)</p>
<p>Hey nice work on this blog and keep it up!</p>
<p>I was wondering about a Flex colour picker component - have you ever heard of such a thing existing?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
