Re: Problems with Webview in coredata framework app
Re: Problems with Webview in coredata framework app
- Subject: Re: Problems with Webview in coredata framework app
- From: Chris Suter <email@hidden>
- Date: Sun, 14 Jan 2007 08:08:47 +1100
On 14/01/2007, at 8:01 AM, Andrew Rodriguez wrote:
I'm kind of new to cocoa in general, so I'm not quite sure what
modal event loop mode is. Could you please explain that?
Thanks,
Andrew
http://developer.apple.com/documentation/Cocoa/Conceptual/WinPanel/
Concepts/UsingModalWindows.html
Also have a look at:
http://developer.apple.com/documentation/Cocoa/Reference/Foundation/
Classes/NSRunLoop_Class/Reference/Reference.html
The run loop will run in mode NSModalPanelRunLoopMode when you have a
modal window.
The problem is that NSURLConnection uses the run loop but it doesn't
work if you're in NSModalPanelRunLoopMode (and possibly other modes).
- Chris
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden