Tkinter button doesn't appear in OS X

Kevin Walzer kw at codebykevin.com
Sun Dec 10 21:31:36 EST 2006


crystalattice wrote:
> I'm creating a shelve interface using Tkinter.  I have a button that
> allows the user to modify an existing entry; when the button is
> clicked, a new TopLevel window appears with Entry boxes holding the
> selected entry.  Below the Entry boxes are two buttons, one that saves
> the changes to the database and the other is simply a Cancel button.
> 
> Under Linux, both buttons appear correctly.  However, in OS X the
> Cancel button is invisible unless the window is resized or you click in
> the area where the Cancel button is located.  I believe it works
> correctly under Windows (it's been a few days since I was able to check
> it on a Windows machine).
> 

What version of Tk are you running? I've seen this bug on old versions
of Tk (i.e. 8.4.7) but not recently.

-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com



More information about the Python-list mailing list