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:31:26.000000000 -0500 +++ shadow/77705.tmp.6850 2006-03-13 20:19:57.000000000 -0500 @@ -1,12 +1,12 @@ Bug#: 77705 Product: Mono: Class Libraries Version: 1.1 OS: other OS Details: SUSE 10 -Status: NEW +Status: NEEDINFO Resolution: Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -86,6 +86,18 @@ { Application.Run(new Form()); } } + +------- Additional Comments From [EMAIL PROTECTED] 2006-03-13 20:19 ------- +Basically, you're saying that when you click on the X to close the +form it doesn't return to the prompt right away? + +That the Dispose message doesn't come might be a timing issue, with +stout already being closed when the object is being disposed. + +How long does it 'wait' before exiting, and can you please test +against svn head? I did change something in the shutdown code in +System.Drawing a few days back) + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
