[wxlua-users] Need advise on closing a script's top level window

2012-05-01 Thread Steve Murphree
Hello, I've managed to integrate wxLua into a DLL that my application uses. The DLL is purely there to provide script capabilities. When a user wants to run a script, the action ends up in the DLL which uses the following code: // luaControl constructor. luaControl is derived from

Re: [wxlua-users] Need advise on closing a script's top level window

2012-05-01 Thread John Labenski
On Tue, May 1, 2012 at 8:52 PM, Steve Murphree smu...@smcomp.com wrote: I've managed to integrate wxLua into a DLL that my application uses.  The DLL is purely there to provide script capabilities.  When a user wants to run a script, the action ends up in the DLL which uses the following code: