wxPython users:
a follow up to my earlier question on wxComboBox.
right now, if the user clicks on the CB's dropdown button, clicks in
the dropdown list, and then drags the mouse around in the list with
the mouse help down, the ComboBox emits an event
(wxEVT_COMMAND_COMBOBOX_SELECTED ?) each time a new item is scrolled
through.
this is by design?
i know the __obvious__ behavior would be to click on the dropdown
button, release mouse. put cursor over selection, and click again.
but this app will be on a shop floor somewhere halfway around the
world from me where some production floor person __might__
click-drag-scroll through the dropdown list, and because of how we
process that event, this behavior is highly undesirable.
any tips? should this and my previous question be better addressed to
wx-users list?
thanks again
les schaffer