Re: WebView Auto-Load
Re: WebView Auto-Load
- Subject: Re: WebView Auto-Load
- From: Steven Kramer <email@hidden>
- Date: Sun, 24 Oct 2004 22:28:45 +0200
Op 24-okt-04 om 17:18 heeft Chris Flanigan het volgende geschreven:
I am attempting to write an application which will load about 2
multiple WebViews on application start.
However, I can only get the WebView widgets to load if I connect to
the NSTextField (and press enter), or create a Go button of sorts.
However, I don't want that kind of interface. I would prefer that it
load automatically.
Does anyone know of a simple way to accomplish this?
Use something like
[[webView mainFrame] loadRequest: myRequest]
Apple webkit docs have the details...
Steven Kramer
--
email@hidden
http://sprintteam.com/
_______________________________________________
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