Re: NSAttributedString and HTML
Re: NSAttributedString and HTML
- Subject: Re: NSAttributedString and HTML
- From: Ali Ozer <email@hidden>
- Date: Sat, 21 Sep 2002 11:41:39 -0700
What's strange is that as soon as it hits -[NSAttributedString
initWithHTML:documentAttributes:], it throws an exception:
Exception raised during posting of notification. Ignored.
exception: *** +[MyDocument
attributedStringWithHTML:documentAttributes:]:
selector not recognized
Do you happen to have a class named "HTMLDocument" in your app or in a
framework? The AppKit dynamically looks for a class named HTMLDocument
--- if you happen to have one of these, it might message your class
instead. I am not sure why we see "MyDocument" in the exception below
instead of "HTMLDocument" though...
Ali
_______________________________________________
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.