Re: [Tutor] Pmw/Tkinter question

2016-03-15 Thread Albert-Jan Roskam
> Date: Sun, 13 Mar 2016 19:19:55 -0500 > From: robertvst...@gmail.com > To: tutor@python.org > Subject: Re: [Tutor] Pmw/Tkinter question > > I just cannot leave this problem alone; however, I *do* believe I have > found the correct way to do what Albert-Jan desires

Re: [Tutor] Pmw/Tkinter question

2016-03-13 Thread boB Stepp
I just cannot leave this problem alone; however, I *do* believe I have found the correct way to do what Albert-Jan desires within the publicly accessible features of Pmw and Tkinter. I looked at the Pmw documentation online at http://pmw.sourceforge.net/doc/OptionMenu.html and it said: menubut

Re: [Tutor] Pmw/Tkinter question

2016-03-13 Thread Oscar Benjamin
On 13 Mar 2016 23:25, "boB Stepp" wrote: > > On Sun, Mar 13, 2016 at 6:06 PM, boB Stepp wrote: > > On Sun, Mar 13, 2016 at 11:01 AM, Albert-Jan Roskam > > wrote: > >> > > > >> Thanks! However, if you replace 'broccoli' with a much longer option, you will

Re: [Tutor] Pmw/Tkinter question

2016-03-13 Thread boB Stepp
On Sun, Mar 13, 2016 at 6:06 PM, boB Stepp wrote: > On Sun, Mar 13, 2016 at 11:01 AM, Albert-Jan Roskam > wrote: >> > >> Thanks! However, if you replace 'broccoli' with a much longer option, you >> will see what I meant with the alignment problem. One can

Re: [Tutor] Pmw/Tkinter question

2016-03-13 Thread boB Stepp
On Sun, Mar 13, 2016 at 11:01 AM, Albert-Jan Roskam wrote: > > Thanks! However, if you replace 'broccoli' with a much longer option, you > will see what I meant with the alignment problem. One can no longer read the > first letters of the option once it'

Re: [Tutor] Pmw/Tkinter question

2016-03-13 Thread Albert-Jan Roskam
> Date: Sat, 12 Mar 2016 23:08:20 -0600 > Subject: Re: [Tutor] Pmw/Tkinter question > From: robertvst...@gmail.com > To: sjeik_ap...@hotmail.com > CC: tutor@python.org > > On Sat, Mar 12, 2016 at 2:17 AM, Albert-Jan Roskam > wrote:

Re: [Tutor] Pmw/Tkinter question

2016-03-12 Thread boB Stepp
On Sat, Mar 12, 2016 at 2:17 AM, Albert-Jan Roskam wrote: > Hello, > > Below is a slightly modified example about Pmw/Tkinter from > http://pmw.sourceforge.net/doc/howtouse.html. > I changed the geometry manager from 'pack' to 'grid', because I use that in > all other parts of my program. > The

Re: [Tutor] Pmw/Tkinter question

2016-03-12 Thread boB Stepp
On Sat, Mar 12, 2016 at 2:17 AM, Albert-Jan Roskam wrote: > Below is a slightly modified example about Pmw/Tkinter from > http://pmw.sourceforge.net/doc/howtouse.html. > I changed the geometry manager from 'pack' to 'grid', because I use that in > all other parts of my program. > The problem is

Re: [Tutor] Pmw/Tkinter question

2016-03-12 Thread Albert-Jan Roskam
> To: tutor@python.org > From: __pete...@web.de > Date: Sat, 12 Mar 2016 10:28:36 +0100 > Subject: Re: [Tutor] Pmw/Tkinter question > > Albert-Jan Roskam wrote: > > > Hello, > > > > Below is a slightly modified example about Pmw/Tkinter from > > ht

Re: [Tutor] Pmw/Tkinter question

2016-03-12 Thread Peter Otten
Albert-Jan Roskam wrote: > Hello, > > Below is a slightly modified example about Pmw/Tkinter from > http://pmw.sourceforge.net/doc/howtouse.html. I changed the geometry > manager from 'pack' to 'grid', because I use that in all other parts of my > program. The problem is, 'broccoli' won't display

Re: [Tutor] Pmw/Tkinter question

2016-03-12 Thread Alan Gauld
On 12/03/16 08:17, Albert-Jan Roskam wrote: > Hello, > > Below is a slightly modified example about Pmw/Tkinter from > http://pmw.sourceforge.net/doc/howtouse.html. > I changed the geometry manager from 'pack' to 'grid', because I use that in > all other parts of my program. > The problem is, 'b

[Tutor] Pmw/Tkinter question

2016-03-12 Thread Albert-Jan Roskam
Hello, Below is a slightly modified example about Pmw/Tkinter from http://pmw.sourceforge.net/doc/howtouse.html. I changed the geometry manager from 'pack' to 'grid', because I use that in all other parts of my program. The problem is, 'broccoli' won't display nicely under vege_menu. I want it t