Re: calling a Classic osax from X
Re: calling a Classic osax from X
- Subject: Re: calling a Classic osax from X
- From: John Delacour <email@hidden>
- Date: Wed, 23 Apr 2003 17:55:32 +0100
- Mac-eudora-version: 6.0a16
At 8:59 am -0700 23/4/03, matt neuburg wrote:
>On 23/4/03 2:21 PM +1000, Jon Pugh, email@hidden, wrote:
>Try this:
tell application "Stay open"
using terms from application "Macintosh HD:System Folder:Scripting
Additions:Jon9s Commands"
screen list
end using terms from
end tell
I did try that. Did you? I'm not (just) being snippy; I really want to
know whether this worked for you, and if so what the difference is between
our situations. Here's what I want to say:
tell app "Panorama"
using terms from app "second:System Folder:Scripting
Additions:MonitorDepth"
min monitor depth
end
end
But it won't compile.
That's because MonitorDepth is not an application.
You will have no problem compiling if you refer to it properly:
using terms from alias "d9:System Folder:Scripting Additions:MonitorDepth"
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.