On approximately 5/13/2004 5:41 PM, came the following characters from
the keyboard of Valerie Kramer:

On 0.0.671, -explorer => 1 seems to be the default. Inserting the line or
commenting it out made no difference. I got the "modern" widget.

Setting -explorer => 0 gave me the "crufty" version.

I noticed that the "crufty" widget returned output that was a bit different
from the modern widget.  I didn't attempt to document exactly what it
returned but it looked like everything was in a single item instead of being
separate elements in an array. The first file was a complete path and
subsequent files were just the file names. They were separated by at least
spaces and there may have been commas present - as I said, I glossed over
it. I didn't see me wanting to use that format so I didn't spend much time
with it.

Right you are.


The single return value actually contains a SPACE separated list:

full-directory-path-name file1 file2 file3 ...

I think I've just cured the selection limit problem (well, by passing the buffer size choice off to the user, via the -multisel parameter, whose non-zero value is now interpreted as a minimum buffer size in bytes.

Does anyone expect to use GetSaveFileName with -multisel enambled?

--
Glenn -- http://nevcal.com/
===========================
The best part about procrastination is that you are never bored,
because you have all kinds of things that you should be doing.

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to