<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ComboBox text formatting in AS3</title>
	<atom:link href="http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/</link>
	<description>personal blog and portfolio website</description>
	<lastBuildDate>Mon, 12 Dec 2011 16:40:01 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike L</title>
		<link>http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/comment-page-1/#comment-2024</link>
		<dc:creator>Mike L</dc:creator>
		<pubDate>Thu, 01 Dec 2011 15:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/#comment-2024</guid>
		<description>Am using AS3 combobox and all I want to do is have the rollover state of the text in the list to change colour. I don&#039;t really want to embed the font. Do I have go through all of that embedding to change the rollover state colour?

Thanks,
Mike</description>
		<content:encoded><![CDATA[<p>Am using AS3 combobox and all I want to do is have the rollover state of the text in the list to change colour. I don&#8217;t really want to embed the font. Do I have go through all of that embedding to change the rollover state colour?</p>
<p>Thanks,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabor</title>
		<link>http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/comment-page-1/#comment-2020</link>
		<dc:creator>Gabor</dc:creator>
		<pubDate>Tue, 04 Oct 2011 22:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/#comment-2020</guid>
		<description>http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/fl/controls/ComboBox.html?filter_flash=cs5&amp;filter_flashplayer=10.2&amp;filter_air=2.6

Under Styles you will find: 

EmbedFonts: If you set the embedFonts property to true for a text field, you must specify a font for that text by using the font property of a TextFormat object that is applied to the text field. If the specified font is not embedded in the SWF file, the text is not displayed.

Cheers

Gabor</description>
		<content:encoded><![CDATA[<p><a href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/fl/controls/ComboBox.html?filter_flash=cs5&amp;filter_flashplayer=10.2&amp;filter_air=2.6" rel="nofollow">http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/fl/controls/ComboBox.html?filter_flash=cs5&amp;filter_flashplayer=10.2&amp;filter_air=2.6</a></p>
<p>Under Styles you will find: </p>
<p>EmbedFonts: If you set the embedFonts property to true for a text field, you must specify a font for that text by using the font property of a TextFormat object that is applied to the text field. If the specified font is not embedded in the SWF file, the text is not displayed.</p>
<p>Cheers</p>
<p>Gabor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/comment-page-1/#comment-2002</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Tue, 05 Apr 2011 17:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/#comment-2002</guid>
		<description>Great! very useful</description>
		<content:encoded><![CDATA[<p>Great! very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using Flash components in Flash Builder 4 &#171; Chris Andrews</title>
		<link>http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/comment-page-1/#comment-1994</link>
		<dc:creator>Using Flash components in Flash Builder 4 &#171; Chris Andrews</dc:creator>
		<pubDate>Fri, 17 Sep 2010 11:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/#comment-1994</guid>
		<description>[...] combo box was a bit more tricky which is where rockabit.com came in handy. The combo box is made up with three components, the button, the text label and the [...]</description>
		<content:encoded><![CDATA[<p>[...] combo box was a bit more tricky which is where rockabit.com came in handy. The combo box is made up with three components, the button, the text label and the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruli</title>
		<link>http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/comment-page-1/#comment-1992</link>
		<dc:creator>Ruli</dc:creator>
		<pubDate>Fri, 20 Aug 2010 10:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/#comment-1992</guid>
		<description>Hallo, I&#039;m having a problem that I do not understand...

I try to embed font in combobox, I already make CustomComboBox class. But the strange thing is that in Flash IDE everything is normal, but when i try in browser..the textField in combobox just disappear. It will appear when embedFonts set to false. I have the font in my library, and the font is working. 

Is there anyone who faces the same problem? I try for hours with different techniques but it ends up nothing.</description>
		<content:encoded><![CDATA[<p>Hallo, I&#8217;m having a problem that I do not understand&#8230;</p>
<p>I try to embed font in combobox, I already make CustomComboBox class. But the strange thing is that in Flash IDE everything is normal, but when i try in browser..the textField in combobox just disappear. It will appear when embedFonts set to false. I have the font in my library, and the font is working. </p>
<p>Is there anyone who faces the same problem? I try for hours with different techniques but it ends up nothing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ</title>
		<link>http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/comment-page-1/#comment-1991</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Mon, 09 Aug 2010 22:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/#comment-1991</guid>
		<description>I found that I could not get the code as provided to work.  The drop-down text would render, but my &quot;top-text&quot; would never show.

I had to use &quot;this&quot; instead of trying to reference the &quot;textField&quot; property directly:

 this.setStyle(&#039;embedFonts&#039;, true);
 this.setStyle(&#039;textFormat&#039;, textFormat);

Instead of:


 textField.setStyle(&#039;embedFonts&#039;, true);
 textField.setStyle(&#039;textFormat&#039;, textFormat);</description>
		<content:encoded><![CDATA[<p>I found that I could not get the code as provided to work.  The drop-down text would render, but my &#8220;top-text&#8221; would never show.</p>
<p>I had to use &#8220;this&#8221; instead of trying to reference the &#8220;textField&#8221; property directly:</p>
<p> this.setStyle(&#8217;embedFonts&#8217;, true);<br />
 this.setStyle(&#8217;textFormat&#8217;, textFormat);</p>
<p>Instead of:</p>
<p> textField.setStyle(&#8217;embedFonts&#8217;, true);<br />
 textField.setStyle(&#8217;textFormat&#8217;, textFormat);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/comment-page-1/#comment-1969</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 28 Apr 2010 15:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/#comment-1969</guid>
		<description>Thank you for this lovely code. Helped me out a lot.</description>
		<content:encoded><![CDATA[<p>Thank you for this lovely code. Helped me out a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: senthil kumaran</title>
		<link>http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/comment-page-1/#comment-1967</link>
		<dc:creator>senthil kumaran</dc:creator>
		<pubDate>Thu, 15 Apr 2010 09:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/#comment-1967</guid>
		<description>Really thanks ya really helped me alot</description>
		<content:encoded><![CDATA[<p>Really thanks ya really helped me alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thijs</title>
		<link>http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/comment-page-1/#comment-1966</link>
		<dc:creator>Thijs</dc:creator>
		<pubDate>Mon, 22 Mar 2010 17:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/#comment-1966</guid>
		<description>Thanks. Was one of the first entries in google for &#039;fl.controls.ComboBox cellRenderer&#039; and worked perfectly.</description>
		<content:encoded><![CDATA[<p>Thanks. Was one of the first entries in google for &#8216;fl.controls.ComboBox cellRenderer&#8217; and worked perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/comment-page-1/#comment-1964</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 12 Feb 2010 17:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/#comment-1964</guid>
		<description>&lt;a href=&quot;#comment-1924&quot; rel=&quot;nofollow&quot;&gt;@Gilles &lt;/a&gt; 
Worked perfectly too ! Definitely the easiest and fastest way to position the textfield</description>
		<content:encoded><![CDATA[<p><a href="#comment-1924" rel="nofollow">@Gilles </a><br />
Worked perfectly too ! Definitely the easiest and fastest way to position the textfield</p>
]]></content:encoded>
	</item>
</channel>
</rss>

