I've inserted a combo on my frame, and strangely when you open it, it only
displays one line, and that makes you scroll line per line until you find
your choice. Besides, it looks very ugly. 
This is the constructor I've used:
wxComboBox( self, -1, (""), wxDefaultPosition, wxSize(125,21),
comboBox1Strings, wxCB_READONLY )
Anyone has an idea?
What if you use wxDefaultSize instead of wxSize(125,21) ?
Remco
···
On Tuesday 11 May 2004 17:18, Señor Cuervo wrote:
I've inserted a combo on my frame, and strangely when you open it, it only
displays one line, and that makes you scroll line per line until you find
your choice. Besides, it looks very ugly. 
This is the constructor I've used:
wxComboBox( self, -1, (""), wxDefaultPosition, wxSize(125,21),
comboBox1Strings, wxCB_READONLY )
Anyone has an idea?
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org