<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ultie &#187; flex</title>
	<atom:link href="http://www.ultie.com/archives/category/flex/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ultie.com</link>
	<description>Use the Little To gEt the bIg</description>
	<lastBuildDate>Mon, 09 May 2011 11:05:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Using hand cursor in Flex Text control</title>
		<link>http://www.ultie.com/archives/53</link>
		<comments>http://www.ultie.com/archives/53#comments</comments>
		<pubDate>Sat, 10 Oct 2009 09:08:36 +0000</pubDate>
		<dc:creator>Song</dc:creator>
				<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.ultie.com/?p=53</guid>
		<description><![CDATA[http://way.cubeforge.net/blog/2009/07/using-hand-cursor-in-flex-text-control/ By default, the flex application can show hand cursor when rollover by enabling useHandCursor and buttonMode properties. However, in Text control, the cursor will not change to hand even you set the selectable = false. The tricky thing is that we have to set its mouseChildren to false also. &#60;mx:Text useHandCursor=”true” buttonMode=”true” mouseChildren=”false” /&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>http://way.cubeforge.net/blog/2009/07/using-hand-cursor-in-flex-text-control/</p>
<p>By default, the flex application can show hand cursor when rollover by enabling useHandCursor and buttonMode properties.</p>
<p>However, in Text control, the cursor will not change to hand even you set the selectable = false. The tricky thing is that we have to set its mouseChildren to false also.</p>
<p>    &lt;mx:Text useHandCursor=”true” buttonMode=”true” mouseChildren=”false” /&gt;</p>
<p>mouseChildren &#8211; Determines whether or not the children of the object are mouse enabled. If an object is mouse enabled, a user can interact with it by using a mouse. The default is true.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ultie.com/archives/53/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

