I defined a wx.ComboBox() as:
self.vcomp = wx.ComboBox(self, wx.ID_ANY, size=wx.Size(150, 25), style=wx.CB_DROPDOWN|wx.CB_SORT| wx.TAB_TRAVERSAL|wx.RAISED_BORDER)
The appended strings in the drop-down list are not sorted alphabetically.
This is with Python-2.4, wxPython-2.8.0.1, and Slackware-11.0.
Rich Shepard rshepard@…