re: Bundle and multiple classes (ScreenSaver related stuff)
re: Bundle and multiple classes (ScreenSaver related stuff)
- Subject: re: Bundle and multiple classes (ScreenSaver related stuff)
- From: Enrique Zamudio <email@hidden>
- Date: Tue, 24 Jul 2001 10:39:18 -0500
- Organization: Nasoft
You need to indicate in Project Builder which class in your bundle will
be the principal class. I guess the screen saver is calling the bundle's
principal class and assuming it's a subclass of NSView or something, and
you NSFormatter subclass is the principal class, so you are getting an
error.
You can have as many classes as you need in a bundle. But if you have
more than one it's always useful (and sometimes required) to indicate
which class will be the principal class.
eZL