>> At 5:56 PM +0000 12/18/00, Peter Reid wrote:
>>>> I am unable to get MetaCard 2.3.2 to open my .mc files on the Mac.
>>>> I've been creating them on my PC but now need to test them on Mac
>>>> and build a Mac standalone. I've got the MSTK document type set to
>>>> MetaCard in PC Exchange, but MetaCard doesn't "see" my .mc file from
>>>> the Open dialog. When I double click the file, it wants to open it
>>>> with SimpleText.
>>>>
>>>> If anyone has insights, I'd appreciate your help. Thanks,
>>>> Leston.
Hi folks,
my solution (fully MC-based :)
Make a btn somewhere (e.g. on the homestack) with this script:
on mouseUp
answer file "What stack do you etc...?"
if it is not empty then
try
toplevel it
catch errornum
beep
end try
end if
end mouseUp
This will open the desired stack, if it's a valid MC-file,
otherwise it beeps.
Regards from germany
Klaus Major
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.