Re: Inheritance and Loaded Libraries (solved)
Re: Inheritance and Loaded Libraries (solved)
- Subject: Re: Inheritance and Loaded Libraries (solved)
- From: Axel Luttgens <email@hidden>
- Date: Thu, 04 Nov 2004 10:48:19 +0100
has wrote:
[...]
Q1. Why does the following fail:
c() of b of a of application "ScriptServer"
This is easy to answer now I'm holding the AE debugger the right way
up.:p AppleScript is forgetting to specify the target object (b of a)
when constructing the outgoing Apple event, so is effectively telling
the applet to do:
c() of application "ScriptServer"
Through a quick test, I get here an error message that goes as
"b of a doesn't understand message c"
This doesn't seem to reflect the above (c() of application
"ScriptServer"). [1]
Perhaps are we trying two different things?
Should this be the case, could you provide us with the code used for
your experiment?
Axel
[1] But one never knows with those error messages; that's why I ask ;-)
_______________________________________________
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