Re: Automator in OS 10.4 (Tiger)
Re: Automator in OS 10.4 (Tiger)
- Subject: Re: Automator in OS 10.4 (Tiger)
- From: Walter Ian Kaye <email@hidden>
- Date: Mon, 28 Jun 2004 23:20:47 -0700
At 12:12p +0900 06/29/2004, Takaaki Naganoya didst inscribe upon an
electronic papyrus:
It seems that there is no "AppleScript" marketing message in WWDC keynote.
Hmm. Let's compare the architecture diagrams:
1.
http://www.apple.com/applescript/developers/
2.
http://developer.apple.com/architecture/
Since the newer diagram also leaves out Audio, and we know that Audio
is not diminished, it must simply be a simplified diagram. Notice
that it doesn't mention CoreFoundation or any other frameworks either.
So, no need for anyone to panic. (Right, Chris?)
I had been thinking about meta-data file system in Mac OS X 10.4. I thought
some apps will communicate by not using AppleEvent but using XML data
exchange.
So, I thought that "tell document clause without telling application" will
be appear in Mac OS X 10.4.
tell document "iTunes Library.xml"--without telling any application
set aList to every song list
end tell
It will be speedy than using AppleEvent.
We can do that kind of thing now, thanks to Mark Alldritt's new PList osax. :-)
-boo
_______________________________________________
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.