Re: [wxlua-users] Ending the wxApp process when a scripted lua frame is closed

2008-06-03 Thread John Labenski
On Thu, May 29, 2008 at 11:30 AM, Matthieu Caron <[EMAIL PROTECTED]> wrote: > Hi everyone. > > I think my problem is really simple, but I need some help to understand how > it works. > > I created a wxwidget project (wxApp) which display a Dialog window with a > file picker to let the users select

Re: [wxlua-users] xrc help

2008-06-03 Thread John Labenski
On Fri, May 23, 2008 at 5:33 PM, Dennis Sacks <[EMAIL PROTECTED]> wrote: > I created an xrc file using wxFormBuilder and have been looking at > calculator.wx.lua for guidance but I'm still struggling. :) > > I can load my frame and it displays, which made me very happy, but I am > trying to access

Re: [wxlua-users] wxTimer

2008-06-03 Thread Piotr Strzelczyk
Hello, > Has anybody used wxTimer in wxLua (lua-side) programming? Yes, I've used it. > I can create the wxTimer, but I am not sure what > I am missing when I try to bind it to an event handler. Maybe this fragments of code will be useful for you: gstimer = wx.wxTimer(frame) frame:Connect(wx.w

[wxlua-users] wxTimer

2008-06-03 Thread Eero Pajarre
Has anybody used wxTimer in wxLua (lua-side) programming? The only related example I found, was the wxluacan program, and it seems to use timer events from the C/C++ side. I can create the wxTimer, but I am not sure what I am missing when I try to bind it to an event handler. Eero -