applescript-objc Questions
7
Solved
I made an app with AppleScript called FRIDAY. When I tell it to 'open chrome', it opens google chrome, this is working on Script Editor and out side of script editor. I can also tell it to 'open a ...
Heptamerous asked 3/3, 2019 at 20:12
4
I'm curious if AppleScript can access each specific tab in a browser and execute some javascript in them.
Anyone have ideas?
Electrotherapeutics asked 27/2, 2011 at 20:13
2
Solved
I have a series of AppleScript commands I need to implement into a single line of AppleScript. The code is below.
delay 2
tell application "System Events" to keystroke "foo"
tell application "Syst...
Alceste asked 13/3, 2011 at 7:51
1
Solved
I am trying to set up some simple services on a Mac using a menubar/status script with applescript.
After having read the web up and down, bearing in mind I am new to scripting, it seems I have rea...
Slope asked 23/3, 2018 at 1:29
4
I'm trying to write an application for swift control iTunes. But when initializing the application returns an object of type AnyObject, but must iTunesApplication.
This object does not respond to...
Simonsimona asked 6/6, 2014 at 13:8
4
When I use AppleScript to get the properties of an object, a record is returned.
tell application "iPhoto"
properties of album 1
end tell
==> {id:6.442450942E+9, url:"", name:"Events", class:...
Lucaslucca asked 5/8, 2013 at 15:56
3
Solved
I'm in the Interface Builder of Xcode, creating an Cocoa-Applescript custom Automator Action. I have a Button and a ComboBox menu in the interface. I'd like to fill the content values of the ComboB...
Coastwise asked 20/5, 2014 at 4:51
2
Solved
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'
...
Argumentation asked 27/3, 2012 at 13:7
1
© 2022 - 2024 — McMap. All rights reserved.