I am thoroughly stumped. I need a transient popup that can contain
controls(one of which is another wxComboPopup)
wxPopupWindow is bugged for controls , seems to be a known problem
with no workaround(if anyone knows one please let me know).
wxComboPopup works perfectly except for the one control that is also a
wxComboPopup, as soon as that pops it destroys the original popup.
1. Is there some event i can veto to stop this behavior? or some
style setting? ... or ...
2. Does anyone have a workaround for allowing controls in
wxPopupWindow to gain focus? ...or...
3. I can spoof the popup part of a popup with a dialog. however I
cant find a reliable way to make it close like a transient popup.
.......3a. I have tried listening for KILL_FOCUS ... no dice
.......3b. I have tried using CaptureMouse, but this does not feel
right at all(although i may be able to sledgehammer it)
.......3c. I have not tried placing a large transparent pane behind
it and listening for clicks on that, it just seems like that is also
not the right (pythonic) solution, however i may have to just settle
on good enough as opposed to right here.
anyway, stumped , please help...
Joran