New submission from Rafe Kettler <rafe.kett...@gmail.com>: Some of the dialogs in Tkinter don't correctly show buttons in newer versions of Windows (XP, Vista, 7). Instead, they use square Win2000-and-before-type buttons. Here's some Python 2.7 code that illustrates this:
import tkMessageBox tkMessageBox.showinfo() import tkColorChooser tkColorChooser.askcolor() I attached a screenshot as well, illustrating what is meant by "ugly buttons." I'm not sure if this is on the Tk or Tkinter side, but since the rest of Tkinter uses new-style buttons, these few objects should too (as far as I'm aware, these are the only objects that exhibit this behavior. ---------- components: Tkinter files: uglybuttons.png messages: 119359 nosy: rafe.kettler priority: normal severity: normal status: open title: Ugly buttons in some Tkinter objects in Windows versions: Python 2.7, Python 3.1 Added file: http://bugs.python.org/file19330/uglybuttons.png _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10171> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com