Re: [Tutor] GUI Buttons

2009-10-14 Thread ALAN GAULD
> But when is the configure() method more appropriate to change e.g. the button > status? configure is better when you need to change more than one attribute of a widget at a time. The dictionary style access is just a convenience feature. If you prefer you can use configure() all the time.

Re: [Tutor] GUI Buttons

2009-10-14 Thread Albert-Jan Roskam
, you're a mile away and you have their shoes! ~~ --- On Tue, 10/13/09, Alan Gauld wrote: > From: Alan Gauld > Subject: [Tutor] GUI Buttons > To: tutor@python.org > Date: Tuesday, October 13, 2009, 10:06 AM

[Tutor] GUI Buttons

2009-10-13 Thread Alan Gauld
Please provide a subject when sending mail to the list. And please create a new message so it doesn't get lost in an old thread... "Albert-Jan Roskam" wrote in message I'm using Tkinter to program my very frist GUI. Each button grays out after it has been used so the user knows what next step