On Aug 13, 2004, at 5:27 PM, Alan Olsen wrote:
I use the preferences menu and get the following error.
2004-08-13 14:21:13.331 KingCNCProgrammer[2715] Unknown class `KingCNCProgrammer' in nib file, using `NSObject' instead.
Can you email me your nib file?
How does the app know what the custom class is and what to do with it?
That error message sounds like the nib loading machinery is trying to instantiate a new object, which shouldn't be happening. That's why I'd like to see the nib - without looking at it, I can only guess as to why it might be doing that.
For the "File's Owner", the custom class is only used in IB for determining what outlets and actions are available. It's not actually checked at run-time.
sherm--