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 <[email protected]> wrote:
> On Wed, Sep 19, 2012 at 2:15 AM, Paul K <[email protected]> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wxlua-users

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to