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 tomorrow. Only

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

[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

Re: [wxlua-users] correction allow debugger to run after a break

2008-03-25 Thread John Labenski
You're right, thanks. Fixed in CVS. Regards, John On Sun, Mar 23, 2008 at 2:46 PM, andre arpin [EMAIL PROTECTED] wrote: please change case wxLUASOCKET_DEBUGGER_CMD_DEBUG_CONTINUE in bool wxLuaDebugTarget::HandleDebuggerCmd(int debugCommand) from: case

Re: [wxlua-users] correction

2008-03-25 Thread John Labenski
Thanks, both fixed in CVS. -John On Thu, Mar 20, 2008 at 5:09 PM, andre arpin [EMAIL PROTECTED] wrote: wxldtarg.cpp note change and to () so it does not look like top posting This is a critical change: the buffer size is modified by wx2lua so buf.length() does not reflect the right

[wxlua-users] correction

2008-03-20 Thread andre arpin
wxldtarg.cpp note change and to () so it does not look like top posting This is a critical change: the buffer size is modified by wx2lua so buf.length() does not reflect the right size. compile may fail 134c134,135 ( int rc = m_wxlState.LuaDoBuffer(wx2lua(buf), buf.Length(),