[issue12219] tkinter.filedialog.askopenfilename XT dialog on Windows 7

2015-09-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am closing this because for 3.4.3 and 3.5.0 on Win 7, both of which use tk 8.6.x, the file open dialog works as in the 'correct' png, with a navigation pane. -- resolution: -> out of date stage: -> resolved status: open -> closed _

[issue12219] tkinter.filedialog.askopenfilename XT dialog on Windows 7

2011-07-12 Thread digi proc
digi proc added the comment: By the way, that above C++ function is not re-entrant! I was lazy and just made a static return buffer. To make it re-entrant, you'd need to figure out how to allocate enough space in the DefFile string so the C function could write the selected filename to that b

[issue12219] tkinter.filedialog.askopenfilename XT dialog on Windows 7

2011-07-12 Thread digi proc
digi proc added the comment: Almost certainly a tkinter bug. A work around is below. First build a DLL from the following C++ source (and add a similar function for the 'save' dlg rather than the 'open' dlg): #include "windows.h" #include "Commdlg.h" #include "tchar.h" extern "C"{ __declsp

[issue12219] tkinter.filedialog.askopenfilename XT dialog on Windows 7

2011-06-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: I have no idea what 'XT' in the title means. The only possible relevant change I *know* of is that 3.2 on Windows comes with a later version tk/tcl 8.5 than 3.1. If you find the exact version numbers, you could query/report on the tk/tcl forums, also at Activ

[issue12219] tkinter.filedialog.askopenfilename XT dialog on Windows 7

2011-05-31 Thread Herm Fischer
Herm Fischer added the comment: I've now tried this issue on python.org's own 3.2 and 3.2.1rc1 (64 bit) builds, and they also do have the same problem. -- ___ Python tracker __

[issue12219] tkinter.filedialog.askopenfilename XT dialog on Windows 7

2011-05-30 Thread Herm Fischer
Herm Fischer added the comment: Now also posted to http://bugs.activestate.com/show_bug.cgi?id=90234 -- ___ Python tracker ___ ___ Py

[issue12219] tkinter.filedialog.askopenfilename XT dialog on Windows 7

2011-05-30 Thread Ned Deily
Ned Deily added the comment: If the problem is with an ActiveState distribution of Python 3.2, you should probably be asking this on the ActiveState forums. -- nosy: +brian.curtin, loewis, ned.deily ___ Python tracker

[issue12219] tkinter.filedialog.askopenfilename XT dialog on Windows 7

2011-05-30 Thread Herm Fischer
Changes by Herm Fischer : Added file: http://bugs.python.org/file22202/python32-wrong-filedialog.png ___ Python tracker ___ ___ Python-bugs-li

[issue12219] tkinter.filedialog.askopenfilename XT dialog on Windows 7

2011-05-30 Thread Herm Fischer
New submission from Herm Fischer : 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 resiza