AppleScriptObjC is a framework that allows Cocoa applications to be written in AppleScript. It obsoletes AppleScript Studio as of Mac OS X 10.6.

learn more… | top users | synonyms

0
votes
1answer
26 views

Store Path as String Applescript

In my Applescript, I'm choosing a file of which I would like to store the path (to be opened later). When I tried storing the path of the file as a string, this is the error I received: error ...
0
votes
1answer
26 views

Detecting tab view change Xcode OSX AppleScriptObjC

I am building an application in AppleScriptObjC and I have a beginner question - how can I handle clicking on tab buttons in my app? I'm trying to make it have different sizes for each tab. I can make ...
0
votes
1answer
70 views

Pass Variable or String from OS X Cocoa App to Applescript

I would like to pass a variable to applescript. For example, I type some words in textfield of a Cocoa-App (not cocoa-applescript app).Then, it will be a variable in Applescript for future use. I use ...
0
votes
0answers
64 views

Why does my Cocoa app only work one time?

I'm experienced with Applescript but fairly new to xcode. I'm using xcode 3.2.6. I have built an interface where data is entered into fields, then the button gets clicked, and the data gets sent to ...
0
votes
0answers
39 views

Using AppleScriptObjC to read content file and write new content to it

I want to write an applescript code that reads a file and writes back to it when I modify input dialog like : set theFile to "/private/etc/hosts" set theFileContent to read theFile I created a ...
0
votes
1answer
42 views

Get the ProcessList like from cmd+tab

I want to get the applications from the cmd+tab menu in OS X. The best way I got now is to associate this with a AppleScript call with the following: NSDictionary *errorDict; NSAppleEventDescriptor ...
1
vote
1answer
61 views

Making a sheet from a panel in AppleScriptObjC

Alright, I'm trying to make a sheet appear in my AppleScriptObjC app, based on a panel I've already designed in the 'Interface Builder' .xib file. I've found a fantastic answer here, but it's for ...
2
votes
1answer
115 views

set volume not working in xcode with applescript cocoa objc

I have an applescript xcode project in xcode 3.2 and am trying to change the system volume...however it doesn't work...it either stops the nstimer or doesnt do anything at all... Is there a way to ...
1
vote
1answer
113 views

NSTimer in Applescript OBJC not working

I am not sure what I am doing wrong, I also have no idea how to use NSTimer...I simply want to run a simple app, when you click Run...it loops a portion of the script (this is what I am trying to get ...
3
votes
1answer
140 views

Expected end of line, etc. but found unknown token.- AppleScript Editor

The scenario is , I'm going to pass some text to the LabelWriter Printer .. Its a sample for checking. But at compile time itself getting error. tell application "AppleScript Runner" OPEN ...
0
votes
0answers
43 views

How can I use AppleScriptObjC to download the contents of a webview in Xcode?

I know you can do this in ObjC, but I was wondering how to do this in exclusively AppleScript. I have the webview redirect to a .wav file a few seconds after it loads. As soon as it does, I am ...
0
votes
1answer
82 views

How can I use AppleScriptObjC to get the current url of a web view in Xcode?

I have a webView in Xcode, and after a few seconds of browsing I want to be able to get the current URL of the web view. I've searched around but I can't find how. Any help would be appreciated!
0
votes
1answer
92 views

AppleScript works wonders on its own but does not work when called from the plugin

I know that using AppleScript cannot get access to the content of the newly created user-writing, so I use GUI Scripting. But I want Mail.app to contain its own button, which has added to the newly ...
0
votes
1answer
43 views

How could I use AppleScriptObjC to change the state of a button based off a string?

In my AppleScriptObjC program, I have lots of checkboxes. I have a script that loops through a list with each of the item identifiers for the button as strings. I want it to activate each of the ...
0
votes
0answers
11 views

Make a toolbar retain changes when the app is restarted Xcode

I have an AppleScriptObjC application in Xcode. The application has a toolbar. When you run the application, make edits to the toolbar, close it, and run it again (not running from Xcode, but the ...
0
votes
2answers
91 views

How can I use AppleScriptObjC to close my Xcode application?

I have an AppleScriptObjC Xcode application. Within this application, I've built an updater that checks for updates on startup and will prompt the user to download them. Everything works wonderfully ...
0
votes
0answers
26 views

Accessing Flip4Mac through Cocoa-AppleScriptObjC to export a WMV file

I have this cocoa-applescriptobjc application that opens a movie file and exports it in MPEG4 or Quicktime h264. But now I would like to add a Windows Media export option. Applescript cannot access ...
0
votes
0answers
38 views

How do I Switch Windows in AppleScript

I've just started working on a Applescript project, ( First time I've used AppleScript, Used Objective-C prior ) Now I've made a project in Xcode ( AppleScript Based ) and there's really one thing ...
0
votes
2answers
122 views

How to register a Cocoa-Applescript application as a URL handler? (equivalent of “on open location” in Applescript Studio)

Should be relatively straightforward, but I can't seem to find anything on this - I'm trying to add a URL handler to a Cocoa-Applescript application, as described here: ...
0
votes
1answer
70 views

How to get constant feedback from a slider in Xcode with ApplescriptObjC?

I'm new to ApplescriptObjC as you'll probably see if you keep reading. I was wondering how to get constant feedback from a slider so that as soon as its value is 1 it runs script A and as soon as its ...
0
votes
1answer
174 views

Different ways to Launch MAC OSX objective C opplication from command line

I have a MAC OSX objective C application say first.app ,in which i use NSAppleScript with admin privileges to run a shell script.This script is indented to launch another Objective C application say ...
0
votes
0answers
92 views

AppleScrObjC and Notification Center

Does anybody know of a quick and dirty AppleScript or (or AppleScrObjC) way to force the new Notification Center in Mountain Lion to use the Mac's speech synthesis features to read aloud the entire ...
0
votes
0answers
68 views

ApplescriptObjC call to NSMakePoint results in exc_bad_access error

This problem really puzzles me, since AppleScriptObjC should handle garbage collection just fine on its own. Anyway, the steps to reproduce this error are: Create a new ...
0
votes
1answer
255 views

Smooth UI changes in cocoa-applescript (Xcode)

I'm trying to write a simple Xcode cocoa-applescript program that executes a bash script on each subfolder of a folder and shows a progressbar while doing it. I have a NSProgressIndicator set up to ...
0
votes
0answers
72 views

How to control volume sound of a running app [closed]

I want to access all sound channels or sound apps that are active on Mac using objective C or applescript or any other way. I hope to find some help to achieve this.
0
votes
1answer
96 views

How can I create a class method using AppleScriptObjC

I'm trying to override the +initialize method of a class using ASOC, but I cannot find a way to override a class method. Is it even possible? Not to let any confusion possible about the language I'm ...
1
vote
0answers
77 views

How can I create PDF Service with a cocoa-applescript (AppleScriptObjc) application?

I decided to be foolhardy and write my own Email PDF with GMail PDF service and learn AppleScriptObjC at the same time. I've got everything working, and except for actually being able to accept the ...
1
vote
1answer
117 views

Autocomplete/suggest functionality in an applescript input box

I am trying to build an applescript dialog that helps me keep track of the things I am working on. To make it really effective I'd like to have it look up items from my todo list and suggest them as ...
0
votes
1answer
105 views

How do I interprete a record returned as a NSAppleScript result

I run an applescript from an objective-c application using NSAppleScript the executeAndReturnError method. This returns an NSAppleEventDescriptor object containing the result of the script. My script ...
0
votes
1answer
182 views

Is there a way using AppleScript to click osx menu items without accessing “System Events”?

I use code like this to do some menu clicks automatically instead of doing them myself every time again: tell application "System Events" to tell process "myApp" click something and so on end tell ...
2
votes
1answer
428 views

XCode / AppleScriptObjC Newbie

I'm brand new to the world of Xcode 4.4 and AppleScriptObjC. I'm trying to expand and experiment with a tutorial on AppleScriptObjC in the book "Learn AppleScript" by Sanderson and Rosenthal, and ...
0
votes
1answer
174 views

convert image to .icns file AppleScript Obj-C

how can I convert a .png image to a .icns using applescript? Any help would be greatly appreciated.
0
votes
1answer
227 views

Applescript-ObjC Open new window

I have another question. I've made an exit window to display when the user hits the "Exit" button or uses "Cmd-Q". The window itself has its own "Exit" button. How do I make it such that the window ...
0
votes
1answer
113 views

Convert applescript to applescript studio

This is my first time here. Anyway I have a question. I just decided to try using Applescript studio, but currently I have trouble converting my script and linking actions to the GUI. I will provide ...
1
vote
1answer
125 views

Rotating an NSImageCell

I'm working on a project where I have a large NSMatrix of NSImageCells. I need to rotate specific individual Images in their cells (or even just rotate the cells themselves since it will look the same ...
3
votes
2answers
2k views

Click menu item on Mac OSX Lion using AppleScript

I have a problem using a simple AppleScript on Mac OSX 10.7.3. With the following simple AppleScript which I find everywhere OSX raises an error 'The action "Run AppleScript" encountered an error' I ...
0
votes
1answer
289 views

“POSIX file” works in Applescript Editor, not in XCode

Try this: Make a new XCode4 Applescript project. In the delegate, paste this code: on doIt_(sender) set goodHFSLoc to (path to desktop folder) set test1 to (POSIX path of goodHFSLoc) ...
1
vote
1answer
193 views

osx: how to write the full path of all directory contents of a folder containing >50k files&folders to a txt

I'm trying to find is a (1.) low risk (no messing with the files), (2.) dependable, (3.) uncomplicated, and (4.) reasonably effective way to write the posix path of every single file and folder in a ...
0
votes
1answer
196 views

Why can't my AppleScript get my Xcode project?

I want to run an iPhone project in the iOS Simulator using AppleScript, so I wrote this code: tell application "Xcode" open "IAPPS:Xcode 4:EightQueens:EightQueens.xcodeproj" tell project ...
0
votes
0answers
172 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
1answer
80 views

Filling an array with selected items of another array

I'm just getting to know AppleScriptObj-C and trying to create a simple application that would allow me to create playlists. The question is: I have an array, containing all the music tracks from my ...
1
vote
1answer
323 views

Change Applescript into single line NSApplescript source

Im building an app for learning purposes of using applescript to send multiple commands during an action. Below is the code I'm messing with but I have stripped out the actions in between the "" and ...
0
votes
1answer
509 views

How to check whether app is running using [[NSAppleScript alloc] initWithSource:

This is my original script. It will return the current url of Safari NSAppleScript *scriptURL= [[NSAppleScript alloc] initWithSource:@"tell application \"Safari\" to return URL of front document as ...
2
votes
0answers
261 views

Passing an NSArray populated with NSDictionaries to a NSAppleScript

So I have an Apple Script that is running one of the functions of my program like so: [ NSThread detachNewThreadSelector:@selector(runAppleScriptTask) toTarget:self ...
0
votes
1answer
319 views

Can I put a NSDatePicker object in a cell of NSTableView?

Right now I am just using a NSTextCell with a NSDateFormatter, I just wanted to know if this was possible, perhaps by using the . Thanks in advance!
0
votes
2answers
3k views

AppleScript - interacting with a dialog window

I have this AppleScript: tell application "Finder" to display dialog "derp" -- display a dialog tell application "System Events" to keystroke return -- dismiss that dialog by simulating the pressing ...
0
votes
1answer
705 views

Applescript- For every item that grep finds

This code obviously won't work but I'm looking for a syntax change to make it work. for every item that grep finds set myCommand to do shell script "grep -w word test.log" set mySecondCommand ...
0
votes
1answer
453 views

AppleScriptObjC: ProgressBar does not increment

I am trying to implement a Progress bar update in AppleScriptObjC. I have connected the progressbar thru IB and trying to increment the Progressbar update via incrementBy(5). The Inderterminate ...
0
votes
1answer
82 views

How can I copy the contents of an opened TextMate document to the clipboard with AppleScript?

I need to copy the contents of an open TextMate document to the clipboard with AppleScript. Any ideas? Or perhaps an idea for a solution that doesn't use AppleScript but accomplishes the same thing ...
0
votes
3answers
774 views

How to access from AppleScript a bundled file within a Cocoa-AppleScript Application?

Question: In AppleScript I'm used to call: set audio_file to (path to me as string) & "Contents:Resources:Audio:Music.mp3" display dialog "Path: " & (quoted form of POSIX path of ...

1 2