I’m trying to debug why my ComboPopup VListBox isn’t turning blue (i.e. the default item selection color) without using the UseAltPopupWindow call (this does make the Blue selection color work, but it causes the parent window to lose focus, which looks a bit weird).
I’ve got the widget inspector loaded and showing, but regardless of returning True or False in the EVT_KILL_FOCUS handler or in OnDismiss, the popup get’s hidden so I can’t refresh the widget inspector to see the popped-up state of things.