lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi

I have the same challenge in my scenario, and solved it by using a hook that raises a "stopped" error on the main thread. But if there is a global function named "stop", this is called instead to allow the applet to stop smoothly.

--
Oliver