lua-users home
lua-l archive

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


On Sun, Feb 19, 2012 at 3:52 PM, en dator <endator@gmail.com> wrote:
> Hi list
>
> Im currently working on a larger lua project and the gui component is
> getting larger and larger,
>
> We are using wxFormBuilder as that is the best editor we could find for gui
> in wx.
>
> But at the moment we have over 12k lines of xrc code and formbuilder updates
> the complete tree on each keystroke.
>
> Is there a better solution out there for us to try?

I have had good luck with wxFormBuilder, but I haven't used it for
such large projects.

Is it possible to break the GUI into separate wxFormBuilder/XRC files
for each different logical part. Maybe one file for the main frame and
menus, a second for dialogs, etc.

Hope this helps,
     John