Re: NSView subclass bindings? NSTextView? (WebView?)
Re: NSView subclass bindings? NSTextView? (WebView?)
- Subject: Re: NSView subclass bindings? NSTextView? (WebView?)
- From: René Puls <email@hidden>
- Date: Tue, 11 Nov 2003 09:24:03 +0100
Am 11.11.2003 um 08:16 schrieb mmalcolm crawford:
On Nov 10, 2003, at 10:44 PM, Reni Puls wrote:
Speaking of bindings, is there a similar trick to get some useful
bindings for a WebView? When I select it in IB, only a "hidden"
property is available.
The bindings appear in other objects:
<http://homepage.mac.com/mmalc/CocoaExamples/ControlledWebKit.zip>
Is there also a way to provide WebKit with a simple NSString, as in:
[[webView mainFrame] loadHTMLString:@"<html>...</html>" baseURL:nil]
...?
The current bindings are helpful for a classical browser-style
application, but in my case I do not get the HTML data through an URL.
(Although something like the data: URL scheme could help.)
Kind regards,
Rene Puls
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.