Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'subject:help': 0.08; 'buttons': 0.09; 'grid': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'screen.': 0.09; 'language.': 0.14; 'calculator': 0.16; 'pressing': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:Tkinter': 0.16; 'language': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'thanks.': 0.20; 'header:User-Agent:1': 0.23; 'non': 0.24; 'gets': 0.27; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'point': 0.28; 'label': 0.30; 'stuff': 0.32; 'basic': 0.35; 'there': 0.35; 'url:org': 0.36; 'half': 0.37; 'being': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'numbers': 0.61; 'show': 0.63; 'our': 0.64; 'charset:windows-1252': 0.65; 'p.s.': 0.66; 'received:2': 0.84; 'british': 0.87 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Tkinter grid autosize help Date: Sat, 02 Aug 2014 17:14:25 +0100 References: <60f53f24-7ce7-48e5-9fed-7d9ac8841b7f@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-2-98-197-203.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 In-Reply-To: <60f53f24-7ce7-48e5-9fed-7d9ac8841b7f@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1406996086 news.xs4all.nl 2873 [2001:888:2000:d::a6]:33642 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75540 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 and then half the buttons move out of the screen. I cant seem to fix this i have tried columnspan, columnconfigure and heaps of other stuff and non works it always expands. is there a way i can stop the grid from expanding? > Please help us to help you by reading and actioning this http://sscce.org/, thanks. p.s. being British I must point out that I is spelt I and not i :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence