I seem to keep running into problems/deficiencies with this control...
Does anyone know if there's anyone in charge of it in the wxWindows
group that I can write to instead of filing bug report after
bug report with no closure on if/when they might get resolved?
Latest issue:
wxTextCtrl has a wxTE_READONLY attribute, AND a method, .IsEditable()
that lets the code determine programmatically if this style was
specified. wxComboBox has wxCB_READONLY, but no such method...
Is there any way to tell other than keeping track in a derived
class yourself?
I seem to keep running into problems/deficiencies with this control...
Does anyone know if there's anyone in charge of it in the wxWindows group that I can write to instead of filing bug report after bug report with no closure on if/when they might get resolved?
No. The wxComboBox has been pretty much unchanged for years now. There have been a few patches to help make it more consistent across platforms, but the API has been fairly static. The best you can do is join the wx-dev list and ask about it there, but I expect that the response you'll get is that patches are gladly accepted.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!