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=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 [EMAIL PROTECTED]  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 [EMAIL PROTECTED]  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;
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to