On 9-jan-2007, at 0:02, Brad Rhine <[EMAIL PROTECTED]> wrote:
I think this is one of those cases where Carbon and Cocoa differ. I don't know the implementation details, but I'm pretty sure Carbon and Cocoa access WebKit differently.
That is a misconception. The C /. Carbon API for WebKit is so thin, that you must use Objective-C to make it do anything useful. See: http://developer.apple.com/documentation/Carbon/Reference/Web_Kit_C/ index.html
The function HIWebViewGetWebView returns a pointer to the WebView. From there on you have to use the Cocoa functions to load for example a URL.
- Rob Laveaux -------------------------------------------------------- Pluggers Software Thijssestraat 203 2521 ZG Den Haag The Netherlands Email: [EMAIL PROTECTED] Website: http://www.pluggers.nl -------------------------------------------------------- _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
