applescript-studio

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 image view in interface builder, but that's about as far as I have gotten. ...

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 then presents this information to the user, and the proper drive to image is selected. Ideally I would like my application to be able to d...

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 and cannot find an answer. When I click on the menu item "Application Help" in my application it opens Help Viewer with an empty window w...

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 window "mainWindow" doesn't work, nor does contents of window "mainWindow" Actually, I haven't been able to find any good documentation f...

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

Hello there, 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 like to do is to save the contents of this OSAScriptView as a .scpt file in a predefined folder. (like /documents/myscripts...