[Mono-bugs] [Bug 81198][Nor] Changed - [Windows] WM_SHOWWINDOW not being called

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Mar 27 14:03:45 EDT 2007


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 monkey at jpobst.com.

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: monkey at jpobst.com                            
 ReportedBy: monkey at jpobst.com               
 QAContact: mono-bugs at ximian.com
@@ -104,6 +104,16 @@
 
 ------- Additional Comments From rolfkvinge at ya.com  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 monkey at jpobst.com  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.


More information about the mono-bugs mailing list