Re: Tkinter pack Problem

2006-07-27 Thread H J van Rooyen
Simon Forman [EMAIL PROTECTED] wrote: | I find the Tkinter reference: a GUI for Python under Local links on | this page http://infohost.nmt.edu/tcc/help/lang/python/tkinter.html to | be very helpful. It has a decent discussion of the grid layout | manager. | | HTH, | ~Simon Thanks am checking

Tkinter pack Problem

2006-07-26 Thread H J van Rooyen
Hi, I am struggling to get the pack method to do what I intend. I am trying to display user input in a seperate window, along with a little description of the field, something like this: Current entry Company : entered co. name First entry : entered stuff

Re: Tkinter pack Problem

2006-07-26 Thread Eric Brunel
On Wed, 26 Jul 2006 12:46:39 +0200, H J van Rooyen [EMAIL PROTECTED] wrote: Hi, I am struggling to get the pack method to do what I intend. I am trying to display user input in a seperate window, along with a little description of the field, something like this: Current

Re: Tkinter pack Problem

2006-07-26 Thread Simon Forman
I find the Tkinter reference: a GUI for Python under Local links on this page http://infohost.nmt.edu/tcc/help/lang/python/tkinter.html to be very helpful. It has a decent discussion of the grid layout manager. HTH, ~Simon -- http://mail.python.org/mailman/listinfo/python-list

Re: Tkinter pack Problem

2006-07-26 Thread Joe Knapka
H J van Rooyen wrote: Hi, I am struggling to get the pack method to do what I intend. I am trying to display user input in a seperate window, along with a little description of the field, something like this: Current entry Company : entered co. name First

Re: Tkinter pack Problem

2006-07-26 Thread H J van Rooyen
Eric Brunel [EMAIL PROTECTED] wrote: |On Wed, 26 Jul 2006 12:46:39 +0200, H J van Rooyen [EMAIL PROTECTED] |wrote: | | Hi, | | I am struggling to get the pack method to do what I intend. | I am trying to display user input in a seperate window, along with | a little description of the field,