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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -33,6 +33,14 @@ The cursor does not change. ------- Additional Comments From [EMAIL PROTECTED] 2006-08-25 14:39 ------- Created an attachment (id=17509) Repro + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
