Re: Applescript-ObjC: Actions and Outlets Tutorial?
Re: Applescript-ObjC: Actions and Outlets Tutorial?
- Subject: Re: Applescript-ObjC: Actions and Outlets Tutorial?
- From: Shane Stanley <email@hidden>
- Date: Thu, 11 Apr 2013 21:40:18 +0200
On 11/04/2013, at 2:46 AM, Jonathan Levi < email@hidden> wrote:
Can
anyone suggest something that explains simply what actions and outlets
are, when to use each? I've looked at a number of videos, but they don't
seem to explain these basic concepts. TIA,
An outlet is a property you use to refer to some object in a .xib. So you might declare a property myButton and connect it to a button in Xcode; you can then use myButton to refer to to the button.
An action is the message a control sends to a target, such as you script object. So for example when you click on a button, it sends an action to its target, triggering its action handler.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden