Re: How to use the OS's native file selector in Tkinter

2005-09-05 Thread copx
<[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] Thank you! copx -- http://mail.python.org/mailman/listinfo/python-list

Re: How to use the OS's native file selector in Tkinter

2005-09-05 Thread jepler
tkFileDialog.Open is a wrapper around tk's tk_getOpenFile. tk_getOpenFile uses the native dialog on Windows, via the GetOpenFileName() win32 API call, at least in Tk versions 8.2 and newer. Jeff pgpSfgD3cQ3re.pgp Description: PGP signature -- http://mail.python.org/mailman/listinfo/python-list