Questions tagged [applescript-studio]

11 questions
8
votes
3 answers

Where can I download AppleScript Studio?

I've heard about 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 there wasn't anything listed, which had…
Tyilo
  • 25,959
  • 32
  • 101
  • 183
2
votes
1 answer

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 like to do is to save the contents of this…
johnozbay
  • 2,116
  • 1
  • 25
  • 25
2
votes
1 answer

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 “COM1:9600,n,8,1” FOR OUTPUT AS #1 PRINT #1, “HELLO…
Kumar KL
  • 15,086
  • 9
  • 36
  • 57
1
vote
1 answer

is it possible to create new button or menu item of application using applescript

is it possible to create new button or menu item of application using AppleScript as following if it possible , how it can achieve?
1
vote
3 answers

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…
alexyorke
  • 4,083
  • 3
  • 32
  • 54
0
votes
1 answer

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 there is when you use a normal text field. I have…
0
votes
1 answer

How can I acquire text from text filed

I am new to programming and am trying to design a Fortune Teller game according to a book "Applescript studio programming for the absolute beginner". When the player types the question in the Text Field and then clicks the "Ask" button, the program…
user4004
  • 11
  • 1
0
votes
3 answers

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…
stib
  • 2,729
  • 2
  • 23
  • 33
0
votes
1 answer

Recovering AppleScript Studio scripts

I created an application with AppleScript Studio some years ago. I actually used compiled scripts and it worked fine. Using the new Xcode, I am looking to recompile it, but none of the compiled scripts are recognized. When I open the scripts with…
Hanaan Rosenthal
  • 1,359
  • 1
  • 11
  • 20
0
votes
1 answer

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 more info if needed, but I just need to convert an…
0
votes
1 answer

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…
KevMo
  • 5,510
  • 12
  • 54
  • 70