-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there a way to use defined AppleScript methods in other AppleScripts which reference the original AppleScript with something similar to import (f.e. in PHP)?
I wrote a methode to set Skype status and mood-text:
on setSkypeStatus(status, mood_text)
tell application "System Events"
…
>>> More
-
as seen on Super User
- Search for 'Super User'
Is it possible to open an application with AppleScript in an exact space?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to open a file in a not so scriptable area of an application.
I got halfway there by using UI scripting to select the proper menu item, but this opens a standard file dialog.
How can I set the destination of the file dialog with Applescript?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i am new to the world of cocoa programming, i want to add applescript support to my app.
Also the example at apple's website seems out of date
>>> More