Re: Suggestions wanted on Tkinter problem

2009-04-18 Thread Steven D'Aprano
On Thu, 16 Apr 2009 16:18:03 -0700, norseman wrote: > At this point the program runs, but I cannot control gray-out of a > specific Radiobutton. > > If I: > > counter=0 > for mode, text > c[counter] = Radiobuton(specified_frame,.. >

Re: Suggestions wanted on Tkinter problem

2009-04-17 Thread norseman
Dave Angel wrote: norseman wrote: One suggested I change the subject line - OK I also replaced the [TAB]s since I noticed the Emailer seems to get very confused with them. Problem: Using Python 2.5.2 and Tkinter ??? (came with system) List made and for loop in use lst

Re: Suggestions wanted on Tkinter problem

2009-04-16 Thread Dave Angel
norseman wrote: One suggested I change the subject line - OK I also replaced the [TAB]s since I noticed the Emailer seems to get very confused with them. Problem: Using Python 2.5.2 and Tkinter ??? (came with system) List made and for loop in use lst=[ ("S", "Single"),

Re: Suggestions wanted on Tkinter problem

2009-04-16 Thread Rhodri James
On Fri, 17 Apr 2009 00:18:03 +0100, norseman wrote: One suggested I change the subject line - OK I also replaced the [TAB]s since I noticed the Emailer seems to get very confused with them. Problem: Using Python 2.5.2 and Tkinter ??? (came with system) List made and for loo

Suggestions wanted on Tkinter problem

2009-04-16 Thread norseman
One suggested I change the subject line - OK I also replaced the [TAB]s since I noticed the Emailer seems to get very confused with them. Problem: Using Python 2.5.2 and Tkinter ??? (came with system) List made and for loop in use lst=[ ("S", "Single"), .] f

Re: Suggestions wanted

2009-04-16 Thread Terry Reedy
Your subject line is way too vague, to the point of looking like spam. I only opened this because it was the last thread listed and I have time for 'one more'. Something like 'Creating multiple radio buttons with tkinter (2.5)' would be more likely to attract a reader with the specialized know

Suggestions wanted

2009-04-16 Thread norseman
Problem: Using Python 2.5.2 and Tkinter ??? (came with system) List made and for loop in use lst=[ ("S", "Single"), .] for mode, text c = Radiobuton(. c.pack() At this point the program runs, but I cannot control gray-o