> Hi,
> 
> The snippet below does brings up the Save As dialog and return
> the filename. I have a problem with some of the parameters
> as commented.
> 
> Also get this error appear as dialog closes:
> Use of uninitialized value at C:/perl/site/lib/Win32/FileOp.pm line 986,
> <STDIN> chunk 96.
> 
> Anybody see what I'm doing wrong?
> 
> 
> (lc($^O) =~ "mswin") && do 
>       {
>       $jobPath = "c:/path/to/default/";

This is Windoze, use backslashes please :
        $jobPath = "c:\\path\\to\\default";
 
> <code snipped>
>       $ret = SaveAsDialog(filters => $filterParams, #this works
>               extension => $defaultFileExtension,     # $ret does not get this added

Well ... it doesn't work for me either. And I'm even not sure it ever 
worked.

I guess it would be best to do it yourself ...

Jenda
 

== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==
 The phenomenon of UFO doesn't say anything about
    the presence of intelligence in space.
  It just shows how rare it is here on the earth.
                                    A.C.Clarke

Reply via email to