Re: Custom drag image for NSTableView selections
Re: Custom drag image for NSTableView selections
- Subject: Re: Custom drag image for NSTableView selections
- From: Graham Cox <email@hidden>
- Date: Fri, 12 Jul 2013 09:46:54 +1000
I'd suggest just badging the drag image with the number of items being dragged if it's more than what is visible (or badge it anyway, so the user gets used to the badge). The latest drag API has a way to collapse the drag with an animation to help reinforce this idea as well.
If you build a drag image from the entire selection no matter how large, the image will be often too large to be usable.
--Graham
On 12/07/2013, at 12:37 AM, email@hidden wrote:
> Granted I will need to also do some handling of excessively large number of selected rows and make some visual indication in that is more than can reasonably be displayed.
> Happy to hear any guidance on this from anybody who has implemented something similar before. (Caveats and gotchas please )
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden