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=81877 --- shadow/81877 2007-06-15 03:23:54.000000000 -0400 +++ shadow/81877.tmp.21000 2007-06-15 03:23:54.000000000 -0400 @@ -0,0 +1,40 @@ +Bug#: 81877 +Product: Mono: Class Libraries +Version: 1.2 +OS: SUSE 9.2 +OS Details: SLERT 10 +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Setting Cursor to Cursors.WaitCursor does not work + +Description of Problem: +Setting System.Windows.Forms.Form.Cursor to WaitCursor has no effect. + + +Steps to reproduce the problem: +1. this.Cursor = Cursors.WaitCursor; +(this denotes a System.Window.Forms.Form instance +2. the Cursor stays the same +3. + +Actual Results: +Cursor does not change + + +Expected Results: +Cursor should be a WaitCursor + + +How often does this happen? +Everytime. + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
