On Jan 20, 2008 5:09 AM, Anders F Björklund <[EMAIL PROTECTED]> wrote: > Sebastian Ahlman wrote: > > > I was recently asked to create a small OSX app and I thought about > > creating it in wxLua since I have succesfully made an app using it > > before. When can I expect a new release for the Mac? Also, why is the > > newest version on the site not available for the Mac? Are the updates > > irrelevant on OSX? > > Mac OS X in about the same time as it is for the other platforms. > (both as a standalone download, and also available through MacPorts) > > Not sure when that is, though. :-) Seems to work alright from CVS.
One more internal change. The wxLua types are integers and their values are currently generated when the wxLuaState pushes the bindings into Lua. This needs to be changed so that they are generated at the program's initialization so people can initialize as many or as few of the bindings as they like on a per-wxLuaState basis. > > Anything else I should know about when planning the app (that will > > probably be used for mission critical tasks for a few years to come)?. > > There's a few things that need to be documented and implemented, > with respect to the example IDE program and the standalone runtime > (wxLua and wxLuaFreeze) so that you can e.g. drag-and-drop files > to the program, and to make it easier to create wxLua applications. I saw on wx-dev about this for wxApp, I guess we need to implement it. I'll give it a shot. // in response of an open-document apple event virtual void MacOpenFile(const wxString &fileName) ; Regards, John ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users