Re: Using URL field in Core Data App to fill a Web View when User Clicks Button
Re: Using URL field in Core Data App to fill a Web View when User Clicks Button
- Subject: Re: Using URL field in Core Data App to fill a Web View when User Clicks Button
- From: mmalcolm crawford <email@hidden>
- Date: Fri, 24 Jun 2005 13:43:55 -0700
On Jun 24, 2005, at 12:57 PM, mmalcolm crawford wrote:
On Jun 24, 2005, at 12:05 PM, Clayton Leitch wrote:
I have an application that uses Core Data. There is a field that
holds a URL as its data. What I would like to do is when the user
clicks a button another window will open and a web view on that
window will load the web page referenced by the URL in the field.
It's not clear how Core Data is relevant here? What is the
application architecture? What approaches have you taken already
that have failed? Are you using the WebView class?
How the URL is stored is not relevant to loading a web page.
Given a URL, the technique for loading a web page into a WebView is
shown here:
<http://developer.apple.com/documentation/Cocoa/Conceptual/
DisplayWebContent/Tasks/SimpleBrowsing.html>
You can use a WebView on a panel as well as a window.
mmalc
_______________________________________________
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