IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label activated. Show all posts
Showing posts with label activated. Show all posts

Tuesday, February 5, 2013

Button activated applescript?

In xcode 4.x I want to be able to click a button and have an applescript run, how do I do this?


View the original article here

Re: Button activated applescript?


Is this an AppleScriptObjC or Objective-C project?  If the former, you can use regular AppleScript statements and/or call handlers in other script files, if the latter you can use the NSAppleScript class or add an AppleScriptObjC class.



If you are talking about connecting a button to your code, create an action handler/method (if it has the correct signature it will appear inn the Interface Editor), and connect it to the button, for example:




View the original article here

Button activated applescript?

In xcode 4.x I want to be able to click a button and have an applescript run, how do I do this?


View the original article here