Re: REQUEST: custom palettes
Re: REQUEST: custom palettes
- Subject: Re: REQUEST: custom palettes
- From: David Remahl <email@hidden>
- Date: Wed, 20 Mar 2002 12:37:33 +0100
Any classes that the palette can instanciate into the nib, so to speak, the
draggable objects, need to be included in the project you build. You can
solve this by using a framework, or by including the class files separately.
/ David
>
Does someone know how to include a custom palette into the project
>
builder ?
>
Here is the matter :
>
>
-> after having built a custom palette (from Progress-bar example), I
>
just added it into my Interface Builder. Interface builder is OK : it
>
accepts such a new palette plugin.
>
>
-> Then I create a cocoa project in order to put this new palette object
>
into it.
>
>
-> But the project builder doesn't want to load this class for the
>
application which uses it. It seems to forget something when I run it :
>
>
---------------------------
>
2002-03-19 18:38:27.052 palettestester[1700] An uncaught exception was
>
raised
>
2002-03-19 18:38:27.052 palettestester[1700] *** class error for
>
'ProgressView': class not loaded
>
2002-03-19 18:38:27.052 palettestester[1700] *** Uncaught exception:
>
<NSArchiverArchiveInconsistency> *** class error for 'ProgressView':
>
class not loaded
>
>
palettestester.app has exited with status 255.
>
-----------------------------
>
>
Tristan.
_______________________________________________
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.