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=77705

--- shadow/77705        2006-03-04 17:18:03.000000000 -0500
+++ shadow/77705.tmp.5453       2006-03-04 17:31:26.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: other
 OS Details: SUSE 10
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
@@ -64,6 +64,28 @@
             Console.WriteLine("FINISH");  
         }
     }
 }
 
 // FILE-end: MyForm.cs
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-03-04 17:31 -------
+new info:
+
+timeout is still there (sometimes), even if EnableVisualStyles isn't 
+presented.
+
+
+simple try this:
+
+using System;
+using System.Windows.Forms;
+
+class Test 
+{
+   static void Main(string[] args)
+   {
+       Application.Run(new Form());
+   }
+}
+
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to