Well, I guess I should have played with my app a little more before
posting the question. I see the difference between Choice and ComboBox
now. However, it looks like CB_READONLY doesn't do what I wanted.
So now I have a new question. I want to force the user to explicitly
enter an edit mode. Most of the time, they are just viewing the data
read-only. Is there a way to keep the Choice or ComboBox from responding
to user actions, similar to using the TE_READONLY style with a TextCtrl?
···
On Fri, 2007-12-14 at 09:16 -0500, Mark Erbaugh wrote:
What is the difference between a wx.Choice widget and a wx.ComboBox
widget with the CB_DROPDOWN style?I originally designed my application with a Choice widget, but may
switch to a ComboBox as I want to make the widget read-only at times. I
don't see a way to do that with a Choice widget, but the ComboBox has
the CB_READONLY style.