Document based,AppleScript Project with WebView

I launched xCode.

I created a Document based/AppleScript Project template.

I opened the Document.nib in IB.

I placed a webview on the document.

I built the project but it would not wompile the webview object.

Can this not be done?

Thanks,
Nikki

In Xcode under the project menu select add framework. navigate to /System/Library/Frameworks/Webkit.framework.

It needs to include the code in this framework. Webkit is not a part of Cocoa’s Appkit or foundation frameworks so you need to include it in your project yourself.

Thanks… I should have thought of that myself.

Nikki