Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
77 views

Saving Contents of OSAScriptView as a “.scpt” file into a predefined folder

First, I'm totally new to Obj-C please go easy on me :D I'm building an application, which basically does the same thing that AppleScript Editor does. I have used an OSAScriptView, and what I would ...
1
vote
2answers
495 views

Where can I download AppleScript Studio?

I've heard AppleScript Studio many times, but I cannot find any download links. A tutorial said that I could launch Xcode and select AppleScript under Application when starting a new project, but ...
1
vote
3answers
223 views

Creating Help Files - Applescript Studio

I would like to know how to generate help files for an applescript studio application I am currently creating. I have tried many different options of creating help, and googled it for quite some time ...
1
vote
0answers
274 views

Add images to window with AppleScript Studio

How do you add and manipulate images on a window with AppleScript Studio? Ideally I'd like to have an image display on the window and change it to a different image using applescript. I've added an ...
0
votes
0answers
63 views

How to center a text view with Applescript Objective C?

I have a simple text view (which is inside a scroll view) and for the life of me I cannot make it center the text inside the text view. There is no choice in the inspector to center the text like ...
0
votes
2answers
323 views

Applescript studio - how do I get every control in a window

I'm trying to enable or disable all the control in a window as the programme changes from interactive to non-interactive mode. How can I ask a window to give me all its contents? every control of ...
0
votes
1answer
168 views

Applescript detect new drives

I have an applescript studio application that I use for imaging hard drives. Right now it runs a shell script (diskutil list -plist) to get information about the drives attached to the computer, it ...