| Article: |
BYOB: Build Your Own Browser, Part 3 | |
| Subject: | Lost... | |
| Date: | 2004-08-04 09:28:02 | |
| From: | Zarac | |
|
I've enjoyed this series tremendously, but am frustrated I can't implement the last piece. I was doing okay until I tried to compile this:
The compiler balks at <WebPolicyDecisionListener> and WebActionOriginalURLKey and I haven't found any other references to these values.
Coming from Java, I don't get the |
||
Showing messages 1 through 1 of 1.
-
Lost...
2004-08-05 05:55:19 Andrew Anderson | [View]



#import <WebKit/WebPolicyDelegate.h>
in either your MyDocument.m or MyDocument.h file.
Andrew