Re: [python-win32] EasyDialogs - how to set initial path

2006-07-03 Thread John Machin
On 30/06/2005 5:43 PM, Radovan Grznarik wrote: > Hi, > > I am using EasyDialogs (AskFileForOpen) and I am not able to set the > initial open path. I found in Python help that it should be 3rd > parameter, I doubt it. The Python *documentation*, whose first two lines ("2.7 EasyDialogs -- Basic Ma

Re: [python-win32] EasyDialogs - how to set initial path

2005-06-30 Thread Jimmy Retzlaff
John Machin wrote: > > Radovan Grznarik wrote: > > >Hi, > > > >I am using EasyDialogs (AskFileForOpen) and I am not able to set the > >initial open path. I found in Python help > > > Python help describes the *Mac* version; EasyDialogs for Windows by > Jimmy Retzlaff has slightly different argume

Re: [python-win32] EasyDialogs - how to set initial path

2005-06-30 Thread John Machin
Radovan Grznarik wrote: >Thank you very much, I was so close, it's the 4th one:))) >Next time before the question I will look at the code. > >now it works >filename = EasyDialogs.AskFileForOpen("","","","d:\\") > > Bletch. Try this: filename = EasyDialogs.AskFileForOpen(defaultLocation="d:\\")

Re: [python-win32] EasyDialogs - how to set initial path

2005-06-30 Thread Radovan Grznarik
Thank you very much, I was so close, it's the 4th one:))) Next time before the question I will look at the code. now it works filename = EasyDialogs.AskFileForOpen("","","","d:\\") On 6/30/05, John Machin <[EMAIL PROTECTED]> wrote: > Radovan Grznarik wrote: > > >Hi, > > > >I am using EasyDialog

Re: [python-win32] EasyDialogs - how to set initial path

2005-06-30 Thread John Machin
Radovan Grznarik wrote: >Hi, > >I am using EasyDialogs (AskFileForOpen) and I am not able to set the >initial open path. I found in Python help > Python help describes the *Mac* version; EasyDialogs for Windows by Jimmy Retzlaff has slightly different arguments; there is a readme.txt in .\si

[python-win32] EasyDialogs - how to set initial path

2005-06-30 Thread Radovan Grznarik
Hi, I am using EasyDialogs (AskFileForOpen) and I am not able to set the initial open path. I found in Python help that it should be 3rd parameter, then I tried this filename = EasyDialogs.AskFileForOpen("title","*.*","d:\\") but it does not work, and opens dialog in actual directory of running