Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Unknown class 'WebView' in nib file, using `NSView' instead



Hi,

To what symptom in my code does the above error runtime message directs you ?
Everything is in there : the view *is* a WebView in the nib file and its inspector, and so on.


- (IBAction) a1Action:(id) sender {
NSLog(@"DSMainMenuWindowController - a1Action\n");
if (!dsWebBrowserWindowCtrl) {
dsWebBrowserWindowCtrl = [[DSWebBrowserWindowController  allocWithZone:[self zone]] init];

}
[[dsWebBrowserWindowCtrl window] makeKeyAndOrderFront:self];
NSLog(@"DSMainMenuWindowController - a1Action END\n");
}

The is the action specified in the DSMainMenuWindowController.m file.
It is to open another window managed by DSWebBrowserWindowController.

The new window opens and becomes key and frontmost, but the above message.

Any idea ?

Thanks a lot,

Francis
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webkitsdk-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webkitsdk-dev/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.