Re: Custom NSOutlineView - Almost resolved
Re: Custom NSOutlineView - Almost resolved
- Subject: Re: Custom NSOutlineView - Almost resolved
- From: Corbin Dunn <email@hidden>
- Date: Mon, 21 Nov 2005 08:33:34 -0800
When I try to make a "setAttributedStringValue" with the new
attributed
string with the BreakLineMode I want, I got an error message at
runtime :
2005-11-20 21:52:12.703 Custom[1555] *** -[NSConcreteAttributedString
isEqualToString:]: selector not recognized [self = 0x3a26a0]
2005-11-20 21:52:12.704 Custom[1555] *** -[NSConcreteAttributedString
isEqualToString:]: selector not recognized [self = 0x3a26a0]
I don't know what it means ?!
You are sending a message to an object (an attribute string), that it
does not support. In particular, it is isEqualToString. To debug, add
a symbolic breakpoint on NSLog in Xcode, and debug your app -- when
the log hits, you can look at the backtrace and figure out what is
wrong. Thanks!
-corbin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden