Re: [Pyobjc-dev] ScreenSaver Example
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-11-04 22:15:08
|
On 4 nov 2003, at 20:23, Jason Toffaletti wrote: > The first error message "can't get principalClass for > /Users/dinu/Library/Screen Savers/SillyBalls.saver" actually brings up > an issue I had when creating the screensaver, because I was trying to > get around using a nib file by specifying a principleClass. At the > time it seemed like that should work...So, I am wondering if it is > possible to get rid of the requirement of having to specify a nib > file? I was told that Ronald would have something to say about this. I wouldn't know why you couldn't get rid of the NIB file. You'd have to inherit your principleClass from the right superclass (not AutoBaseClass, but a real Objective-C class), but that should be it. Ronald |