Hi, I was looking for some GUI builder for wxLua and I found wxGlade, but it lacks GUI code generation for Lua. And I looked into the source code of wxGlade and found that it looks not so difficult to add this functionality.
So, here is a preview patch for wxGlade-0.6.3 and some description. http://hammm.dw.land.to/lua/wxglade_lua.html Features : - it can generate GUI code that can work on wxLua - most of the widgets on the palette are working - adding handlers will work - you can modify logics of generated code, while let wxGlade update the GUI part. Plus, - empty sizer slots will not harm generated GUI layout. (for python and lua code generation) - fix some issues about initial size of widgets. Some sortcomings : - the generated code will always leave one wxlua process, if not manually exit by ExitMainLoop. Currently I don't know why, but any suggestions are welcome. I hope that this functionality will be merged to wxGlade source tree, though it'll need some more effort. It's rather easy to try it out, because no compiling is needed to run patched wxGlade (It's in python). So please give it a try, if you have some interest. Any comments are welcome. Thanks, Makoto Hamanaka <[EMAIL PROTECTED]> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
