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: "Andrew Rodriguez" <email@hidden>
- Date: Sat, 13 Jan 2007 16:01:50 -0500
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
On 1/13/07, Chris Suter <email@hidden> wrote:
On 14/01/2007, at 7:50 AM, Andrew Rodriguez wrote:
> I have a webview in a coredata framework application that when I
> have it
> display something through the program (eg. [[webview mainFrame]
> loadRequest:[NSURLRequest requestWithURL:[NSURL
> URLWithString:site]]];),
> there are no errors, but the webview remains blank. Also the
> estimatedProgress is 0.0000.
>
> When I do this is a regular program - without the coredata
> framework, it
> works perfectly.
>
> Thanks for any help,
> Andrew
Are you sure it's not something to do with modal loops?
NSURLConnection won't work when you're running in a modal event loop
mode.
- Chris
--
Andrew
_______________________________________________
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