in reply to Re: Re: Syntax error using Tk
in thread Syntax error using Tk
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Syntax error using Tk
by eoin (Monk) on Feb 17, 2004 at 16:14 UTC | |
I want to make it so the buttons will expand to fill the frame, so when thw window is resized the buttons will resize accordingly. Is this possible?? What do you think? The frames are coloured just for testing purposes. Nollaig Shona, Eoin... Nollaig shona duit. | [reply] [d/l] |
by JamesNC (Chaplain) on Feb 18, 2004 at 03:39 UTC | |
JamesNC | [reply] [d/l] |
by eoin (Monk) on Feb 18, 2004 at 12:19 UTC | |
For some unseen reason I'm getting this error message, now I wasn't getting it earlier before I introduced the function buttons i.e + - \ * etc... First of all I created another For loop, and another frame to house the function buttons. Esentially it was identical to the first for loop which created the buttons perfectly. But when I tried this loop I got the error message After that happened I tried to figure out what was wrong but I couldn't spot it, so Idecided to just use the first loop for all the buttons. So I introduced the extra buttons in the array and added in the part to make the + and = buttons bigger. I tested it and got the same error: I just don't understand it?? Heres the rest of it.
Cheers, Eoin... | [reply] [d/l] [select] |
by JamesNC (Chaplain) on Feb 18, 2004 at 16:03 UTC | |