You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to QuickSilver
I love to see my "Downloads" folder in Grid view-----view invoked by clicking on the "Downloads" folder in the Dock. Is it possible to set a trigger for opening the "Downloads" folder in Grid view?
Sesquipedalian
unread,
Sep 18, 2008, 8:29:31 PM9/18/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Blacktree: Quicksilver
Writing an Applescript action is your best bet.
ChrisCairns
unread,
Sep 18, 2008, 11:19:54 PM9/18/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to blacktree-...@googlegroups.com
I could not find a way to open "Downloads" folder in grid view using apple script. (I dont know much about apple script)
Sesquipedalian
unread,
Sep 19, 2008, 12:03:27 AM9/19/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Blacktree: Quicksilver
Well, learning is good for the brain! :)
Plus, once you get started you will find that Applescript is quite
easy. It was designed specifically to be accessible to regular English
speaking people.
ChrisCairns
unread,
Sep 19, 2008, 9:23:58 AM9/19/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to blacktree-...@googlegroups.com
you are right.
Chris Cairns
unread,
Sep 19, 2008, 10:46:09 AM9/19/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Blacktree: Quicksilver
tell application "System Events"
delay 1
key code 99 using control down
delay 0.5
keystroke "dow"
keystroke return