Re: [Tkinter-discuss] tkFileDialog.askdirectory() not resizable in Windows

2011-07-17 Thread Lynn Oliver
t turns out that the problem was an outdated version of init.tcl that was (still?) present after installing ActivePython 2.7.2.5. After replacing that file with the one from the 8.5.9 source it is now working properly. Lynn On Jul 12, 2011, at 12:34 PM, Lynn Oliver wrote: > Using Python versio

Re: [Tkinter-discuss] tkFileDialog.askdirectory() not resizable in Windows

2011-07-16 Thread Michael Lange
Hi Lynn, Thus spoketh Lynn Oliver unto us on Fri, 15 Jul 2011 13:24:14 -0700: > Thanks for finding that thread. Reading the release notes, it seems > that this change went into 8.5.8, but even building with 8.5.10 I don't > see the change on either WinXP or Win7. Ok, so I did some further inv

Re: [Tkinter-discuss] tkFileDialog.askdirectory() not resizable in Windows

2011-07-15 Thread Lynn Oliver
Thanks for finding that thread. Reading the release notes, it seems that this change went into 8.5.8, but even building with 8.5.10 I don't see the change on either WinXP or Win7. Lynn > Hi Lynn, > > Thus spoketh Lynn Oliver > unto us on Fri, 15 Jul 2011 10:53:49 -0700: > >> Hi Michael, >

Re: [Tkinter-discuss] tkFileDialog.askdirectory() not resizable in Windows

2011-07-15 Thread Michael Lange
Hi Lynn, Thus spoketh Lynn Oliver unto us on Fri, 15 Jul 2011 10:53:49 -0700: > Hi Michael, > > On windows if you set BIF_USENEWUI (0x0040) when calling > SHBrowseForFolder() it will use the resizable dialog box. Oh, I am afraid I don't know anything about this :( Seems like it is something t

Re: [Tkinter-discuss] tkFileDialog.askdirectory() not resizable in Windows

2011-07-15 Thread Lynn Oliver
Hi Michael, On windows if you set BIF_USENEWUI (0x0040) when calling SHBrowseForFolder() it will use the resizable dialog box. -Lynn On Jul 15, 2011, at 10:36 AM, Michael Lange wrote: > Hi Lynn, > > Thus spoketh Lynn Oliver > unto us on Tue, 12 Jul 2011 12:34:21 -0700: > >> Using Python ve

Re: [Tkinter-discuss] tkFileDialog.askdirectory() not resizable in Windows

2011-07-15 Thread Michael Lange
Hi Lynn, Thus spoketh Lynn Oliver unto us on Tue, 12 Jul 2011 12:34:21 -0700: > Using Python versions 2.6.6 or 2.7.1, the tkFileDialog.askdirectory() > dialog box is resizable in OS X but not on WinXP or Win7. > tkFileDialog.askopenfilename() is resizable in both environments. > > Is there a w