Re: Palette bug?
Re: Palette bug?
- Subject: Re: Palette bug?
- From: Vince DeMarco <email@hidden>
- Date: Mon, 2 Dec 2002 22:05:10 -0800
On Monday, December 2, 2002, at 03:12 PM, Andrew Merenbach wrote:
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.
Whats happening is that ProgressView is not part of the application, is
ProgressView linked into you application?? either directly or as part
of another framework.
A better example of how to use palettes in IB is the BusyPalette
example, its separated into the IB palette and a framework of all of
the widgets.
you use the palette to make your nibs, and link the final application
(bundle etc) with the framework
vince
_______________________________________________
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.
References: | |
| >Palette bug? (From: Andrew Merenbach <email@hidden>) |