Hi, is anyone else having problems with the WebView inspector in Interface Builder 3.0?
I have a window with a WebView on it in MyDocument.nib. When I open MyDocument.nib, the WebView attributes inspector shows font sizes of 12 and 12 for default and fixed fonts. It also shows Java enabled. I change the default and fixed font sizes to 16 and 13. I uncheck the checkbox to disable Java. I save the nib. I reopen the nib. The WebView inspector again shows font sizes of 12 and 12 for default and fixed fonts, and Java enabled. I've resorted to setting the params manually in windowControllerDidLoadNib: like this: [[webView preferences] setDefaultFixedFontSize:10]; [[webView preferences] setDefaultFontSize:14]; [[webView preferences] setJavaEnabled:NO]; I have also noticed some of the fields/controls in the WebView inspector changing randomly when I'm in that inspector making changes. Thanks, -s _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]