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=77334 --- shadow/77334 2006-01-23 15:14:50.000000000 -0500 +++ shadow/77334.tmp.27452 2006-01-23 15:14:50.000000000 -0500 @@ -0,0 +1,43 @@ +Bug#: 77334 +Product: Mono: Class Libraries +Version: unspecified +OS: +OS Details: Windows XP, MAC X11, MAC Carbon +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Invisible buttons are not invisible + +Please fill in this template when reporting a bug, unless you know what +you are doing. +Description of Problem: System.Windows.Forms.Buttons which are +initialized with Visible = false before the form is first drawn appear +anyway. To make them go away, you must set Visible = true and then +Visible = false; + +Steps to reproduce the problem: +1. Create a form with a button. Set visible = false in the forms +constructor. +2. Run the app. You will see the button. +3. If your code sets Visible to true and back to false, the button +disappears properly. + +Actual Results: button is visible + + +Expected Results: button should not be visible + + +How often does this happen? 100% + + +Additional Information: Latest source as of today. Seen on Windows XP, +Mac X11, Mac Native. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
