I'm having some trouble with the stackFileType property.  My app supports
multiple file types, all MetaCard stacks, so I use handlers like this when I
save them to set the stackFileType dynamically:

on DoSaveJournal pDocStack
    put the stackfileType into tSaveStackFileType
    set the stackFileType to "MONKRTJF"
    set the uDirty of stack pDocStack to empty
    compact stack pDocStack
    save stack pDocStack
    Err the result
    set the stackFileType to tSaveStackFileType
end DoSaveJournal


Files generated in this manner are showing up with MetaCard's creator code
and file type.

Do I need to allow an idle between the time I set this property and when
it's used?  

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Multimedia Design and Development for Mac, Windows, UNIX, and the Web
 _____________________________________________________________________
 [EMAIL PROTECTED]                 http://www.FourthWorld.com
 Tel: 323-225-3717           ICQ#60248349            Fax: 323-225-0716



Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to