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 07:54:51 +1100
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
_______________________________________________
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