• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Custom NSOutlineView - Almost resolved
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Custom NSOutlineView - Almost resolved (From: email@hidden)

  • Prev by Date: Re: NSXML and Character References
  • Next by Date: Re: Obtaining an array of the names of the attributes and relations of a class
  • Previous by thread: Custom NSOutlineView - Almost resolved
  • Next by thread: Re: Custom NSOutlineView - Almost resolved
  • Index(es):
    • Date
    • Thread