[Mono-bugs] [Bug 77705][Nor] Changed - strange Form behavior if
EnableVisualStyles() is called
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Mar 4 17:31:26 EST 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 llang at email.cz.
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: peter at novonyx.com
ReportedBy: llang at email.cz
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -64,6 +64,28 @@
Console.WriteLine("FINISH");
}
}
}
// FILE-end: MyForm.cs
+
+------- Additional Comments From llang at email.cz 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());
+ }
+}
+
+
More information about the mono-bugs
mailing list