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=81198 --- shadow/81198 2007-03-26 16:21:05.000000000 -0500 +++ shadow/81198.tmp.25729 2007-03-27 13:03:45.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 81198 Product: Mono: Class Libraries Version: 1.2 OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -104,6 +104,16 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-03-26 16:21 ------- MDI seems to work, parented forms have a small regression though: you removed WS_VISIBLE from the CreateParams in Forms.cs, which doesn't seem to work when a handle is recreated (the window isn't made visible). I readded those lines and everything works perfectly for me. + +------- Additional Comments From [EMAIL PROTECTED] 2007-03-27 13:03 ------- +I added back the lines you suggested rolf, but only when we are +recreating the handle. + +Also I modified the CreateControl in OnVisibleChanged to only fire +when Visible = true. We were causing several tests to fail because we +were creating the control too early. + +Fixed in r75026. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
