Re: [wxlua-users] correction to editor.wx.lua

2008-04-08 Thread John Labenski
On Tue, Apr 8, 2008 at 12:49 PM, andre arpin <[EMAIL PROTECTED]> wrote: > John Labenski <[EMAIL PROTECTED]> writes: > > > Can you reproduce it my running from the command line and pressing > > Ctrl+C or killing the process? I haven't been able to, but I will try > > doing the logoff thing tomorr

Re: [wxlua-users] correction to editor.wx.lua

2008-04-08 Thread andre arpin
John Labenski <[EMAIL PROTECTED]> writes: > Can you reproduce it my running from the command line and pressing > Ctrl+C or killing the process? I haven't been able to, but I will try > doing the logoff thing tomorrow. > Only happen on log off or shut down (where I found the problem initially).

Re: [wxlua-users] correction to editor.wx.lua

2008-04-07 Thread John Labenski
On Thu, Apr 3, 2008 at 10:08 AM, andre arpin <[EMAIL PROTECTED]> wrote: > problem: > wxlua editor.wx.lua > > logoff Do you mean logoff as in log out the current user of MSWindows? > an error occur when config:delete is executed. The error message is > misleading > but removing this line clea

[wxlua-users] correction to editor.wx.lua

2008-04-03 Thread andre arpin
problem: wxlua editor.wx.lua logoff an error occur when config:delete is executed. The error message is misleading but removing this line clear the problem. config may already be deleted at this point If it is kept it should probably be conditionnal but I could not find any usable state inf