Re: [wxlua-users] wxBitMapComboBox crashes

2009-03-30 Thread John Labenski
On Mon, Mar 30, 2009 at 1:05 AM, Eero Pajarre wrote: > I am trying to use the wxBitmapComboBox but it seems to > crash on me while I either try to set or get its selection using > SetStringSelection or GetStringSelection. > ... > with the test shown above the crash possibly happens in > wxLua_wxCo

[wxlua-users] wxBitMapComboBox crashes

2009-03-29 Thread Eero Pajarre
I am trying to use the wxBitmapComboBox but it seems to crash on me while I either try to set or get its selection using SetStringSelection or GetStringSelection. example: add the following line to samples/controls.wx.lua (line 514) -- -