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

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

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 =3D 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 =3D 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?

Pete

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

Search



Quick Links

User menu

Not signed in.

Misc Menu