Re: [Tutor] glade integration

2008-04-07 Thread Michael Langford
I've also tried to use XRCed, but it crashes more often then a paper airplane, at least on Windows Vista. (XRC files are a XML layout manager interface that can be loaded by wxPython to separate GUI from code). If anyone knows a nice XRC builder, that would suffice. --Michael On

Re: [Tutor] glade integration

2008-04-07 Thread Alan Gauld
"Michael Langford" <[EMAIL PROTECTED]> wrote > While on the topic of glade, does anyone know of a working gui > builder for > glade on windows? WinGlade appears to have been linkjacked or > hacked. > --Michael I tried several free or shareware/trialware GUI builders for wxPython. None

Re: [Tutor] glade integration

2008-04-07 Thread Michael Langford
Well there you go. Just needed to look elsewhere: http://sourceforge.net/project/showfiles.php?group_id=98754 On Mon, Apr 7, 2008 at 1:59 PM, Michael Langford < [EMAIL PROTECTED]> wrote: > While on the topic of glade, does anyone know of a working gui builder for > glade on windows? WinGlade app

Re: [Tutor] glade integration

2008-04-07 Thread Michael Langford
While on the topic of glade, does anyone know of a working gui builder for glade on windows? WinGlade appears to have been linkjacked or hacked. --Michael On Mon, Apr 7, 2008 at 11:07 AM, tannhauser <[EMAIL PROTECTED]> wrote: > On Mon, 07.04, 09:48, Luke Paireepinart wrote: > > Michael M

Re: [Tutor] glade integration

2008-04-07 Thread Luke Paireepinart
Michael Miesner wrote: > Hi- > I am totally new to python and I cant figure out how to integrate a > glade file into a python file. Is it as simple as referencing the > glade file, or must the XML code from the glade file be copied in? > Sorry to ask such a basic question. XML is how glade stores

[Tutor] glade integration

2008-04-07 Thread Michael Miesner
Hi- I am totally new to python and I cant figure out how to integrate a glade file into a python file. Is it as simple as referencing the glade file, or must the XML code from the glade file be copied in? Sorry to ask such a basic question. ___ Tutor mail