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