[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: in search of a good editor for wx lua gui
- From: John Labenski <jlabenski@...>
- Date: Mon, 20 Feb 2012 13:39:52 -0500
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