New submission from Herm Fischer <fisc...@markv.com>:

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?

----------
components: Tkinter
files: python31-correct-filedialog.png
messages: 137325
nosy: hfischer
priority: normal
severity: normal
status: open
title: tkinter.filedialog.askopenfilename XT dialog on Windows 7
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file22201/python31-correct-filedialog.png

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12219>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to