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 selec

NSImageView bindings readonly ?

2010-03-06 Thread Rich Dearlove
I've been trying to bind an NSImageView to a Dictionary element. I can get the NSImageView to display the image from the valuepath that is in the dictionary, but I would like to be able drop an image onto the NSimageview and have the bindings set the path to the image into the dictionary elemen

Re: NSImageView bindings readonly ?

2010-03-07 Thread Rich Dearlove
I wish it was readonly. But it appears to set the value to blank if you drop an image on, unless I'm doing something wrong. RD On 6 Mar 2010, at 16:33, Keary Suska wrote: > On Mar 6, 2010, at 6:17 AM, Rich Dearlove wrote: > >> I've been trying to bind an NSImageView t