Re: [wxlua-users] A beginner's questions about changes and API

2007-08-07 Thread Attila
I want shutdown function because I want to make an internet-checker: if connection is down (resolving a domain isn't ok), it's re-dial it, or restart the computer, and after x restart, turn it off. I've write it in VB.NET, but this LUA-AIO is much better because it don't except frameworks,

Re: [wxlua-users] A beginner's questions about changes and API

2007-08-07 Thread John Labenski
On 8/7/07, Attila <[EMAIL PROTECTED]> wrote: > Hi all, I need a little help again. Now the LUA A-I-O developers updated > the wx lib to the newest, so I downloaded it, and rewrite some changes in > my app. I saw, wx.wxNull became wx.NULL, but what happened with > wx.wxGetBaseApp:MainLoop()? wx.wxGe

[wxlua-users] A beginner's questions about changes and API

2007-08-07 Thread Attila
Hi all, I need a little help again. Now the LUA A-I-O developers updated the wx lib to the newest, so I downloaded it, and rewrite some changes in my app. I saw, wx.wxNull became wx.NULL, but what happened with wx.wxGetBaseApp:MainLoop()? wx.wxGetBaseApp returned me as nil, so it renamed ma