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 hfischer
Recipients hfischer
Date 2011-05-30.20:54:40
SpamBayes Score 1.8603483e-05
Marked as misclassified No
Message-id <1306788881.55.0.171400893605.issue12219@psf.upfronthosting.co.za>
In-reply-to
Content
tkinter.filedialog.askopenfilename works fine on the Windows builds of Python 3.1.

However on Python 3.2 (Windows builds via Active State), this dialog comes up with the old Windows XT style on Windows 7 (missing navigation pane) and the dialog is not resizable (it was resizable in Python 3.1).

Application users are inconvenienced, trouble opening long file names.

Is there a work-around in Python 3.2?
History
Date User Action Args
2011-05-30 20:54:41hfischersetrecipients: + hfischer
2011-05-30 20:54:41hfischersetmessageid: <1306788881.55.0.171400893605.issue12219@psf.upfronthosting.co.za>
2011-05-30 20:54:40hfischerlinkissue12219 messages
2011-05-30 20:54:40hfischercreate