Re: applescript-users digest, Vol 3 #2253 - 11 msgs
Re: applescript-users digest, Vol 3 #2253 - 11 msgs
- Subject: Re: applescript-users digest, Vol 3 #2253 - 11 msgs
- From: Jim Witte <email@hidden>
- Date: Tue, 16 Dec 2003 01:25:25 -0500
>
And I suggested to Apple to include sample AppleScripts into each
>
application's inside. The internal scripts can call from normal
>
AppleScript
>
programs using "call internal" command.
>
>
"call internal" accepts various dialect and pick up each parameters to
>
give
>
each internal AppleScript.
>
>
---English
>
tell application "iCal"
>
call internal "make new schedule on next saturday"
>
end tell
>
---Japanse
>
tell application "iCal"
>
call internal "来週の土曜日に新規予定"
>
end tell
>
If Apple Japan staff thought my idea as useful and worthy one, it
>
might be
>
reallize on future version of Mac OS X.
That would be useful everywhere, not just for non-English languages.
Another interesting idea would be to generalize it to a "script
library" idea. This vaguely reminds me of how you'd register stuff
with the Assitant architecture with the Newton - non-function words
(like preopositions), verbs which then attached to Newtonscript
function objects - I don't remember much of it - I skimmed over that
chapter in the NPG.
Jim Witte
email@hidden
Indiana University CS
_______________________________________________
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.