<?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: Displaying a hand cursor when the user rolls over the CheckBox control in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/08/15/displaying-a-hand-cursor-when-the-user-rolls-over-the-checkbox-control-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/08/15/displaying-a-hand-cursor-when-the-user-rolls-over-the-checkbox-control-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Mon, 22 Mar 2010 05:11:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kasun</title>
		<link>http://blog.flexexamples.com/2008/08/15/displaying-a-hand-cursor-when-the-user-rolls-over-the-checkbox-control-in-flex/comment-page-1/#comment-3667</link>
		<dc:creator>kasun</dc:creator>
		<pubDate>Wed, 05 Nov 2008 04:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/15/displaying-a-hand-cursor-when-the-user-rolls-over-the-checkbox-control-in-flex/#comment-3667</guid>
		<description>I am trying to implement a way to control FLEX GUI s&#039; from MFC.Almost all other components can be controlled and their properties can be retrieved and set from MFC.But I can&#039;t get the selected property of a check box from MFC.

Plz Reply.
thank you.</description>
		<content:encoded><![CDATA[<p>I am trying to implement a way to control FLEX GUI s&#8217; from MFC.Almost all other components can be controlled and their properties can be retrieved and set from MFC.But I can&#8217;t get the selected property of a check box from MFC.</p>
<p>Plz Reply.<br />
thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Galahady</title>
		<link>http://blog.flexexamples.com/2008/08/15/displaying-a-hand-cursor-when-the-user-rolls-over-the-checkbox-control-in-flex/comment-page-1/#comment-3668</link>
		<dc:creator>Galahady</dc:creator>
		<pubDate>Sat, 16 Aug 2008 16:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/15/displaying-a-hand-cursor-when-the-user-rolls-over-the-checkbox-control-in-flex/#comment-3668</guid>
		<description>is it more succinct, if we don&#039;t use event handler, but use the property binding mechanism, as the following code snippet showing?
&lt;pre class=&quot;code&quot;&gt;
&lt;mx:CheckBox id=&quot;checkBox&quot;
        label=&quot;useHandCursor&quot;
        useHandCursor=&quot;{checkBox.selected}&quot;
        buttonMode=&quot;true&quot;
        selected=&quot;true&quot; /&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>is it more succinct, if we don&#8217;t use event handler, but use the property binding mechanism, as the following code snippet showing?</p>
<pre class="code">
&lt;mx:CheckBox id="checkBox"
        label="useHandCursor"
        useHandCursor="{checkBox.selected}"
        buttonMode="true"
        selected="true" /&gt;
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
