|
Important question, please?
6 messages
G’day Scripters.
Apart from several weeks of thorough testing, it appears my 10-years-in-the-making App is ready for Public release. I might actually be able to stop annoying you all!!!
Thank you to a
G’day Scripters.
Apart from several weeks of thorough testing, it appears my 10-years-in-the-making App is ready for Public release. I might actually be able to stop annoying you all!!!
Thank you to a
|
By
Brian Christmas
·
|
|
Sierra update, another broken script!
G’day folks. I thought I’d finished my App, but the latest Sierra has broken my Scroll Field scrolling. The present script takes 1 minute to trim excessive paragraphs, and a whopping 10 minutes or mor
G’day folks. I thought I’d finished my App, but the latest Sierra has broken my Scroll Field scrolling. The present script takes 1 minute to trim excessive paragraphs, and a whopping 10 minutes or mor
|
By
Brian Christmas
·
|
|
How to auto open disk image
G’day folks. The other day I wrote how the latest Sierra Security Update broke auto opening Zipped folders. Turned out what it really broke was my Safari preferences. Unticking and re-ticking the ‘ope
G’day folks. The other day I wrote how the latest Sierra Security Update broke auto opening Zipped folders. Turned out what it really broke was my Safari preferences. Unticking and re-ticking the ‘ope
|
By
Brian Christmas
·
|
|
zoomed attribute of tabbed fullscreen windows
11 messages
We can use origin and position instead, so long as you have only one monitor, this should work. If you have an external display connected, you’ll have to test for the orig/pos of that display as well.
We can use origin and position instead, so long as you have only one monitor, this should work. If you have an external display connected, you’ll have to test for the orig/pos of that display as well.
|
By
2551phil
·
|
|
Activate Terminal and put it in Fullscreen mode
Here is what I came up with, after many hours of testing why I had inconsistent behavior. It took me a long while to find the 2 issues I mention in my comments and find workarounds. on ActivateFullScr
Here is what I came up with, after many hours of testing why I had inconsistent behavior. It took me a long while to find the 2 issues I mention in my comments and find workarounds. on ActivateFullScr
|
By
Jean-Christophe Helary
·
|
|
Raising the 'auto open zipped .dmg's' again.
G’day scripters. Several days ago I posted here, and also in the Apple forums, that in High Sierra, and after the second last Sierra Security update, zipped disk image files no longer download and aut
G’day scripters. Several days ago I posted here, and also in the Apple forums, that in High Sierra, and after the second last Sierra Security update, zipped disk image files no longer download and aut
|
By
Brian Christmas
·
|
|
Advice required with cURL, please!
5 messages
G’day scripters I want to read a remote .txt file using cURL, and save the result to a variable, NOT a file. If necessary, I want to add to that variable, and write it back to the remote file. Just ca
G’day scripters I want to read a remote .txt file using cURL, and save the result to a variable, NOT a file. If necessary, I want to add to that variable, and write it back to the remote file. Just ca
|
By
Brian Christmas
·
|
|
Please Contribute to the AppleScript Wiki
4 messages
#wiki
Greetings to all! We have drafted the first rough draft of the AppleScript Wiki , a great feature provided by groups.io. The Wiki doesn't even have an outline yet, but I wanted to invite each and ever
Greetings to all! We have drafted the first rough draft of the AppleScript Wiki , a great feature provided by groups.io. The Wiki doesn't even have an outline yet, but I wanted to invite each and ever
|
By
JMichaelTX
·
|
|
Applescript reference for MS Office ?
4 messages
I'm not finding the scripting references for MSO on MS site. Would anybody have links? Jean-Christophe
I'm not finding the scripting references for MSO on MS site. Would anybody have links? Jean-Christophe
|
By
Jean-Christophe Helary
·
|
|
Advice required with cURL, please! NOTE, another question!!
G’day all Thanks to all of you who responded. Very useful information to be stored in my old brain. I bit the bullet and rang Digital Pacific, my web hosts. Apparently, cURL can only address files emb
G’day all Thanks to all of you who responded. Very useful information to be stored in my old brain. I bit the bullet and rang Digital Pacific, my web hosts. Apparently, cURL can only address files emb
|
By
Brian Christmas
·
|
|
What is "system events" ?
22 messages
Is there a place that describes what System Events is, how it works, why it is necessary for some sorts of scripting, etc.? Jean-Christophe
Is there a place that describes what System Events is, how it works, why it is necessary for some sorts of scripting, etc.? Jean-Christophe
|
By
Jean-Christophe Helary
·
|
|
How do I use variable with 'using terms from'
G’day scripters. I hope this is the last missing piece in my app. With using GraphicConverter, I need to use ‘using terms from’, but the code is ‘locked’ into using the text 'GraphicConverter 10'. If
G’day scripters. I hope this is the last missing piece in my app. With using GraphicConverter, I need to use ‘using terms from’, but the code is ‘locked’ into using the text 'GraphicConverter 10'. If
|
By
Brian Christmas
·
|
|
Best way to orderly display dialogs etc.
2 messages
I'm finding that depending on the tell block in which it is launched, a "display dialog" will request the user to turn to that app to be reacted too. What is the best way to have "application neutral"
I'm finding that depending on the tell block in which it is launched, a "display dialog" will request the user to turn to that app to be reacted too. What is the best way to have "application neutral"
|
By
Jean-Christophe Helary
·
|
|
Distributing an AppleScript on a disk image
I'm a very occasional user of AppleScript, so I'm not all that up on how to do things. I have failed to find something by search, so here's my question. My application allows users to create custom ke
I'm a very occasional user of AppleScript, so I'm not all that up on how to do things. I have failed to find something by search, so here's my question. My application allows users to create custom ke
|
By
John Brownie
·
|
|
macOS Service and .scptd
Hi everyone! I want to create a service in Omnifocus to get something done. I usually create a script (.scpt), copy it and paste into the action "Run AppleScript" of Automator, and its ok. But now I w
Hi everyone! I want to create a service in Omnifocus to get something done. I usually create a script (.scpt), copy it and paste into the action "Run AppleScript" of Automator, and its ok. But now I w
|
By
Alberto González
·
|
|
Trying to move away from Finder...
18 messages
I'm slowly trying to move away from Finder but I have problems finding equivalents for trivial things that I'm doing, like: tell application "Finder" to set default_location to (target of front window
I'm slowly trying to move away from Finder but I have problems finding equivalents for trivial things that I'm doing, like: tell application "Finder" to set default_location to (target of front window
|
By
Jean-Christophe Helary
·
|
|
Is it me or is Finder scripting broken?
5 messages
Can't get or set list, column or icon view properties: tell application id "com.apple.finder" -- Finder get properties of Finder preferences (* comment out next line to see all properties *) get icon
Can't get or set list, column or icon view properties: tell application id "com.apple.finder" -- Finder get properties of Finder preferences (* comment out next line to see all properties *) get icon
|
By
John Stewart
·
|
|
How To Get List of Valid Time Zone IDs
Thanks for this handy script, Shane. I started a new topic to help others find it. Best Regards, Jim Underwood aka JMichaelTX From: Shane Stanley <sstanley@...> Date: Tuesday, December 5, 2017 at 12:3
Thanks for this handy script, Shane. I started a new topic to help others find it. Best Regards, Jim Underwood aka JMichaelTX From: Shane Stanley <sstanley@...> Date: Tuesday, December 5, 2017 at 12:3
|
By
JMichaelTX
·
|
|
How to script the launching of a script at a specific time...
15 messages
If there is an Applescript way to open a specific file at a given time that does not involve Calendar, I'm all for it, but right now I'm trying to focus on Calendar because that's where I manage all m
If there is an Applescript way to open a specific file at a given time that does not involve Calendar, I'm all for it, but right now I'm trying to focus on Calendar because that's where I manage all m
|
By
Jean-Christophe Helary
·
|
|
Working with XML...
14 messages
It looks like System Events has problems with big XML files... When I try tell application "System Events" return XML elements of contents of XML file XMLfile end tell of a small xml file, I get all t
It looks like System Events has problems with big XML files... When I try tell application "System Events" return XML elements of contents of XML file XMLfile end tell of a small xml file, I get all t
|
By
Jean-Christophe Helary
·
|