[Mono-bugs] [Bug 82344][Nor] Changed - Adding ComboBoxes within the Application Loop make them work wrong
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 7 10:47:19 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 migliore.carmelo at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82344
--- shadow/82344 2007-08-07 05:21:31.000000000 -0400
+++ shadow/82344.tmp.9350 2007-08-07 10:47:19.000000000 -0400
@@ -84,6 +84,15 @@
------- Additional Comments From migliore.carmelo at gmail.com 2007-08-07 05:21 -------
Additional precisions :
If you click in the ComboBox to set its Text property, the cursor
is invisible. However, you can type something and all become normal !
+
+------- Additional Comments From migliore.carmelo at gmail.com 2007-08-07 10:47 -------
+ Note that it's possible to hide this problem by playing with the
+Visible property of the ComboBox.
+
+ For example the On_Click method would finish with :
+ this.Controls.Add(cmbx);
+ cmbx.Visible = false;
+ cmbx.Visible = true;
More information about the mono-bugs
mailing list