How To Build An AppleScript-Based Cocoa-Application: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
No edit summary
Line 20: Line 20:
----
----
* Stuff
* Stuff
** Helpful links:
*** http://www.macosxautomation.com/applescript/develop/index.html (Please note that, as of now (2010-10-11), the downloadable project is missing the connections between the App Delegate and the UI Elements)
** You might also be interested in the same thing done with [[Ruby]]: [[5 Easy Steps To Your First RubyCocoa Application]]
** You might also be interested in the same thing done with [[Ruby]]: [[5 Easy Steps To Your First RubyCocoa Application]]
* Short link to here: http://wurst-wasser.net/t/r.php?u=ASCocoaHow2
* Short link to here: http://wurst-wasser.net/t/r.php?u=ASCocoaHow2

Revision as of 13:17, 11 October 2010

This page describes how you can build a simple AppleScript Application using XCode.

Creating a Wikipedia-Application[1]

Creating the project

Adding a Web View

Opening an URL

More

Finetuning

There is some of finetuning that you might want to consider:


  1. just like this