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

What is the message and what platform?

>  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 information that could be used.
>
>  remove
>     config:delete() -- always delete the config
>  at line 2333

The config should not be deleted since the frame is sending the
wxEVT_CLOSE_WINDOW event which should be sent before Lua will garbage
collect anything.

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.

Regards,
    John

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to