
We have the answer for Mac Support. Below you will find related Tech Support questions and Forum Post/Threads for Applescript.
Just Register and Ask!
is there anyway that I can get Applescript and xml to play nicely? ...
Software Programming & Web Scripting - Posts: 0 - Apr 25, 2004
i have compiled one applescript as application. If i start my compiled applescript, i have to click before on the "Run" button to start my script or click Quit to cancel the start. ...
Software Programming & Web Scripting - Posts: 5 - Apr 23, 2004
ve been working on a project that is themable, and I've almost goten the hang of AppleScript as far as what I want the App's functions to be, but as far as the UI goes, I've hit a wall. ...
Software Programming & Web Scripting - Posts: 5 - Apr 21, 2004
Readers of this forum may be interested in a FileMaker 7 AppleScript Reference I have created. ...
Software Programming & Web Scripting - Posts: 0 - Apr 3, 2004
ume 6" and it would set the volume to that, even if the sound is muted. in 10.3.3, however, i can no longer do this. is there an "unmute" command of some sort in applescript now? ...
Software Programming & Web Scripting - Posts: 0 - Mar 31, 2004
One of my pet peeves is when people don't check which column they're entering data into when they upload track names to CDDB. A few CDs have Artist and Title data swapped, and I'd like to swap them using an AppleScript. How do I do that ?
Mac OS X System & Mac Software - Posts: 1 - Mar 23, 2004
I am trying to get the screen name that is logged in on iChat using AppleScript and can't figure out how (or maybe it's not possible?). This code works for me on iChat AV Beta 2.1 (v151) with 3 different screen names: tell application "iChat" set a to (handler of every account in (every service where name is "AIM") where status is available or status is away or status is...
Software Programming & Web Scripting - Posts: 2 - Mar 22, 2004
I'm trying to get iChat's status via AppleScript and the following code works when I'm available, but it returns empty if I go away: tell application "iChat" display dialog (status message) as string end tell Am I just simply overlooking something obvious? All I want to do is get the status for away and available.
Software Programming & Web Scripting - Posts: 0 - Mar 11, 2004
Here is an Applescript. No frills. No guarantees. Open Script editor and paste it into the new "Untitled" window. Save it as a script in your Library/Scripts folder if you have the script menu activated, or save as an application anywhere you'd like. When it runs, choose an output option and a destination name and select the playlists you wish to list. Feel free to open...
Mac OS X System & Mac Software - Posts: 18 - Feb 24, 2004
ipt newbie here. boss wants me to setup apples mail app to open a dialog window telling us we have a new email from a certain client. so I was think setting up a applescript to run when a email comes in from this client and open a dialog window say of course, "New email from so an so". ...
Mac OS X System & Mac Software - Posts: 1 - Feb 11, 2004