Re: FW: InterfaceBuilder problem
Re: FW: InterfaceBuilder problem
- Subject: Re: FW: InterfaceBuilder problem
- From: "Louis C. Sacha" <email@hidden>
- Date: Fri, 9 Jan 2004 19:10:29 -0800
Hello...
You probably need to import the ScreenSaverView header manually into
InterfaceBuilder. You would do it the same way you are importing the
header for your custom class (using the "Read header files" menu
item, etc...), and the header file you need is at
/System/Library/Frameworks/ScreenSaver/ScreenSaverView.h
Once you have imported that header file, the header file for your
EBSaverView should parse correctly.
Hope that helps,
Louis
I got a private answer from someone on the ProjectBuilder-users list, but
have been unable to determine the means to accomplish it:
Is the ScreenSaverView class defined in your nib?
If it's not the case, you need to import it before imprting EBSaverView.
so I thought I'd try here.
=================================================================
Mark Jaffe | (408) 972-9638 (home)
Chief Wizard | (408) 807-2093 (cell)
Computer Wizards | (425) 795-6421 (FAX)
email@hidden | http://home.earthlink.net/~wizards44/
------ Forwarded Message
From: Mark Jaffe <email@hidden>
Date: Fri, 09 Jan 2004 00:14:51 -0800
To: <email@hidden>
Subject: InterfaceBuilder problem
I am working on screen saver modules on Jaguar. When I try to import my
header file into InterfaceBuilder, I get a Parse error dialog saying
"Unknown superclass: ScreenSaverView. Cannot define subclass: EBSaverView."
I know I can work on ScreenSaverView nib files, having opened them in the
same InterfaceBuilder. What might be going wrong?
------ End of Forwarded Message
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.