Re: NSTextView is selectable even when selection is disabled

2009-10-22 Thread Dave Keck
"Conditionally Sets Editable"? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 Subscr

NSTextView is selectable even when selection is disabled

2009-10-22 Thread PCWiz
I have an NSTextView in a NSView (the prototype view of an NSCollectionViewItem), and the text view is bound to an NSAttributedString In interface builder both selectable and editable are disabled, however I can still select and edit the contents of the text view. What am I doing wrong? T