NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Hiding apps with AppleScript (Score:1)
Try:
tell application "System Events"set visible of process "Stickies" to falseend tellHope it might help in the future. Not sure if or where it might be documented, though. Unlike the GUI scripting feature, which also uses System Events (and is well documented), it doesn't seem to require "Enable access for assistive devices" to be turned on
Re:Hiding apps with AppleScript (Score:1)
http://rjbs.manxome.org/hacks/misc/ToggleStickies.applescript [manxome.org]
but subsequently I've switched to using Sidenote.app
rjbs
Reply to This
Parent