SOLVED: MarkupLabel Cursor |
Post Reply |
Author | |
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
Posted: 15 March 2009 at 12:24pm |
APPEARS TO BE FIXED IN LATEST TESTING BUILD
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: uploads/20090315_122411_CursorBug.zip |
|
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3 Language: Visual Basic 6.0 SP6 |
|
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
|
A workaround is to hide and show the MarkupLabel immediately after setting the Cursor property of an object:
Ugly, but it will work until the bug is fixed. 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. |
|
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3 Language: Visual Basic 6.0 SP6 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |