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.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to