Looking for Applescript documentation -


I have developed iPhone for the last year without the need to know the first thing about AppleScript, but now I think I want to automate some tasks but I am not getting any good documents on language. Even on the Apple developer site I do not think what I want.

I do not need a tutorial - just a document that tells me the syntax and the API.

I am sure that I am just making something clear - can anyone help me?

The upper apertap APIs are created by the developer of each application you are hooking up in.

Open the application file (.app) with the script editor. This will produce an uppercase dictionary of all the commands that you can issue the application.

If you have something really simple that you want to do, like copy a file, try open it, besides, there is a nifty low visual programming environment that I used to generate test data. Used or when I'm tired of XCode, then to roam around.

For example, I created a small program that takes 100 snapshots to entertain your friends in just a minute.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -