<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : SOLVED: MarkupLabel Cursor</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : SOLVED: MarkupLabel Cursor]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 09:42:17 +0000</pubDate>
  <lastBuildDate>Sun, 15 Mar 2009 12:50:22 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=13693</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[SOLVED: MarkupLabel Cursor :  A workaround is to hide and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13693&amp;PID=46719&amp;title=solved-markuplabel-cursor#46719</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 13693<br /><strong>Posted:</strong> 15 March 2009 at 12:50pm<br /><br />A workaround is to hide and show the MarkupLabel immediately after setting the Cursor property of an object:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>mo_StackPanel.Cursor = xtpMarkupCursorSizeNS<br><br>Me.MarkupLabel1.Visible = False<br>Me.MarkupLabel1.Visible = True<br></pre></td></tr></table><br><br>Ugly, but it will work until the bug is fixed. <br><br>I also really think the MarkupLabel control could benefit from a Redraw property. When False, updating the rendered output is deferred until the Redraw property is set to True.<br>]]>
   </description>
   <pubDate>Sun, 15 Mar 2009 12:50:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13693&amp;PID=46719&amp;title=solved-markuplabel-cursor#46719</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: MarkupLabel Cursor : APPEARS TO BE FIXED IN LATEST...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13693&amp;PID=46718&amp;title=solved-markuplabel-cursor#46718</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 13693<br /><strong>Posted:</strong> 15 March 2009 at 12:24pm<br /><br /><font color="#ff0000"><b>APPEARS TO BE FIXED IN LATEST TESTING BUILD</b></font><br><br>The cursor doesn't get changed immediately after setting the cursor property within Mouse* events. You have to produce a second mouse event (move, up) in order for the cursor to change. If you don't do this, then the cursor changes get reversed (for example, if you click then release the mouse button without moving the mouse, the cursor will be the opposite of what you desire). Here's a demonstration:<br><br><a href="uploads/20090315_122411_CursorBug.zip" target="_blank">uploads/20090315_122411_CursorBug.zip</a><br>]]>
   </description>
   <pubDate>Sun, 15 Mar 2009 12:24:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13693&amp;PID=46718&amp;title=solved-markuplabel-cursor#46718</guid>
  </item> 
 </channel>
</rss>