Re: Win32Lib: Uhh. I dont think that goes there.

new topic     » goto parent     » topic index » view thread      » older message » newer message

----- Original Message ----- 
From: "Pete Lomax" <petelomax at blueyonder.co.uk>
To: "EUforum" <EUforum at topica.com>
Subject: Re: Win32Lib: Uhh. I dont think that goes there.


> 
> 
> A line has disappeared from the buildDefaultOfn function.
> 55.1 & 57.1 (when it was in win32lib.ew) have this:
> 
> -- set up default flags.
> flags = or_all( {
> exflags,             -- from caller
> OFN_EXPLORER,           -- looks like windows explorer
> OFN_HIDEREADONLY,       -- hide the read-only checkbox
> OFN_LONGNAMES,          -- use long filenames
> OFN_PATHMUSTEXIST} )  -- path must exist
> 
> 58.9 (the function is now in winfile.ew) has this:
> 
> flags = clib:or_all( {
>     exflags,             -- from caller
>     OFN_EXPLORER,           -- looks like windows explorer
>     OFN_LONGNAMES,          -- use long filenames
>     OFN_PATHMUSTEXIST} )  -- path must exist
> 
> It was probably removed for open but ought to go back for save?
> 
I've already done that now for the next release.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu