On Thu, Jun 28, 2012 at 1:50 AM, Paul K <paulclin...@yahoo.com> wrote:
> Hi John,
>
> I think this is a bug in wxwidgets, but I'm looking for suggestions
> about a workaround.
...
> This is on Win32 using wxwidgets 2.8.7. Thank you.

Try these newer binaries:
https://sourceforge.net/projects/wxlua/files/wxlua/2.8.12.0/

Personally, I don't use update ui events as they are sent a little too
often for my likes. I find that a single function that updates the gui
state, menus, toolbars, buttons, etc.. works very well and is less cpu
intensive. All you have to do is call it whenever there is a chance
the state will change. This also has the benefit of getting all the
update code in one place since the state of various items are often
interrelated.

Regards,
    John

------------------------------------------------------------------------------
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