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
Hi there
About the script "Maximize Front Window":
I get an error when I try to "compile" the script:
Can’t make some data into the expected type. (on line "using terms
from application frontAppName")
About the script "Zoom Front Window":
Probably the best script I found to do this job. I just found one case
where it doesn't work (but it is an obscure case)
Message has been deleted
pmcarrion
unread,
Jul 15, 2010, 3:40:56 PM7/15/10
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
The Maximize Front Window script cannot be compiled.
I get the following Syntax Error: Can’t make some data into the
expected type.
The links for Developer Actions and iTunes scripts don't work. Please
provide valid links.
Thanks.
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
the copy to dropbox public script is missing the implementation of
changeme function. Here is one version of it:
on changename(thename)
try
set AppleScript's text item delimiters to " "
set theText to text items of thename
set AppleScript's text item delimiters to "%20"
set theText to theText as string
set AppleScript's text item delimiters to ""
return theText
end try
end changename
ccjensen
unread,
Nov 10, 2010, 2:11:57 AM11/10/10
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
Here is my version which includes the ability to handle duplicate file
names (offers the option of copying the new file with something
appended to the end of the file name):
http://d.pr/Jhif