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
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
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:\\")
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
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
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