• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Remote AppleEvents to older OS
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Remote AppleEvents to older OS


  • Subject: Remote AppleEvents to older OS
  • From: doug rogers <email@hidden>
  • Date: Thu, 23 Dec 2004 21:56:19 -0500

when something is returned in the Event Log, does that mean it was successful? for instance:
with this script:


set u to "eppc://MyName:email@hidden:3031/"
tell application "Hypercard" of machine u
	beep 3
end tell

this is in the event log:
tell application "Hypercard" of machine "eppc://10.0.1.55:3031"
beep 3
"Hypercard got an error: Could not establish connection to host"

and with this script:
set u to "eppc://MyName:email@hidden:3031.local"
tell application "Hypercard" of machine u
	beep 3
end tell

the event log returns:
tell application "Hypercard" of machine "eppc://10.0.1.55"
	beep 3
		current application
		"Hypercard got an error: AppleEvent timed out."

So... am I hitting this old Mac successfully with this addressing scheme? Is the error somewhere else? The :3031 helps talk to the G3 (os9) This is beginning to look like an OSx vs OS8 problem. X can talk to 9. Hypercard in Classic can talk to 8, 9 can talk to 8.

And SO many thanks to all of you for your busy time at this holiday.

 There is a crack in everything. That's how the light gets in.
__________<http://home.golden.net/~samu>__________

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Remote AppleEvents to older OS
      • From: Emmanuel <email@hidden>
  • Prev by Date: Fundamental problem with OS X Applescript?
  • Next by Date: Remote AppleEvents to older OS
  • Previous by thread: Remote AppleEvents to older OS
  • Next by thread: Re: Remote AppleEvents to older OS
  • Index(es):
    • Date
    • Thread