2006/12/24, Hakki Dogusan <[EMAIL PROTECTED]>:
> Most of the samples designed for wxLua.exe.
>
> You may write a simple bootstrap file, ie:
>
>
> wx = require("wx")
> dofile("wxluasudoku.wx.lua")
> wx.wxGetApp():MainLoop()Is there an equivalent of wx.wxGetApp():MainLoop() that is not blocking ? It would process all pending messages, and then give back control to application. I would then call it from my own frame-based main loop. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
