Re: wxFormBuilder finally supports wxPython

2009-08-17 Thread sturlamolden
On 16 Aug, 20:32, Nobody wrote: > Is there a reason to prefer code over XRC? There is less boilerplate code required. E.g. event handlers are bound in the GUI builder. You can access GUI objects as attributes of your Python class. You don't need to request them from an xml. But apart from that,

Re: wxFormBuilder finally supports wxPython

2009-08-16 Thread Nobody
On Sun, 16 Aug 2009 03:19:51 -0700, sturlamolden wrote: > Version 3.1 of wxFormBuilder can generate wxPython code. I have > previously used wxFormBuilder to generate XRC files for my wxPython > projects. Though still in beta, this might be even better. :-) Is there a reason to prefer code over XR