MACSCRPT Archives

May 2009

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Stockly, Ed" <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Fri, 22 May 2009 10:52:42 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (20 lines)
>> I'm trying to find a way to open a web page from inside mini vMac (a simple
Mac Plus emulator) where I have several Hypercard stacks running. This emulator
does not allow any interacton with the host OS (X) machine, except for two
little apps which get and put clipboard contents from and to the host machine.

Do both systems have access to the same volumes? If so you could script the
Hypercard machine to write to a specific file and the host machine to read
the file.

You then have a number of options on the host machine:

You could watch the folder containing the file
You could check the modification date on the file periodically (using idle
as per Mark)
You could make the file an html file and simply display it in a browser.

HTH,

ES

ATOM RSS1 RSS2