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 rafe.kettler
Recipients eric.araujo, gpolo, rafe.kettler
Date 2010-10-24.18:23:01
SpamBayes Score 3.7391072e-09
Marked as misclassified No
Message-id <1287944583.4.0.410193027434.issue10171@psf.upfronthosting.co.za>
In-reply-to
Content
If you were to create a FileDialog, you should see proper buttons (at least I do in Windows):

import tkFileDialog
tkFileDialog.askopenfile()

I think that this goes more along the lines of a bug, because I know that Tkinter has the ability to properly show buttons. So, it would seem to be a bug that for two types of dialogs, the buttons aren't displayed correctly and rather reflect an old-style button.

I'm not sure if this is on the Python or Tcl side of the problem, but I really have no way of testing the Tcl/Tk implementation of these dialogs.
History
Date User Action Args
2010-10-24 18:23:05rafe.kettlersetrecipients: + rafe.kettler, gpolo, eric.araujo
2010-10-24 18:23:03rafe.kettlersetmessageid: <1287944583.4.0.410193027434.issue10171@psf.upfronthosting.co.za>
2010-10-24 18:23:02rafe.kettlerlinkissue10171 messages
2010-10-24 18:23:01rafe.kettlercreate