<?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>The Blog of Angelo &#187; cursor</title>
	<atom:link href="http://angelo.mandato.com/tag/cursor/feed/" rel="self" type="application/rss+xml" />
	<link>http://angelo.mandato.com</link>
	<description>where logic becomes print</description>
	<lastBuildDate>Mon, 31 Oct 2011 16:12:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Silverlight: Setting Wait Cursor on Disabled Controls</title>
		<link>http://angelo.mandato.com/2009/06/18/silverlight-setting-wait-cursor-on-disabled-controls/</link>
		<comments>http://angelo.mandato.com/2009/06/18/silverlight-setting-wait-cursor-on-disabled-controls/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 23:20:47 +0000</pubDate>
		<dc:creator>heather</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[disabled]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/?p=128</guid>
		<description><![CDATA[For operations that take a long time, you&#8217;ll want to notifiy users that something is happening, and perhaps prevent them from interacting with the application during that time. One method is to make a semi-opaque rectangle covering the whole control, with a loading message of some kind.  But I wanted to just disable the controls and change the [...]]]></description>
			<content:encoded><![CDATA[<p>For operations that take a long time, you&#8217;ll want to notifiy users that something is happening, and perhaps prevent them from interacting with the application during that time. One method is to make a semi-opaque rectangle covering the whole control, with a loading message of some kind.  But I wanted to just disable the controls and change the cursor to the Wait cursor.  I tried setting IsEnabled=false and Cursor=&#8221;Wait&#8221; on my User Control, to no avail. It looks like you cannot change the cursor on disabled controls; it will just remain the Arrow cursor. And you can only set IsEnabled on controls, not containers such as Grids, which contain numerous controls. My solution was to wrap the grid in a Content Control and set IsEnabled=false there. Then set the cursor property to the parent User Control (the opposite wouldn&#8217;t work, since the Disabled would propagate down). This way you&#8217;ll need to set two different properties, but you won&#8217;t  have an extra rectangle or canvas in your page.</p>
]]></content:encoded>
			<wfw:commentRss>http://angelo.mandato.com/2009/06/18/silverlight-setting-wait-cursor-on-disabled-controls/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

