Re: NSAttributedString initWithHTML on Tiger??
Re: NSAttributedString initWithHTML on Tiger??
- Subject: Re: NSAttributedString initWithHTML on Tiger??
- From: Douglas Davidson <email@hidden>
- Date: Tue, 18 Oct 2005 13:59:49 -0700
On Oct 18, 2005, at 12:30 PM, Stephen Zyszkiewicz wrote:
Trying to debug, we found that connectionDidFinishLoading: gets
called, it does the initWithHTML, and that turns around and uses
"NSHTMLReader _loadUsingWebKit", which then is blocking in a
runloop, thanks Mark D!
WebKit cannot currently be used from within a
connectionDidFinishLoading: callback. You will need to delay the
HTML processing to some other point in the run loop.
Douglas Davidson
_______________________________________________
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