This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Plazma
Recipients Plazma
Date 2010-02-11.21:48:12
SpamBayes Score 0.006589241
Marked as misclassified No
Message-id <1265924893.83.0.916351919262.issue7914@psf.upfronthosting.co.za>
In-reply-to
Content
Ok this was my own mistake and not a bug.. really sorry about this.

Moving the following code ABOVE the IntVar() calls allows it to work:

app = Tk()
app.title("TESTING")
app.geometry('300x100+200+100')

See revised attached
History
Date User Action Args
2010-02-11 21:48:13Plazmasetrecipients: + Plazma
2010-02-11 21:48:13Plazmasetmessageid: <1265924893.83.0.916351919262.issue7914@psf.upfronthosting.co.za>
2010-02-11 21:48:12Plazmalinkissue7914 messages
2010-02-11 21:48:12Plazmacreate