[Mono-bugs] [Bug 73606][Maj] Changed - OnCreateControl() called when ClientSize changed, and called more than once

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 11 Mar 2005 18:52:28 -0500 (EST)


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 peter@novonyx.com.

http://bugzilla.ximian.com/show_bug.cgi?id=73606

--- shadow/73606	2005-03-11 18:23:06.000000000 -0500
+++ shadow/73606.tmp.7922	2005-03-11 18:52:28.000000000 -0500
@@ -121,6 +121,13 @@
 would have worked. 
 
 ------- Additional Comments From 4lw0e0402@sneakemail.com  2005-03-11 18:23 -------
 It occurs to me, is it ever possible for a control to become "un-
 created"? If so, then the called_OnCreateControl flag needs to be 
 reset when that happens.
+
+------- Additional Comments From peter@novonyx.com  2005-03-11 18:52 -------
+No it cannot. The handle can be destroyed and recreated, but there'a  
+different event for that.
+
+Please don't forget to mark the bug as verified when you have tested 
+the code.