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-05-02 01:54:21.000000000 -0400 +++ shadow/77705.tmp.19898 2006-05-02 01:55:54.000000000 -0400 @@ -1,23 +1,23 @@ Bug#: 77705 Product: Mono: Runtime Version: 1.1 OS: other OS Details: SUSE 10 -Status: REOPENED +Status: NEW Resolution: Severity: Unknown Priority: Normal Component: misc -AssignedTo: [EMAIL PROTECTED] +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: strange Form behavior if EnableVisualStyles() is called +Summary: Dispose() not being called. /* * Following program is compiled and run in Suse10 & mono-1.1.13.4 * * Compilation: mcs MyForm.cs -reference:System.Windows.Forms * Run: mono MyForm.exe @@ -134,6 +134,10 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-05-02 01:54 ------- The dispose isn't a Winforms issue. Could be that stdio is already closed and you don't get the output. I can assign this to the runtime, but I doubt it's a real bug. If we weren't disposing we'd have lots more problems. I get the proper output here when I run your sample. + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-02 01:55 ------- +Moving this to runtime. Supposedly Dispose() isn't being called in +the above example. Works fine here. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
