FW: [Tutor] Re: wxPython Gui notebook

firephreek firephreek at earthlink.net
Thu Apr 29 16:19:03 EDT 2004



-----Original Message-----
From: firephreek [mailto:firephreek at earthlink.net] 
Sent: Thursday, April 29, 2004 8:04 AM
To: 'Jorge Godoy'
Subject: RE: [Tutor] Re: wxPython Gui notebook


Thanks for the help.

I actually got it working shortly after sending that out.  I guess I was
doing something wrong with the parent references.  Or something.  Can't
get the combo box to work though.  I have indeed read the wiki and that
helped some too.  Sorry if I posted in the wrong place, I've done been
told to go elsewhere, and well, I tried that link but it was broken.
Anybody know where I can suscribe to the wxPython list?
"http://www.wxpython.org/maillist.php --> suscribe to List" doesn't
work.

Stryder

-----Original Message-----
From: tutor-bounces at python.org [mailto:tutor-bounces at python.org] On
Behalf Of Jorge Godoy
Sent: Wednesday, April 28, 2004 2:49 PM
To: tutor at python.org
Subject: [Tutor] Re: wxPython Gui notebook


On Qua 28 Abr 2004 15:02, firephreek wrote:

> If I want to put a 'notebook' into my window, do I first create a
> wxFrame object to stick it into?  Or does the notebook come first, 
> with a frame inside it?  Which is higher up on the totem pole?  Or are

> they the same?  Are there any other good tutorials?  I'm going through

> the wiki, and that's fine, but it leaves some questions when I go 
> through the demo code that comes with wxPython.

You should create the App, then the Frame, then add a sizer to the
Frame, then add the Notebook to the sizer, then add pages to the
notebook, then add panels then sizers, then objects to the sizers.

Try using something like Boa Constructor or wxGlade. It will make your
starting easier. 

With regard to starting with wxPython, try the wiki:
http://wiki.wxpython.org/ 

-- 
Godoy.      <godoy at ieee.org>


_______________________________________________
Tutor maillist  -  Tutor at python.org
http://mail.python.org/mailman/listinfo/tutor




More information about the Tutor mailing list