First off thanks a bunch to Jeff for giving me that nice solution
to my "Constant Question" in yesterdays thread. I even sorta
understand why it worked:) Todays problem is to do with Tk.
How does one change the Tk color scheme globally for the
app? By this I mean is there a way of not having to sp
On Aug 27, Timothy said:
>I am building an array of Tk button and each button will invoke the
>same subroutine. However I need the index of the calling button to
>be sent to the subroutine. So far I have a for loop and a SWITCH that
>that works but it seems to me to be pretty poor coding:
>
> fo
Is that another for loop be helpful ?
- Original Message -
From: "Timothy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 11:35 AM
Subject: Constant Question
> I am building an array of Tk button and each button will invoke the
> same subroutine. However I