19 Jul 23:43
[ANN] patch for wxGlade, to generate GUI code for (wx)Lua
From: Makoto Hamanaka <ham.lua@...>
Subject: [ANN] patch for wxGlade, to generate GUI code for (wx)Lua
Newsgroups: gmane.comp.lib.wxwidgets.wxlua.user
Date: 2008-07-19 21:45:14 GMT
Subject: [ANN] patch for wxGlade, to generate GUI code for (wx)Lua
Newsgroups: gmane.comp.lib.wxwidgets.wxlua.user
Date: 2008-07-19 21:45:14 GMT
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.(Continue reading)
RSS Feed