Re: NSAttributedString and bindings
Re: NSAttributedString and bindings
- Subject: Re: NSAttributedString and bindings
- From: Matt Baker <email@hidden>
- Date: Sun, 06 Jun 2004 00:10:42 -0500
Allan Odgaard wrote:
On 6. Jun 2004, at 5:01, Matt Baker wrote:
Now if I bind "aText" to the column, I get a set of hex characters
(like <7b5c7274 66315c6d...)
That would happen if aText was really an NSData instance.
If I bind to strText I get nothing in the view but the log shows:
[...] -[NSConcreteMutableData string]: selector not recognized
That would indicate that '_adText' is of type NSData :)
How do I get a NSString out of a NSTextView? I've tried the string
function for NSData and it still gives me the same message.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.