Re: Tkinter grid autosize help

2014-08-02 Thread Terry Reedy
On 8/2/2014 10:16 PM, Terry Reedy wrote: On 8/2/2014 6:53 PM, Nicholas Cannon wrote: The only way i can make the buttons look neat and then when i keep pressing one the label gets larger and then half the buttons move out of the screen With my code below, I tried entering a 20 digit number

Re: Tkinter grid autosize help

2014-08-02 Thread Nicholas Cannon
On Saturday, August 2, 2014 10:38:28 PM UTC+8, Nicholas Cannon wrote: > So i have a basic calculator program and i have a label that i want to go > across the top to show the numbers and stuff like on a normal calculator. The > only way i can make the buttons look neat and then when i keep pressi

Re: Tkinter grid autosize help

2014-08-02 Thread Rick Johnson
On Saturday, August 2, 2014 5:53:12 PM UTC-5, Nicholas Cannon wrote: > So i have a basic calculator program and i > have a label that i want to go across the top to show the > numbers and stuff like on a normal calculator. The only > way i can make the buttons look neat and then when i keep > press

Re: Tkinter grid autosize help

2014-08-02 Thread Terry Reedy
On 8/2/2014 6:53 PM, Nicholas Cannon wrote: On Saturday, August 2, 2014 10:38:28 PM UTC+8, Nicholas Cannon wrote: So i have a basic calculator program and i have a label that i want to go across >> the top to show the numbers and stuff like on a normal calculator. The buttons are labelled alre

Re: Tkinter grid autosize help

2014-08-02 Thread Nicholas Cannon
On Saturday, August 2, 2014 10:38:28 PM UTC+8, Nicholas Cannon wrote: > So i have a basic calculator program and i have a label that i want to go > across the top to show the numbers and stuff like on a normal calculator. The > only way i can make the buttons look neat and then when i keep pressi

Re: Tkinter grid autosize help

2014-08-02 Thread Mark Lawrence
On 02/08/2014 15:38, Nicholas Cannon wrote: So i have a basic calculator program and i have a label that i want to go across the top to show the numbers and stuff like on a normal calculator. The only way i can make the buttons look neat and then when i keep pressing one the label gets larger

Re: Tkinter grid autosize help

2014-08-02 Thread MRAB
On 2014-08-02 15:38, Nicholas Cannon wrote: So i have a basic calculator program and i have a label that i want to go across the top to show the numbers and stuff like on a normal calculator. The only way i can make the buttons look neat and then when i keep pressing one the label gets larger and

Tkinter grid autosize help

2014-08-02 Thread Nicholas Cannon
So i have a basic calculator program and i have a label that i want to go across the top to show the numbers and stuff like on a normal calculator. The only way i can make the buttons look neat and then when i keep pressing one the label gets larger and then half the buttons move out of the scre