From: Paul K <pau...@ya...> - 2012-09-21 05:17:11
|
Hi John, > 1) You should try with 2.9.4 or even trunk. > 2) The ticket was for a wxComboBox, you can try that with the readonly style. > 3) See if you can get EVT_LEFT_DOWN on the control and be sure to call > event.Skip(). Thank you for the suggestions. It's a bit too early for me to move to 2.9.4 even though I plan to do this in a release or two, so I tested your option #3 and it works just fine for me. Paul. ZeroBrane Studio - slick Lua IDE and debugger for Windows, OSX, and Linux - http://studio.zerobrane.com/ On Wed, Sep 19, 2012 at 6:50 PM, John Labenski <jla...@gm...> wrote: > On Wed, Sep 19, 2012 at 2:15 AM, Paul K <pau...@ya...> wrote: >> 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 > > Some things to try. > > 1) You should try with 2.9.4 or even trunk. > 2) The ticket was for a wxComboBox, you can try that with the readonly style. > 3) See if you can get EVT_LEFT_DOWN on the control and be sure to call > event.Skip(). > > Regards, > John > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://ad.doubleclick.net/clk;258768047;13503038;j? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > _______________________________________________ > wxlua-users mailing list > wxl...@li... > https://lists.sourceforge.net/lists/listinfo/wxlua-users |