Re: Removing item from CollectionView by drag it out.

2010-02-22 Thread Sean McBride
On 2/21/10 9:40 PM, Joachim Deelen said: >it seems, that NSCollectionViews are not used very frequently, among the >Members of this list. I've asked several questions regarding >NSCollectionsViews here, but almost never got a reply. NSCollectionView was horribly buggy in 10.5.x, so it may have le

Re: Removing item from CollectionView by drag it out.

2010-02-21 Thread Joachim Deelen
Hi Sandro, it seems, that NSCollectionViews are not used very frequently, among the Members of this list. I've asked several questions regarding NSCollectionsViews here, but almost never got a reply. I've never done drag&drop from or to a NSCollectionView, so I can't help you either. I've done

Re: Removing item from CollectionView by drag it out.

2010-02-20 Thread Sandro Noël
So should I understand that NCCollectionView as a Drag Source is Broken enough for no one in this list to pay it attention? Has anyone got it working? I'm Confused. Drop destination works like a charm for me, just by implementing the NSCollectionViewDelegate protocol as part of my window contro

Re: Removing item from CollectionView by drag it out.

2010-02-20 Thread Sandro Noël
I've added the --- protocol to my model but when i drag an item out of my frame I receive this stack trace. 'NSFilenamesPboardType' is not a valid UTI string. Cannot use an invalid UTI as a type returned from -writeableTypesForPasteboard: in class DockItem. Proposed Index : 1606412160 Now i se

Removing item from CollectionView by drag it out.

2010-02-19 Thread Sandro Noël
Greetings I've been looking at Collection View Drag and drop, I've implemented the NSCollectionViewDelegate and now I can Drop items in and everything works fine. I've been looking at removing items from the collection view by dragging them out of the frame. I'm confused by the proper procedur