<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - chrisaiv</title>
<link>http://snipplr.com/users/chrisaiv/tags/styles</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 07 Sep 2008 08:57:12 GMT</pubDate>
<item>
<title>(ActionScript 3) AS3: Adding styles to a TextArea component using new TextFormat()</title>
<link>http://snipplr.com/view/4099/as3-adding-styles-to-a-textarea-component-using-new-textformat/</link>
<description><![CDATA[ <p>Confusing but here's the rule. TextFields can use stylesheets. TextArea or TextInput need a new TextFormat()</p> ]]></description>
<pubDate>Thu, 08 Nov 2007 16:58:25 GMT</pubDate>
<guid>http://snipplr.com/view/4099/as3-adding-styles-to-a-textarea-component-using-new-textformat/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Adding styles to a TextInput component using a new TextFormat()</title>
<link>http://snipplr.com/view/4098/as3-adding-styles-to-a-textinput-component-using-a-new-textformat/</link>
<description><![CDATA[ <p>So from what I can tell, you can't style a TextArea or a TextInput component using a new StyleSheet(). Instead you need to use a new TextFormat().</p> ]]></description>
<pubDate>Thu, 08 Nov 2007 16:55:43 GMT</pubDate>
<guid>http://snipplr.com/view/4098/as3-adding-styles-to-a-textinput-component-using-a-new-textformat/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Adding styles to a TextField() using a new StyleSheet() object</title>
<link>http://snipplr.com/view/4097/as3-adding-styles-to-a-textfield-using-a-new-stylesheet-object/</link>
<description><![CDATA[ <p>This doesn't show you how to load an external style sheet but it simulates what would happen if the stylesheet.css had already been loaded. Note! There is no simple way of applying a stylesheet to a TextArea component in Flash CS3</p> ]]></description>
<pubDate>Thu, 08 Nov 2007 16:46:26 GMT</pubDate>
<guid>http://snipplr.com/view/4097/as3-adding-styles-to-a-textfield-using-a-new-stylesheet-object/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Adding text styles to a TextField() using a new Object()</title>
<link>http://snipplr.com/view/4096/as3-adding-text-styles-to-a-textfield-using-a-new-object/</link>
<description><![CDATA[ <p>There's a way to add styles to text without using the traditional StyleSheet() object. I tend to think of this as a quick and dirty solution</p> ]]></description>
<pubDate>Thu, 08 Nov 2007 16:43:21 GMT</pubDate>
<guid>http://snipplr.com/view/4096/as3-adding-text-styles-to-a-textfield-using-a-new-object/</guid>
</item>
</channel>
</rss>