Re: [wxlua-users] A call back problem

2008-12-07 Thread John Labenski
On Sun, Dec 7, 2008 at 1:03 PM, arpin <[EMAIL PROTECTED]> wrote: > I have tried to resolve this crash but I am getting nowhere. > - > f = wx.wxFrame(wx.NULL, -1, "Hello") > > gridtable = wx.wxLuaGridTableBase(); > function gridtable:GetNumberCols () return

Re: [wxlua-users] A call back problem

2008-12-07 Thread arpin
arpin <[EMAIL PROTECTED]> writes: Sorry just ignore this message you allready answer it in another one which came back ot of sync. Andre -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. T

[wxlua-users] A call back problem

2008-12-07 Thread arpin
I have tried to resolve this crash but I am getting nowhere. - f = wx.wxFrame(wx.NULL, -1, "Hello") gridtable = wx.wxLuaGridTableBase(); function gridtable:GetNumberCols () return 1 end function gridtable:GetNumberRows () return 1 end function gridtable:G