Re: Where is the application ?
Re: Where is the application ?
- Subject: Re: Where is the application ?
- From: "Philippe GRUCHET" <email@hidden>
- Date: Wed, 09 Oct 2002 20:21:26 +0200
Hi Andy,
>
>When the path is not found in the script because the script itself
>
>has not been saved on the same machine than the user's machine.
>
Smile offers a solution, search its help for 'portability'
Yes, found in the Smile help's "Linking windows to apps" section.
Really interesting and very didactic way of scripting with raw codes:
tell application "Finder" to ,
set theAppName to (application file id "TVOD")'s name
--> "QuickTime Player"
tell app theAppName
-- script here in raw codes, not in keywords
end tell
>
>About the application search dialog, I get sometimes:
>
> <<event ascrgdut>> 0
>
compile time-- Applescript get dynamic user terminology
So, it seems to be an implicit event for scripters at compile time.
Does it get any 'dut' inside and-or outside a tell block?
Many thanks for your help!
Kind regards,
Philippe
_______________________________________________
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.