Re: NSCollectionView and drag tolerance

2009-11-03 Thread Raphael Sebbe
I have the same problem: holding mouse down to initiate a drag is not intuitive. I guess that when multiple selection is disabled, the collection view should initiate the drag immediately instead of tracking. Raphael On Sun, Nov 1, 2009 at 11:42 PM, Harry Vangberg ha...@vangberg.name wrote:

Re: NSCollectionView and drag tolerance

2009-11-03 Thread Rich Dearlove
Thanks for pointing that out, I thought my code wasn't working. Its very unintuitive. Perhaps we should file a bug/enhancement. RD On 3 Nov 2009, at 11:36, Raphael Sebbe wrote: I have the same problem: holding mouse down to initiate a drag is not intuitive. I guess that when multiple

NSCollectionView and drag tolerance

2009-11-02 Thread Harry Vangberg
Hello I have a NSCollectionView with setAllowsMultipleSelection:NO, which is a drag source via NSCollectionViewDelegate. That works great, except for one thing: to start a drag you must hold the mouse down in the same spot for roughly 1 second, which makes it almost impossible to use on a