Python-spe-users Digest, Vol 9, Issue 4

[email protected] Sun, 17 Jun 2007 12:01:27 +0200
Newsgroups gmane.comp.python.spe.user
Message-ID <[email protected]>
Send Python-spe-users mailing list submissions to
	[email protected]

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.berlios.de/mailman/listinfo/python-spe-users
or, via email, send a message with subject or body 'help' to
	[email protected]

You can reach the person managing the list at
	[email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Python-spe-users digest..."


_______________________________________________
http://pythonide.stani.be
http://pythonide.stani.be/manual/html/manual.html
http://pythonide.stani.be/blog/sm_donate _______________________________________________


Today's Topics:

   1. Re: the manual and wxGlade (Stani's Python Editor)


----------------------------------------------------------------------

Message: 1
Date: Sat, 16 Jun 2007 20:42:30 +0200
From: Stani's Python Editor <[email protected]>
Subject: Re: [spe-users] the manual and wxGlade
To: Mailing list for spe users <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

Dick Moores wrote:

> 
> I've begun to try making the GUI described in the wxGlade section of the SPE 
> manual. I've done up through this sentence on p. 46:
> 
> "It is very important to add a panel to the sizer, otherwise your application 
> will look funny in
> Windows. 

This is a difference between dialogs and frames. Frames need first a
panel, a wx.Dialog not.

> So please add a sizer with 3 rows."
> 
> So I have the sizer with 3 rows. But I don't understand the next 2 sentences.
> 
> "Now we will add two buttons and one text field to
> the frame. Just click on the "Add TextCtrl" in the main window and than click on 
> the upper row
> in your panel. Repeat this for both buttons."

> 
> What is "your panel" 
The panel is the panel you created first in the Frame.
> and what is "the upper row"?
You've said you have the sizer with the three rows. The "upper row" is
the first of these three rows.

If you are going to develop in wxPython, I can also strongly recommend
you the book "wxPython in Action" of Robin Dunn, the author of wxPython.

Stani


------------------------------

_______________________________________________
Python-spe-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/python-spe-users


End of Python-spe-users Digest, Vol 9, Issue 4
**********************************************