Re: tell application - without the app's name?
Re: tell application - without the app's name?
- Subject: Re: tell application - without the app's name?
- From: julifos <email@hidden>
- Date: Tue, 04 Mar 2003 13:50:58 +0100
>
If this is the only way to get it to work - how do l find the raw events
>
list from the Quark Dictionary?
There are some tricky ways, but it's more easy if you use Smile's own
feature to do it.
Quick sample:
Open Quark or whatever app you wish script.
Open a new document in Smile.
Choose menu "Script > tell... > Quark"
Write your code:
tell application whatever
open QuarkPage use doc prefs yes
end tell
It will compile ok...
Save. Close. Open again. You see your raw events? (you can "script > tell >
quark" again, and it will compile ok with the original command names)
JJ
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
_______________________________________________
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.