Re: [Tkinter-discuss] Tkinter Geometry Management and Other Basics

2009-07-26 Thread ALAN GAULD
> > It could be the same, I didn't know Tix had a form manager. > > I only noticed it while reading the Whats New stuff > > for Python 3.1/2.7. ISTR It was listed amongst the info about ttk. > > > > If that information is listed there then there is something wrong. But > I only see a short note

Re: [Tkinter-discuss] Tkinter Geometry Management and Other Basics

2009-07-26 Thread ALAN GAULD
> > There is now a fourth, the form manager, as of Python 2.7/3.1... > > What is this "form manager" ? Probably not the one from Tix, since it > is has been in Python for more than 8 years. It could be the same, I didn't know Tix had a form manager. I only noticed it while reading the Whats

Re: [Tkinter-discuss] Tkinter Geometry Management and Other Basics

2009-07-26 Thread Guilherme Polo
2009/7/26 ALAN GAULD : > > > > >> > There is now a fourth, the form manager, as of Python 2.7/3.1... >> >> What is this "form manager" ? Probably not the one from Tix, since it >> is has been in Python for more than 8 years. > > > It could be the same, I didn't know Tix had a form manager. > I only

Re: [Tkinter-discuss] Tkinter Geometry Management and Other Basics

2009-07-26 Thread Guilherme Polo
2009/7/25 Alan Gauld : > "VladPotrosky" wrote > >> As I understand it, there are three geometry managers: Grids, Pack and >> Place. Only the first two are of interest. > > There is now a fourth, the form manager, as of Python 2.7/3.1... > What is this "form manager" ? Probably not the one from Ti

Re: [Tkinter-discuss] Tkinter Geometry Management and Other Basics

2009-07-25 Thread Alan Gauld
"VladPotrosky" wrote As I understand it, there are three geometry managers: Grids, Pack and Place. Only the first two are of interest. There is now a fourth, the form manager, as of Python 2.7/3.1... Haven't used it yet so cannot comment on how genuinely useful it is. And to the OP, yes you

Re: [Tkinter-discuss] Tkinter Geometry Management and Other Basics

2009-07-01 Thread VladPotrosky
As I understand it, there are three geometry managers: Grids, Pack and Place. Only the first two are of interest. > > Is it possible to mix them? I don't think so, but maybe I'm missing > something. Generally, they seem to apply with respect to a Frame, so I > would think only one geometry can b

[Tkinter-discuss] Tkinter Geometry Management and Other Basics

2009-03-26 Thread Wayne Watson
Title: Signature.html As I understand it, there are three geometry managers: Grids, Pack and Place. Only the first two are of interest. Is it possible to mix them? I don't think so, but maybe I'm missing something. Generally, they seem to apply with respect to a Frame, so I would think only o