I don't think you can specify "R*ch". Also the setFilterMask on the Mac accepts only
one string paramiter. Should look like this:
setFilterMask(fileobj,"text")
if making the project cross platform then do this:
-- set the filter mask to text files
if the platform contains "mac" then
setFilterMask(fileobj,"text")
else
setFilterMask(fileobj,"text files,*.txt,all files,*.*")
end if
fileobj is your file io xtra object
--jR
-------------------------------------------------------------
In a message dated 3/4/2003 2:23:17 PM Eastern Standard Time, Cole Tierney <[EMAIL
PROTECTED]> writes:
>At 1:10 PM -0600 3/4/03, Howdy-Tzi wrote:
>>On Monday, Mar 3, 2003, at 16:12 America/Chicago, Cole Tierney wrote:
>>
>>>I can't seem to get setFilterMask to work in Director MX. Authoring
>>>on MacOSX 10.2.3 (haven't tried a projector yet). Anyone else
>>>seeing this?
>>
>>I don't *think* I am -- what are you filtering? How are you setting the mask?
>
>I'm filtering for "TEXT, R*ch", but displayOpen is showing me all files in DMX.
>
>--
>Cole
>[To remove yourself from this list, or to change to digest mode, go to
>http://www.penworks.com/lingo-l.cgi �To post messages to the list, email [EMAIL
>PROTECTED] �(Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping
>with programming Lingo. �Thanks!]
>
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL
PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping
with programming Lingo. Thanks!]