Filtering with more than 4 types (OSX)

Jan Decroos jan.decroos at groepvanroey.be
Wed Jan 28 08:18:29 EST 2004


>From: Thierry Arbellot <thierry.arbellot at wanadoo.fr>
>Subject: Re: Filtering with more than 4 types (OSX)
>To: How to use Revolution <use-revolution at lists.runrev.com>
>Message-ID: <5915B05A-5179-11D8-A5FC-000A27E40768 at wanadoo.fr>
>Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>Hi dreamer,
>
>Just for information, if I remember well, MacOS limits the filtering up 
>to 4 types.
>A custom proc filter is needed to filter more than 4 types.
>
>But sorry, I don't know how to do simply in Rev.
>The only idea I have is to write an external that will call the MacOS 
>file selector with a custom file proc according to your need.
>
>Regards.
>Thierry.

Couldn't you solve this by :
- create (before the answer file ...) a temporary invisible directory (starting
with a '.', like ".myTmpDir"),
- move all files you don't want to see to that directory,
- show the answer,
- restore the files from that hidden directory back and
- remove the hidden directory ?

It's not nice, but this should work.

Regards,
Jan



More information about the use-livecode mailing list