No problems, thanks.
376 2012-02-06 14:41:14
Re: Issue when multiple desktops are activated (6 replies, posted in Dropzone Support)
377 2012-02-06 09:05:26
Re: Issue when multiple desktops are activated (6 replies, posted in Dropzone Support)
I upgraded to 10.7.3 and I'm still not able to reproduce this issue. When you say "multiple desktops are activated" am I correct in thinking you mean you have added desktops using the plus in the top right of mission control (screenshot)

I tried adding a few desktops and Circles still activates fine on all desktops and in fullscreen apps. Do you have dual monitors or is there something else I'm missing here?
If possible, it would be very useful to see a short screen recording of this issue occurring. Thanks.
378 2012-02-05 08:27:17
Re: Dropbox Error 404 (2 replies, posted in Dropzone Support)
Are you sure you entered the Dropbox UserID correctly?
Also, download the latest version of the Dropbox extension from http://aptonic.com/extend.php (it was just updated) and then try resetting up the destination from scratch using the steps in this guide:
379 2012-02-05 08:23:40
Re: Print extension issues (18 replies, posted in Dropzone Support)
The Dropzone Print destination doesn't currently support printing of Word Documents or changing print settings.
I'm working on a better version of the Print destination. I whipped up the current one in a few minutes to just print images, text and PDFs but it has been a lot more popular than I expected so I am now improving it.
380 2012-02-05 08:20:57
Re: Drag & Drop stopped working (4 replies, posted in Dropzone Support)
Try Dropzone 2.0. Earlier versions of Dropzone could have issues like this due to having to use some hacks to integrate with the dock. Dropzone has now moved to the menubar.
381 2012-02-05 08:15:07
Re: bit.ly broken? (4 replies, posted in Dropzone Support)
bit.ly changed their API. The extension has been updated and is working now. You can download the updated version from http://aptonic.com/extend.php
382 2012-02-05 08:09:26
Re: Webdav Support (2 replies, posted in Feature Requests)
Net yet. WebDAV support should make it into a future version.
383 2012-02-05 07:59:59
Re: None of my destinations in circles (2 replies, posted in Dropzone Support)
You can choose up to 4 of your Dropzone destinations to show in Circles in the Preferences. See the screenshot below.

384 2012-02-04 12:02:21
Re: change "install application" folder (4 replies, posted in Dropzone Support)
Note that there's now a preference in 2.0 to make Dropzone always install to the main Applications folder rather than the user Application folder.
To get to the option, open the Preferences, select your Install Application destination and hit edit. The option should be ticked automatically. Now hit update and you should be good to go. Note that last step - you MUST hit update for the database to be updated, otherwise the option will not take effect.
385 2012-02-04 11:55:48
Re: Issue when multiple desktops are activated (6 replies, posted in Dropzone Support)
Thanks mzch. I have not been able to reproduce this myself yet, do you know if it happened on 10.7.2?
I am downloading the 10.7.3 combo update now. Once I've updated I will investigate further.
386 2011-08-16 09:43:44
Re: Moving files within a drive is as slow as copying (3 replies, posted in Dropzone Support)
I'm not aware of any issues when copying to a USB drive. Make sure you are running the latest version (currently 0.6) and see if you still have problems.
If it's still failing, open the Dropzone preferences and do Cmd+Shift+D then paste me all output from the debug console after the failed move.
387 2011-08-16 09:39:10
Re: Lion (2 replies, posted in Dropzone Support)
I can confirm that Dropzone is now fully compatible with Lion.
There was an issue with FTP not working and a few other minor things but these have all been fixed now. Make sure you are running the latest version (currently 0.6).
388 2011-06-26 10:38:00
Re: Copy to selected folder (1 replies, posted in Dropzone Support)
You can do this, simply add a Copy/Move Files destination to your grid that points at the correct folder.
389 2011-06-26 10:36:53
Re: Moving files within a drive is as slow as copying (3 replies, posted in Dropzone Support)
Have you upgraded to Dropzone 0.4? It fixes this issue - see http://aptonic.com/blog/dropzone-0-4-released/
390 2011-06-26 10:35:25
Re: UI status updates are slower than script (1 replies, posted in Dropzone Support)
See http://aptonic.com/api/index.html#debugging
This is usually caused by sending output direct to Dropzone via ruby without going through the $dz methods. Your script is not allowed to produce **ANY** other output whatsoever except what is produced by the $dz methods.
The $dz methods wait for an acknowledgment from Dropzone before continuing. This is the only way to guarantee that Dropzone has had time to process each command.
Paste your script and I'll take a look.
391 2011-06-26 10:29:14
Re: Move window stays after move (1 replies, posted in Dropzone Support)
I did make some changes to the way file moving works in 0.4.
Take a look at the debug console after the failing operation by right clicking on the Dropzone dock icon, clicking Preferences... and then hit Command+Shift+D.
Paste any output here and I should be able to figure out the issue.
392 2010-10-19 10:44:01
Re: change "install application" folder (4 replies, posted in Dropzone Support)
Thanks for helping out mattle. Lots of users have this issue so it really needs a preference. We will hopefully add one in a future version.
393 2010-10-19 10:40:01
Re: Upload to CloudApp (3 replies, posted in Feature Requests)
It could easily be done if CloudApp is AppleScriptable. I hardly see the need though, CloudApp has a keyboard shortcut that works just fine.
Feel free to contribute a script though ![]()
394 2010-10-19 10:38:05
Re: Easier access to DropZone (6 replies, posted in Feature Requests)
Thanks for the feedback. We will probably implement a system to allow you to use keyboard shortcuts in a future version.
395 2010-04-21 14:16:24
Re: FTP Delete File (1 replies, posted in Dropzone Support)
I would simply do:
`/bin/mv #{file} ~/.Trash/ >& /dev/null`Where file is the file you would like to trash once you've uploaded.