Re: [wxlua-users] Checkboxes don't react to clicks in editor.wx.lua on Mac OSX [fixed]

2012-10-16 Thread John Labenski
On Tue, Oct 16, 2012 at 3:53 PM, Paul K wrote: > In the best tradition of answering my own question, the solution was > easy: create wxStaticBox (or wxStaticBoxSizer) *before* checkboxes are > created. > > There seems to be a bug (or feature) in how the order in event > traversal is handled and if

Re: [wxlua-users] Checkboxes don't react to clicks in editor.wx.lua on Mac OSX [fixed]

2012-10-16 Thread Paul K
In the best tradition of answering my own question, the solution was easy: create wxStaticBox (or wxStaticBoxSizer) *before* checkboxes are created. There seems to be a bug (or feature) in how the order in event traversal is handled and if the staticbox is created after the checkboxes, none of the