Hey Brian -

There are two known issues with IB 3.0 and AppKit where toolbars and path cells cause this issue during ibtool compilation. If it's a path control that's giving you trouble, I suggest changing the style to something other than NSPathStylePopUp and then resetting the style from code in awakeFromNib. If you don't have a path control, but you do have a toolbar with overflowing items, you can work around the issue by either removing the overflowing items, or making the toolbar larger. If neither of these issues were the source of your problem, could I get you to file a bug report at bugreport.apple.com and include the XIB file that fails to compile.

Sorry for the trouble -
Jon Hess


On Mar 3, 2008, at 9:09 AM, Brian Krisler wrote:

Hi All,

I somehow introduced an error into a XIB file:
Description: ibtool failed with exception: Error (1002) creating CGSWindow

If I try to open, what I believe is the offending window, in Interface Builder, it does not display, and
I get no error.

Am I out of luck and have to recreate my window from scratch?

Thanks for any input.

Brian

_______________________________________________

Cocoa-dev mailing list ([email protected])

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/jhess%40apple.com

This email sent to [EMAIL PROTECTED]

_______________________________________________

Cocoa-dev mailing list ([email protected])

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]

Reply via email to