wxFormBuilder

2020-02-28 Thread Edward Montague
The videos on YouTube by fandangleproductions, have been of some use. However as I also use the Geany editor, I find that I need to append this extra code to the Python script generated from wxFormBuilder. # - extra code --- class MyApp(wx.App): def

wxFormBuilder and wxBitmapCombobox

2012-12-13 Thread Lurken III
I'm stucked in populate a wxBitmapCombobox with wxFormBuilder win7 wxFB 3.3.4-beta unicode in Project settings, path = .<- (dot) I have an "ico_conto1.bmp" tree of the dialog: - Dialog --- wxBoxSizer --wxGridSizer -- 4 wxStaticT

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

wxFormBuilder finally supports wxPython

2009-08-16 Thread sturlamolden
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. :-) http://wxformbuilder.org/ -- http://mail.python.org/mailman/listinfo/python-list

Re: wxFormBuilder

2008-03-22 Thread Bill
sturlamolden wrote, On 3/20/2008 9:41 AM: > I just discovered wxFormBuilder. After having tried several GUI > builders for wx (including DialogBlocks, wxGlade, XRCed, Boa > constructor), this is the first one I can actually use. > > To use it wxFormBuilder with wxPython, I g

Re: wxFormBuilder

2008-03-22 Thread Bill
sturlamolden wrote, On 3/20/2008 9:41 AM: > I just discovered wxFormBuilder. After having tried several GUI > builders for wx (including DialogBlocks, wxGlade, XRCed, Boa > constructor), this is the first one I can actually use. > > To use it wxFormBuilder with wxPython, I g

Re: wxFormBuilder

2008-03-22 Thread Bill
sturlamolden wrote, On 3/20/2008 9:41 AM: > I just discovered wxFormBuilder. After having tried several GUI > builders for wx (including DialogBlocks, wxGlade, XRCed, Boa > constructor), this is the first one I can actually use. > > To use it wxFormBuilder with wxPython, I g

Re: wxFormBuilder

2008-03-22 Thread sturlamolden
On 22 Mar, 08:10, CM <[EMAIL PROTECTED]> wrote: > Why can't you use Boa Constructor? I really enjoy using it. It feels awkward. I don't know why. -- http://mail.python.org/mailman/listinfo/python-list

Re: wxFormBuilder

2008-03-22 Thread CM
On Mar 20, 9:41 am, sturlamolden <[EMAIL PROTECTED]> wrote: > I just discovered wxFormBuilder. After having tried several GUI > builders for wx (including DialogBlocks, wxGlade, XRCed,Boa > constructor), this is the first one I can actually use. Why can't you use Boa Construc

Re: wxFormBuilder

2008-03-20 Thread sturlamolden
On 20 Mar, 17:21, Stef Mientki <[EMAIL PROTECTED]> wrote: > I've tried several of the above mentioned builders, > with the same result. > I've also looked at wxFormBuilder, > but I found it far too difficult and > fully unreadable (how can you create actions/b

Re: wxFormBuilder

2008-03-20 Thread sturlamolden
On 20 Mar, 17:21, Stef Mientki <[EMAIL PROTECTED]> wrote: > I've tried several of the above mentioned builders, > with the same result. > I've also looked at wxFormBuilder, > but I found it far too difficult and > fully unreadable (how can you create actions/b

Re: wxFormBuilder

2008-03-20 Thread Stef Mientki
sturlamolden wrote: > I just discovered wxFormBuilder. After having tried several GUI > builders for wx (including DialogBlocks, wxGlade, XRCed, Boa > constructor), this is the first one I can actually use. > > To use it wxFormBuilder with wxPython, I generated an xrc resource

Re: wxFormBuilder

2008-03-20 Thread DoxaLogos
On Mar 20, 8:41 am, sturlamolden <[EMAIL PROTECTED]> wrote: > I just discovered wxFormBuilder. After having tried several GUI > builders for wx (including DialogBlocks, wxGlade, XRCed, Boa > constructor), this is the first one I can actually use. > > To use it wxFormBui

wxFormBuilder

2008-03-20 Thread sturlamolden
I just discovered wxFormBuilder. After having tried several GUI builders for wx (including DialogBlocks, wxGlade, XRCed, Boa constructor), this is the first one I can actually use. To use it wxFormBuilder with wxPython, I generated an xrc resource and loaded it with wxPython. All the tedious GUI