• 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
Confused and Mental, help!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Confused and Mental, help!


  • Subject: Confused and Mental, help!
  • From: Steve Gehrman <email@hidden>
  • Date: Tue, 16 Apr 2002 02:31:10 -0700

For debugging purposes, I'm trying to subclass NSAttributedString, but for some reason I get unrecognized selector when trying to create one of these object.

@interface myAttrString : NSAttributedString
{
}
@end

@implementation myAttrString

- (void)dealloc;
{
[super dealloc];
}

@end

test = [[myAttrString alloc] initWithString:displayString attributes:attributes];

#0 0x7088bdc8 in -[NSObject doesNotRecognizeSelector:] ()
#1 0x708204a4 in -[NSObject(NSForwardInvocation) forward::] ()
#2 0x706bb250 in _objc_msgForward ()

I thought I understood Obj-C. I guess I'm retarded, sorry!!

-steve.
_______________________________________________
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.

  • Follow-Ups:
    • Re: Confused and Mental, help!
      • From: Ondra Cada <email@hidden>
  • Prev by Date: Re: NSFileManager and aliases
  • Next by Date: Re: end edit for NSTextView & switch to next key view
  • Previous by thread: Re: end edit for NSTextView & switch to next key view
  • Next by thread: Re: Confused and Mental, help!
  • Index(es):
    • Date
    • Thread