[Mono-bugs] [Bug 79168][Nor] Changed - Settting Form.Cursor does not have any effect
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Aug 26 21:08:30 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by peter at novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79168
--- shadow/79168 2006-08-25 14:39:06.000000000 -0400
+++ shadow/79168.tmp.11713 2006-08-26 21:08:30.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 79168
Product: Mono: Class Libraries
Version: 1.1
OS: GNU/Linux [Other]
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -33,6 +33,14 @@
The cursor does not change.
------- Additional Comments From gert.driesen at pandora.be 2006-08-25 14:39 -------
Created an attachment (id=17509)
Repro
+
+------- Additional Comments From peter at novonyx.com 2006-08-26 21:08 -------
+Putting the thread to a hard sleep is what's causing the cursor to
+not show up. You shouldn't be doing that. In order for that to work
+we'd have to use X synchronously which would make it really slow.
+If you want a cursor for a certain time only, you could use a timer
+to reset it afterwards. Anyways, if I take out the sleep and cursor
+reset, I get a nice wait cursor on linux.
More information about the mono-bugs
mailing list