From: Paul K <pau...@ya...> - 2012-09-19 06:15:59
|
Hi All, I have a wxChoice dropdown, which I'm populating on wx.wxEVT_SET_FOCUS event. Unfortunately, this event is not triggered on Mac, which seems to be a feature. I found a ticket related to this: http://trac.wxwidgets.org/ticket/10047. The fix seems to be using EVT_CHILD_FOCUS instead of EVT_SET_FOCUS event, but my problem is that *neither* is triggered on Mac (tested with wxlua 2.8.12.2 on OSX 10.7). I understand that this is probably wxwidget issue (if it's indeed a real issue), but I'm interested to hear if this worked for someone on Mac and if not, what workaround may I use. All I want is to be able to detect when a wxChoice control is activated. Thank you. Paul. |