|
How to Undock a Window
Hi, Is there any way to Undock specific a window? I basically what to check want to simulate the user clicking on an item in the dock. Basically: Undock “WindowTitle” of Application “AppName”. Thanks
Hi, Is there any way to Undock specific a window? I basically what to check want to simulate the user clicking on an item in the dock. Basically: Undock “WindowTitle” of Application “AppName”. Thanks
|
By
Dave
·
|
|
Groups.io Raising Prices?
4 messages
Hey Folks, Does anyone know the straight scoop on Groups.io raising prices? For groups upgraded after Monday, January 18th, 2021 at 9am Pacific Time, the pricing plans will be based on the number of m
Hey Folks, Does anyone know the straight scoop on Groups.io raising prices? For groups upgraded after Monday, January 18th, 2021 at 9am Pacific Time, the pricing plans will be based on the number of m
|
By
Christopher Stone
·
|
|
Is Apple ML down now?
2 messages
Apple Mailing Lists seem down. How about it? -- Takaaki Naganoya maro@... http://piyocast.com/as/
Apple Mailing Lists seem down. How about it? -- Takaaki Naganoya maro@... http://piyocast.com/as/
|
By
Takaaki Naganoya
·
|
|
Applescript in Mac OS 11?
5 messages
Maps, I don’t think it is such a big loss, but messages on the other hand is a significant loss. May be we should put some pressure on Apple, in spite of being few. Apple has some pearls that would be
Maps, I don’t think it is such a big loss, but messages on the other hand is a significant loss. May be we should put some pressure on Apple, in spite of being few. Apple has some pearls that would be
|
By
Deivy Petrescu
·
|
|
How to set Folder Permissions on Enclosing Items
2 messages
Hi, Is there anyway to set the permissions of a folder and it contents recursively using AppleScript? Basically I want the equivalent of the Get Info Window, "Apple to Enclosing Items” option. Thanks
Hi, Is there anyway to set the permissions of a folder and it contents recursively using AppleScript? Basically I want the equivalent of the Get Info Window, "Apple to Enclosing Items” option. Thanks
|
By
Dave
·
|
|
System Events - Property Lists
7 messages
Hi All, I have a question about the System Events Property List Suite. I have code to setup a property list file and it seems to work ok. It creates it and sets it to the initial values: set myParentD
Hi All, I have a question about the System Events Property List Suite. I have code to setup a property list file and it seems to work ok. It creates it and sets it to the initial values: set myParentD
|
By
Dave
·
|
|
Menubar in AppleScript??
Hi, Is it possible to add a Menu Bar to a Script and have it work like a regular App? I’ve found something that plays about with Menu’s but I’m not really sure what it does. When I run it it complains
Hi, Is it possible to add a Menu Bar to a Script and have it work like a regular App? I’ve found something that plays about with Menu’s but I’m not really sure what it does. When I run it it complains
|
By
Dave
·
|
|
How to order a list - A challenge
2 messages
Hi, I’ve written a Handler to do the following: on GetOrderedList(theMasterList,theNewList) return myOrderedList end GetOrderedList theMasterList: MasterOrderList AAA BBB CCC DDD EEE theNewList t: DDD
Hi, I’ve written a Handler to do the following: on GetOrderedList(theMasterList,theNewList) return myOrderedList end GetOrderedList theMasterList: MasterOrderList AAA BBB CCC DDD EEE theNewList t: DDD
|
By
Dave
·
|
|
Testing the list
3 messages
Is this thing on? -- Steve Mills Drummer, Mac geek
Is this thing on? -- Steve Mills Drummer, Mac geek
|
By
Steve Mills
·
|
|
Help with POSIX File/Folder Paths
3 messages
Hi, I’m modifying a large existing script. The Script does a lot of File Munging and passes things around as POSIX file/folder paths. I haven’t done any AppleScript in a very long time and I don’t hav
Hi, I’m modifying a large existing script. The Script does a lot of File Munging and passes things around as POSIX file/folder paths. I haven’t done any AppleScript in a very long time and I don’t hav
|
By
Dave
·
|
|
Acrobat and PDF page boxes
The following script returns a page box and bleed box even if the PDF it is run on does not contain said boxes. tell application id "com.adobe.Acrobat.Pro" try set trimSize to get trim box of page 1 o
The following script returns a page box and bleed box even if the PDF it is run on does not contain said boxes. tell application id "com.adobe.Acrobat.Pro" try set trimSize to get trim box of page 1 o
|
By
rocketjam@...
·
|
|
Problems accessing properties of "window" class in System Prefences
Hello, Whenever I try to refer to properties of the class «window» of Processes Suite "System Events» raises an error despite said properties being part of the dictionary for «window» element. So, eve
Hello, Whenever I try to refer to properties of the class «window» of Processes Suite "System Events» raises an error despite said properties being part of the dictionary for «window» element. So, eve
|
By
Ilya Shebalin
·
|
|
Automator task working with Mail
2 messages
I want to select a callsign (short string) in a Mail document, right click it and have it open; https://www.qrz.com/lookup/wa0tjt the clicked string would be the wa0tjt part. I created a 'Run Shell Sc
I want to select a callsign (short string) in a Mail document, right click it and have it open; https://www.qrz.com/lookup/wa0tjt the clicked string would be the wa0tjt part. I created a 'Run Shell Sc
|
By
Keith Kaiser
·
|
|
Dynamic creation of an AppleScript via AppleScript
3 messages
Hi, I want to create an AppleScript .scpt file programmatically without using Script Editor. The goal is to have some Apple Script commands in a plain text file to be used as a template. I want to cre
Hi, I want to create an AppleScript .scpt file programmatically without using Script Editor. The goal is to have some Apple Script commands in a plain text file to be used as a template. I want to cre
|
By
Markus Ruggiero
·
|
|
AppleScript script unable to respond to a script statement correctly
4 messages
Hello, I wrote a script which re-arranges items in a continuous order. The items are records each containing two properties: text which is a paragraph of the original text and a number which denotes t
Hello, I wrote a script which re-arranges items in a continuous order. The items are records each containing two properties: text which is a paragraph of the original text and a number which denotes t
|
By
Ilya Shebalin
·
|
|
TextEdit won't open a plain text file after writing to it with write cmd
21 messages
Hello, I wrote a script that would act as an Automator service plug-in in Mail.app when placed to "Run AppleScript" action. It basically would extract the contents of a selected message along with its
Hello, I wrote a script that would act as an Automator service plug-in in Mail.app when placed to "Run AppleScript" action. It basically would extract the contents of a selected message along with its
|
By
Ilya Shebalin
·
|
|
drafting/prototyping code ?
5 messages
I already have a number of scripts that I'd like to "merge" but before that I want to draft or prototype with real text mixed with code and maybe graphs to get a better idea of the flow. What would be
I already have a number of scripts that I'd like to "merge" but before that I want to draft or prototype with real text mixed with code and maybe graphs to get a better idea of the flow. What would be
|
By
Jean-Christophe Helary
·
|
|
Automator find and replace text string
6 messages
Is there a basic find and replace text function in Automator? I can only find one for file name strings to use in the Finder (And I don’t want to change any file names, just copy their paths and displ
Is there a basic find and replace text function in Automator? I can only find one for file name strings to use in the Finder (And I don’t want to change any file names, just copy their paths and displ
|
By
Alastair Leith
·
|
|
Auto mount .dmg in High Sierra? Possible??
G’day Scripters You’ve been most fortunate. I’ve been laid up in hospital for 4 months quite ill, and have not had access to my iMac in that time. However, I’m quite well now, and ready to annoy you a
G’day Scripters You’ve been most fortunate. I’ve been laid up in hospital for 4 months quite ill, and have not had access to my iMac in that time. However, I’m quite well now, and ready to annoy you a
|
By
Brian Christmas
·
|
|
[ANN] Script Debugger 7 released
Late Night Software has released Script Debugger 7, the latest version of its award-winning AppleScript development software. The upgrade introduces Script Debugger Lite, several new features and a ra
Late Night Software has released Script Debugger 7, the latest version of its award-winning AppleScript development software. The upgrade introduces Script Debugger Lite, several new features and a ra
|
By
Shane Stanley
·
|