Your best friend for file transfer.

Bouncing Dock Icon (6 posts)
- Started 17 years ago by ShanYounker
- Latest reply 17 years ago from Scott McGuire
-
ShanYounker Member
-
Scott McGuire Administrator
Hi,
Could you please give us some more information so we can investigate?
Which version of Fetch are you using?
And could you post your AppleScript here (feel free to replace host, user, path, and filenames with bogus information, we'd just like to see which commands you're using)?
Thanks,
Scott McGuire
Fetch Softworks -
ShanYounker Member
I'm using Fetch 5.0.5
Here is the AppleScript.
If I leave out the last line - close transfer window 1, the dock icon does not bounce.tell application "Fetch"
activate
make new transfer window at beginning with properties {hostname:"0.0.0.0", username:"theUser", password:"thePassword"}
open remote folder "ToSeparator"
put into transfer window "0.0.0.0" item alias "path to item"
close transfer window 1
end tellThanks
-
Scott McGuire Administrator
Hi,
Try changing "close transfer window 1" to "close transfer window 1 saving no" and let us know if that fixes the problem.
Also, what version of Mac OS X are you using?
Thanks,
Scott McGuire
Fetch Softworks -
ShanYounker Member
Too easy. Worked like a charm. Thanks!
OS 10.3.9
-
Scott McGuire Administrator
Hi,
Great, glad to hear that fixed it, and thanks for the additional information.
Best,
Scott McGuire
Fetch Softworks
- Page 1
I have the preference Bounce Icon in Dock turne d of. It works correctly when I manually transfer files. When I use AppleScript to transfer a file, if Fetch is in the background, then the icon bounces. I tried using AppleScript to turn the bouncing off, but that doesn't solve it either. Thoughts?
Posted 17 years ago #