Discussion on applescripts-for-quicksilver

5 views
Skip to first unread message

cofcof

unread,
Nov 10, 2009, 11:31:55 AM11/10/09
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
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.

Broken links:
http://groups.google.com/group/blacktree-quicksilver/web/iTunes%2520Scripts.zip
http://groups.google.com/group/blacktree-quicksilver/web/Developer%2520Actions.zip?hl=en

ccjensen

unread,
Nov 10, 2010, 1:41:46 AM11/10/10
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
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
Reply all
Reply to author
Forward
0 new messages