<?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: Changing the cursor in a Flex application using the CursorManager class</title>
	<atom:link href="http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Fri, 19 Mar 2010 20:35:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/comment-page-1/#comment-6758</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 12 Jan 2010 17:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/#comment-6758</guid>
		<description>Gracias, este artículo  es de mucha utilidad!!!!!!</description>
		<content:encoded><![CDATA[<p>Gracias, este artículo  es de mucha utilidad!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Zamora</title>
		<link>http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/comment-page-1/#comment-6723</link>
		<dc:creator>David Zamora</dc:creator>
		<pubDate>Mon, 04 Jan 2010 21:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/#comment-6723</guid>
		<description>Hi, 
I am changing the cursor successfully, but I need to disable the cursor click event while the information that I am retrieving is displayed?
Can I do this? How can I do it?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am changing the cursor successfully, but I need to disable the cursor click event while the information that I am retrieving is displayed?<br />
Can I do this? How can I do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wajiw</title>
		<link>http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/comment-page-1/#comment-6449</link>
		<dc:creator>Wajiw</dc:creator>
		<pubDate>Tue, 24 Nov 2009 21:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/#comment-6449</guid>
		<description>To get rid of the default text cursor I added selectable = false; to the text element.  Not sure if you need that or not, but that worked for me.</description>
		<content:encoded><![CDATA[<p>To get rid of the default text cursor I added selectable = false; to the text element.  Not sure if you need that or not, but that worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Migs</title>
		<link>http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/comment-page-1/#comment-1002</link>
		<dc:creator>Migs</dc:creator>
		<pubDate>Wed, 15 Apr 2009 14:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/#comment-1002</guid>
		<description>I have the same problem Anz has.

The new cursor and the text cursor overlay each other. Does anybody know how to fix this problem?</description>
		<content:encoded><![CDATA[<p>I have the same problem Anz has.</p>
<p>The new cursor and the text cursor overlay each other. Does anybody know how to fix this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: molaro</title>
		<link>http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/comment-page-1/#comment-1003</link>
		<dc:creator>molaro</dc:creator>
		<pubDate>Mon, 16 Mar 2009 14:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/#comment-1003</guid>
		<description>I have an application where when the user clicks a button I removeAllChildren() from an HBOX, and then run a loop through my data to add new children to the same HBOX (I&#039;m paginating the children).  The first line of my function sets the busy cursor and the last line removes it as it takes a second or so to swap the children. However, when I click the button my cursor just disappears instead of showing the busy cursor.  Then when the process is done the regular cursor returns.  Why does my BusyCursor disappear when removing / adding children?  Is there a way to prevent that from happening?  Is this a bug or performance issue?</description>
		<content:encoded><![CDATA[<p>I have an application where when the user clicks a button I removeAllChildren() from an HBOX, and then run a loop through my data to add new children to the same HBOX (I&#8217;m paginating the children).  The first line of my function sets the busy cursor and the last line removes it as it takes a second or so to swap the children. However, when I click the button my cursor just disappears instead of showing the busy cursor.  Then when the process is done the regular cursor returns.  Why does my BusyCursor disappear when removing / adding children?  Is there a way to prevent that from happening?  Is this a bug or performance issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naj</title>
		<link>http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/comment-page-1/#comment-1004</link>
		<dc:creator>Naj</dc:creator>
		<pubDate>Mon, 09 Feb 2009 07:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/#comment-1004</guid>
		<description>Very useful tip ,


Thanks


Can we set tooptip for busy cursor instead of loading image ?</description>
		<content:encoded><![CDATA[<p>Very useful tip ,</p>
<p>Thanks</p>
<p>Can we set tooptip for busy cursor instead of loading image ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sammy</title>
		<link>http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/comment-page-1/#comment-1005</link>
		<dc:creator>sammy</dc:creator>
		<pubDate>Sat, 20 Sep 2008 18:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/#comment-1005</guid>
		<description>I am trying to create a custom set of cursors for my app tha dont have to be turned on, can this code be edited so it is automatically switched on without a button needed to be pressed?</description>
		<content:encoded><![CDATA[<p>I am trying to create a custom set of cursors for my app tha dont have to be turned on, can this code be edited so it is automatically switched on without a button needed to be pressed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Divya</title>
		<link>http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/comment-page-1/#comment-1001</link>
		<dc:creator>Divya</dc:creator>
		<pubDate>Mon, 04 Feb 2008 21:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/#comment-1001</guid>
		<description>I was using the setBusyCursor() and removeBusyCursor() methods in my application,until I had two tabs in my app which loaded once my Application initialized.Both these tabs make remote method calls,and display the busy cursor until the results come back.This resulted in the busy cursor getting converted into a normal cursor before the data come back.Here is a blog post related to this and how we could use a progress bar instead and pointers on ProgressBar:
http://flex-j2ee.blogspot.com/2008/01/flex-progressbar-versus-cursormanager.html</description>
		<content:encoded><![CDATA[<p>I was using the setBusyCursor() and removeBusyCursor() methods in my application,until I had two tabs in my app which loaded once my Application initialized.Both these tabs make remote method calls,and display the busy cursor until the results come back.This resulted in the busy cursor getting converted into a normal cursor before the data come back.Here is a blog post related to this and how we could use a progress bar instead and pointers on ProgressBar:<br />
<a href="http://flex-j2ee.blogspot.com/2008/01/flex-progressbar-versus-cursormanager.html" rel="nofollow">http://flex-j2ee.blogspot.com/2008/01/flex-progressbar-versus-cursormanager.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anz</title>
		<link>http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/comment-page-1/#comment-999</link>
		<dc:creator>Anz</dc:creator>
		<pubDate>Thu, 29 Nov 2007 08:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/#comment-999</guid>
		<description>Hi,

I set the cursor of a textinput using CursorManager

The new cursor is showing but it also showing the default text cursor on roll over of the text box.

How can I solve it?

Thanks
Anz
http://www.flickrmailer.com</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I set the cursor of a textinput using CursorManager</p>
<p>The new cursor is showing but it also showing the default text cursor on roll over of the text box.</p>
<p>How can I solve it?</p>
<p>Thanks<br />
Anz<br />
<a href="http://www.flickrmailer.com" rel="nofollow">http://www.flickrmailer.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bLb</title>
		<link>http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/comment-page-1/#comment-1000</link>
		<dc:creator>bLb</dc:creator>
		<pubDate>Mon, 19 Nov 2007 05:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/#comment-1000</guid>
		<description>As usual very useful! Thanks!</description>
		<content:encoded><![CDATA[<p>As usual very useful! Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
