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

From Wurst-Wasser.net
Jump to navigation Jump to search
(Created page with 'This page describes how you can build a simple AppleScript Application using XCode. ---- * Stuff * Short link to here: * Footnotes: <references/> [[Category:AppleScript]…')
 
No edit summary
Line 1: Line 1:
This page describes how you can build a simple [[AppleScript]] Application using XCode.
This page describes how you can build a simple [[AppleScript]] Application using XCode.


== Creating a Wikipedia-Application<ref>just like  [[5 Easy Steps To Your First RubyCocoa Application|this]]</ref> ==
=== Creating the project ===


=== Adding a Web View ===


=== Opening an URL ===
== More ==
== Finetuning ==
There is some of finetuning that you might want to consider:
* [[How to save the window position (cocoa)|Save the window position]]
* [[How to create and set an application icon (cocoa)|Create and set an application icon]]
* [[How to set version information and copyright (cocoa)|Set version information and copyright]]
* Customize about box
* Add custom behaviour, e.g. creating an PDF from an web page, or saving bookmarks...
* Adding buttons for something you want to (paste text, translate text, look word up in Dictionary...)


----
----
* Stuff
* Stuff
* Short link to here:
** 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
* Footnotes:
* Footnotes:
<references/>
<references/>


[[Category:AppleScript]]
[[Category:AppleScript]]

Revision as of 00:53, 10 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