Palette bug?
Palette bug?
- Subject: Palette bug?
- From: Andrew Merenbach <email@hidden>
- Date: Mon, 2 Dec 2002 15:12:16 -0800
I'm having some trouble using IB palettes in my program. Though they
compile successfully, and I am able to use them in Interface Builder,
when I try to actually run my program, I get the following errors:
2002-12-02 15:06:11.985 PaletteTest[494] An uncaught exception was
raised
2002-12-02 15:06:12.058 PaletteTest[494] *** class error for
'ProgressView': class not loaded
2002-12-02 15:06:12.072 PaletteTest[494] *** Uncaught exception:
<NSArchiverArchiveInconsistency> *** class error for 'ProgressView':
class not loaded
PaletteTest has exited due to signal 5 (SIGTRAP).
I've tried including the palette (which is in this case the
ProgressView palette example included with the Developer Tools) in the
source for the project, but it seems to make no difference.
I suspect I'm missing a fundamental concept here, but I been
unsuccessful in locating any but the most cursory references to IB
palettes in the developer documentation. If someone could tell me what
I'm missing, or point me to a tutorial on how to *use* an IB palette
(with no associated framework), I'd be much obliged.
Take care,
Andrew Merenbach
_______________________________________________
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.