<?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: Make the Label component more like a button</title>
	<atom:link href="http://polygeek.com/820_flex_make-the-label-component-more-like-a-button/feed" rel="self" type="application/rss+xml" />
	<link>http://polygeek.com/820_flex_make-the-label-component-more-like-a-button</link>
	<description>polyGeek (noun) person with many geek related talents.</description>
	<lastBuildDate>Thu, 29 Jul 2010 13:07:13 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: My foray into the world of Flex at calm in the chaos</title>
		<link>http://polygeek.com/820_flex_make-the-label-component-more-like-a-button/comment-page-1#comment-60124</link>
		<dc:creator>My foray into the world of Flex at calm in the chaos</dc:creator>
		<pubDate>Tue, 11 Nov 2008 20:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/?p=820#comment-60124</guid>
		<description>[...] Then I got involved in the discussion at polygeek when I was trying to make text in Flex look like a normal HTML link. [...]</description>
		<content:encoded><![CDATA[<p>[...] Then I got involved in the discussion at polygeek when I was trying to make text in Flex look like a normal HTML link. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TroyWorks</title>
		<link>http://polygeek.com/820_flex_make-the-label-component-more-like-a-button/comment-page-1#comment-59847</link>
		<dc:creator>TroyWorks</dc:creator>
		<pubDate>Wed, 29 Oct 2008 15:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/?p=820#comment-59847</guid>
		<description>You played with TextEvent? It&#039;s nifty for doing similar things with plain old TextFields.
http://troyworks.com/blog/2008/03/14/flash-textfield-actionscript-hyperlink-in-as30/

&lt;abbr&gt;&lt;em&gt;&lt;abbr&gt;&lt;em&gt;TroyWorkss last blog post..&lt;a href=&quot;http://troyworks.com/blog/2008/10/28/flash-embedding-fonts-via-the-font-symbol/&quot; rel=&quot;nofollow&quot;&gt;Flash: Embedding Fonts via the Font Symbol&lt;/a&gt;&lt;/em&gt;&lt;/abbr&gt;&lt;/abbr&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>You played with TextEvent? It&#8217;s nifty for doing similar things with plain old TextFields.<br />
<a href="http://troyworks.com/blog/2008/03/14/flash-textfield-actionscript-hyperlink-in-as30/">http://troyworks.com/blog/2008/03/14/flash-textfield-actionscript-hyperlink-in-as30/</a></p>
<p><abbr><em><abbr><em>TroyWorkss last blog post..<a href="http://troyworks.com/blog/2008/10/28/flash-embedding-fonts-via-the-font-symbol/">Flash: Embedding Fonts via the Font Symbol</a></em></abbr></em></abbr></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polygeek</title>
		<link>http://polygeek.com/820_flex_make-the-label-component-more-like-a-button/comment-page-1#comment-59730</link>
		<dc:creator>polygeek</dc:creator>
		<pubDate>Wed, 22 Oct 2008 15:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/?p=820#comment-59730</guid>
		<description>@Jason, thanks for the link. I switched the font here in the comments to mono-space and that allowed me to enter some HTML code. I&#039;ll look at the plugins they suggest to improve it.</description>
		<content:encoded><![CDATA[<p>@Jason, thanks for the link. I switched the font here in the comments to mono-space and that allowed me to enter some HTML code. I&#8217;ll look at the plugins they suggest to improve it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://polygeek.com/820_flex_make-the-label-component-more-like-a-button/comment-page-1#comment-59727</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 22 Oct 2008 12:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/?p=820#comment-59727</guid>
		<description>You might like to check out this post http://www.themelab.com/2008/06/15/dipslaying-code-in-wordpress-posts/ to allow code parsing in the comments.

I didn&#039;t have a question so much as an alternative to what you did. I was using a TextArea component then within that a htmlText component to display the links. Just used the CDATA tag to enclose all the html links and then applied a stylesheet to the TextArea component with a and a:hover styles.</description>
		<content:encoded><![CDATA[<p>You might like to check out this post <a href="http://www.themelab.com/2008/06/15/dipslaying-code-in-wordpress-posts/">http://www.themelab.com/2008/06/15/dipslaying-code-in-wordpress-posts/</a> to allow code parsing in the comments.</p>
<p>I didn&#8217;t have a question so much as an alternative to what you did. I was using a TextArea component then within that a htmlText component to display the links. Just used the CDATA tag to enclose all the html links and then applied a stylesheet to the TextArea component with a and a:hover styles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polygeek</title>
		<link>http://polygeek.com/820_flex_make-the-label-component-more-like-a-button/comment-page-1#comment-59719</link>
		<dc:creator>polygeek</dc:creator>
		<pubDate>Wed, 22 Oct 2008 05:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/?p=820#comment-59719</guid>
		<description>@Jason, Good question. I&#039;ll look into a Wordpress plugin that might allow for code in the comments. Or maybe I can just change the style to use a mono-spaced font. 

Anyway, I&#039;ll email you and see if I can help.</description>
		<content:encoded><![CDATA[<p>@Jason, Good question. I&#8217;ll look into a WordPress plugin that might allow for code in the comments. Or maybe I can just change the style to use a mono-spaced font. </p>
<p>Anyway, I&#8217;ll email you and see if I can help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://polygeek.com/820_flex_make-the-label-component-more-like-a-button/comment-page-1#comment-59705</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 21 Oct 2008 11:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/?p=820#comment-59705</guid>
		<description>Hmmm, that pretty much destroyed the code I just entered - how can I go about formatting code in the comments?</description>
		<content:encoded><![CDATA[<p>Hmmm, that pretty much destroyed the code I just entered &#8211; how can I go about formatting code in the comments?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://polygeek.com/820_flex_make-the-label-component-more-like-a-button/comment-page-1#comment-59704</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 21 Oct 2008 11:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/?p=820#comment-59704</guid>
		<description>I was trying to do something very similar in Flex yesterday as well. Being a bit of a noob to it, I wasn&#039;t sure if there was an easier way to get a list of HTML links working. I used the following code:

												&lt;![CDATA[&lt;a href=&#039;#&#039; rel=&quot;nofollow&quot;&gt;Register&lt;/a&gt;&lt;a href=&#039;#&#039; rel=&quot;nofollow&quot;&gt;Admin Register&lt;/a&gt;&lt;a href=&#039;#&#039; rel=&quot;nofollow&quot;&gt;Find Attendee&lt;/a&gt;&lt;a href=&#039;#&#039; rel=&quot;nofollow&quot;&gt;Activate Event&lt;/a&gt;]]&gt;


That coupled with some styling gets the list of links looking how they should. Haven&#039;t coupled in any events yet with the links, so that may bring me unstuck.</description>
		<content:encoded><![CDATA[<p>I was trying to do something very similar in Flex yesterday as well. Being a bit of a noob to it, I wasn&#8217;t sure if there was an easier way to get a list of HTML links working. I used the following code:</p>
<p>												&lt;![CDATA[<a href='#'>Register</a><a href='#'>Admin Register</a><a href='#'>Find Attendee</a><a href='#'>Activate Event</a>]]&gt;</p>
<p>That coupled with some styling gets the list of links looking how they should. Haven&#8217;t coupled in any events yet with the links, so that may bring me unstuck.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
