Great, no problems
151 2016-05-26 04:40:58
Re: No pop-up while dragging request (17 replies, posted in Feature Requests)
152 2016-05-26 02:53:37
Re: No pop-up while dragging request (17 replies, posted in Feature Requests)
OK, so the plist is there. Can you paste the exact output you get from Terminal you get when you do:
defaults write ~/Library/Preferences/com.aptonic.Dropzone3.plist ScreenTopDragEnabled -bool false
153 2016-05-24 01:06:29
Re: No pop-up while dragging request (17 replies, posted in Feature Requests)
Strange. Not seen that before. What output do you get if you do:
file ~/Library/Preferences/com.aptonic.Dropzone3.plist
154 2016-05-21 06:17:20
Re: No pop-up while dragging request (17 replies, posted in Feature Requests)
OK, thanks. If you just do:
sudo defaults
In the Terminal do you get the same result as in my screenshot above (after entering your password)? Or do you then get "command not found"?
155 2016-05-21 01:11:08
Re: No pop-up while dragging request (17 replies, posted in Feature Requests)
ScreenTopDragEnabled would not be in the plist to begin with. The command is supposed to add this entry.
If you open a terminal and just type:
defaults
What do you get? It should be something like in the below screenshot.
156 2016-05-21 00:19:43
Re: No pop-up while dragging request (17 replies, posted in Feature Requests)
Oops sorry dewd, I just realised the wrong commands were up above. The correct command to disable for you is:
defaults write ~/Library/Preferences/com.aptonic.Dropzone3.plist ScreenTopDragEnabled -bool false
157 2016-05-20 00:57:01
Re: No pop-up while dragging request (17 replies, posted in Feature Requests)
dewd - I assume this is because you're using the Mac App Store version. For that version the command to disable it is:
defaults write ~/Library/Containers/com.aptonic.Dropzone3/Data/Library/Preferences/com.aptonic.Dropzone3.plist ScreenTopDragEnabled -bool false
158 2016-05-04 03:13:14
Re: .doc & .docx files print error (9 replies, posted in Dropzone Support)
OK, I have made some changes to the action. Can you please remove your current Print action from Dropzone and then install the one from:
http://shipsomecode.com/misc/Print.dzbundle.zip
And see if that fixes it.
159 2016-05-02 22:32:45
Re: youtube progress bar (1 replies, posted in Feature Requests)
Yeah, thanks. I'm aware of this issue. I will look into making it show proper progress at some point. This bothers me to, generally I wouldn't be OK with a long running action like this not showing progress. I didn't write the YouTube action though and I'm not yet sure how difficult fixing this will be.
160 2016-05-02 09:34:09
Re: .doc & .docx files print error (9 replies, posted in Dropzone Support)
OK, can you try printing the file normally through MS Word and verify it prints correctly?
Everything looks totally normal from that output - so I'm wondering if Word is printing files correctly normally. Can you also try the action after a reboot and before opening MS Word. So like reboot, then before opening any other apps or doing anything drop the docx on the Print action and see if it still fails.
And you say the problem is that it's just printing a single blank page?
161 2016-05-02 08:41:12
Re: .doc & .docx files print error (9 replies, posted in Dropzone Support)
Can you please download, unzip and double click to install the action from:
http://shipsomecode.com/misc/Print%20Debug.dzbundle.zip
This is a specially modified version of the Print action that provides extra debugging output.
Please add this modified action to your grid and drop a .doc or .docx on it. After it fails, please open your Dropzone grid, click the white settings gear and choose 'Debug Console' from the menu. Then paste me the Print Debug task output. This should help me determine the problem.
162 2016-05-02 02:58:11
Re: .doc & .docx files print error (9 replies, posted in Dropzone Support)
Can you please check which version of the Print action you're using? If you open your Dropzone grid and right click on the Print action and click 'Edit' it will say in the 'Version' field. Please also click the 'Check For Action Update' button and see if it does an update. The latest version of the Print action is version 1.1 so this is the version you should have.
After ensuring you have the latest version of the print action please try printing a .doc or .docx file again.
163 2016-05-01 06:23:31
Re: Cannot execute scripts in plugin bundle (2 replies, posted in Dropzone Support)
That error output indicates to me that you're still running the sandboxed (Mac App Store version) of Dropzone. I would close Dropzone and delete your version of Dropzone from your Applications folder and re-download from https://aptonic.com/dropzone3/latest - you can verify that it's the non-Mac App Store version by checking if there is an 'Updates' tab in the Preferences. You definitely can't call other scripts or executables under the sandboxed version, so that's the first thing to fix.
Now, also you need to put a ./ in front of the getDatabases.sh call. So change your line calling getDatabases.sh to the following:
output = `./getDatabases.sh`
And make sure the getDatabases.sh file is inside the action bundle.
Hope that helps!
164 2016-04-29 02:44:06
Re: Action - send file via airmail app instead of mail app (1 replies, posted in Feature Requests)
I agree it would be good to add full support for a few more mail clients. Note that you can add an app like Airmail.app as an 'Open Application' action though and then when you drag a file onto this action it will add it as an attachment.
165 2016-04-29 02:03:13
Re: Upload to Mega.co.nz - T.co (2 replies, posted in Feature Requests)
Yeah, great idea. I will look into this.
166 2016-04-25 02:43:49
Re: Dropbox upload not working (6 replies, posted in Dropzone Support)
Ah, OK I think Dropbox must have changed this recently to require a paid account. I am planning to overhaul the Dropbox action and make it work directly with the API rather than the current method. But this is probably a while away, so unfortunately there's no way around this for now.
167 2016-04-24 05:17:05
Re: No pop-up while dragging request (17 replies, posted in Feature Requests)
It's been added because Apple has made it so dragging to the top of the screen now activates mission control in El Capitan, and as this was the normal method for opening the Dropzone grid this caused problems. Also people often forgot they could drag to the top of the screen, so seeing Dropzones window up there reminds you 'hey you can drag this item here'
But you can disable this feature by opening a Terminal and copy pasting the following command:
defaults write ~/Library/Preferences/com.aptonic.Dropzone3.plist ScreenTopDragEnabled -bool false
And to re-enable:
defaults write ~/Library/Preferences/com.aptonic.Dropzone3.plist ScreenTopDragEnabled -bool true
If you disable it then you can still drag onto the Dropzone menu item.
168 2016-04-24 01:26:22
Re: Sparkle Update (3 replies, posted in Dropzone Support)
Just to update you on this, Dropzone 3.5.5 is now out and includes the latest version of Sparkle.
HTTPS is now used to deliver all Dropzone updates. You can update from the Updates tab in Dropzone or download this update from https://aptonic.com/dropzone3/latest
169 2016-04-24 01:19:05
Re: Is it possible to lock file in Dropzone? (2 replies, posted in Dropzone Support)
I've added this ability in Dropzone 3.5.5. You can now right click on items in Drop Bar and click 'Lock Items' - a padlock will then be overlaid to show you the items are locked and the reference to the files will remain in Drop Bar until you remove them or unlock them and drag them out.
Here's a screenshot:
You can update to Dropzone 3.5.5 by clicking 'Check Now' in the updates in the Preferences or by downloading it from https://aptonic.com/dropzone3/latest
170 2016-04-24 01:12:58
Re: BitLy wouldn't work (14 replies, posted in Dropzone Support)
You're welcome! Great to hear
171 2016-04-24 01:12:18
Re: Dropbox upload not working (6 replies, posted in Dropzone Support)
Did you follow the steps here to get your Dropbox UserID - https://aptonic.com/dropzone/destinatio … ropbox.php
You need to enable Dropbox Public folder by going here: https://www.dropbox.com/enable_public_folder
Then you have to get the right User ID by right clicking a file in the newly created Dropbox public folder and doing 'Copy Public Link'
You can then copy the right User ID out the URL and paste this into UserID field in Dropzone.
172 2016-04-22 06:38:39
Re: BitLy wouldn't work (14 replies, posted in Dropzone Support)
Yep, OK there was a bug in the Bit.ly action under Mavericks. I have updated the action to fix this now. But also you'll need to use the non-Mac App Store version. Delete your current version of Dropzone and re-download it from https://aptonic.com/dropzone3/latest and then re-install the Bit.ly action by going to https://aptonic.com/actions/install.php … name=Bitly
Then verify you are running 1.3 of the Bit.ly action by right clicking on the action in your grid and then check the version field reads 1.3.
Then try dropping a URL on it again. It should work after switching to the non-Mac App Store version of Dropzone and updating the action version to 1.3.
173 2016-04-21 03:47:39
Re: BitLy wouldn't work (14 replies, posted in Dropzone Support)
It should work under Mavericks. What output do you get in the debug console?
174 2016-04-20 02:09:30
Re: BitLy wouldn't work (14 replies, posted in Dropzone Support)
No it's not worth it, Dropzone won't know to use that version.
175 2016-04-16 14:47:06
Re: BitLy wouldn't work (14 replies, posted in Dropzone Support)
Sorry you're out of luck. That action requires a ruby setup that just isn't supported under 10.8.