Creating / Installing IB Palettes
-
Hi,
I'm sure this is covered somewhere, but I can't find the docs for it and the
search engine for the list seems to be broken:
How do I install my own custom InterfaceBuilder plaettes?
I compiled the Palette in /Developer/Examples/..... and I found some old
OpenStep docs that suggest putting it into ~/Developer/Palettes
If I put it there, I get an error in IB telling me that it can't find the
palette bundle, which really isn't a surprise because it keeps looking at
the build location instead of the installation location.
It's probably partly my lack of experience with Project Builder and partly
my ignorance when it comes to doing IB Palettes. :(
So does anyone know where I can find more info?
Thanks
_____________________________________
Jens Baumeister
Bullex GmbH, Cologne, Germany
She sells c-shells by the sea shore. -
Go into InterfaceBuilder->Preferences... and go to the Palettes tab and
poke "Add"
et voila.
On Wednesday, March 28, 2001, at 06:51 PM, Jens Baumeister wrote:>
> Hi,
>
> I'm sure this is covered somewhere, but I can't find the docs for it
> and the
> search engine for the list seems to be broken:
>
> How do I install my own custom InterfaceBuilder plaettes?
>
> I compiled the Palette in /Developer/Examples/..... and I found some
> old
> OpenStep docs that suggest putting it into ~/Developer/Palettes
>
> If I put it there, I get an error in IB telling me that it can't find
> the
> palette bundle, which really isn't a surprise because it keeps looking
> at
> the build location instead of the installation location.
>
> It's probably partly my lack of experience with Project Builder and
> partly
> my ignorance when it comes to doing IB Palettes. :(
>
> So does anyone know where I can find more info?
>
> Thanks
>
> _____________________________________
> Jens Baumeister
> Bullex GmbH, Cologne, Germany
>
> She sells c-shells by the sea shore.
> _______________________________________________
> MacOSX-dev mailing list
> <MacOSX-dev...>
> http://www.omnigroup.com/mailman/listinfo/macosx-dev
>
--> Michael B. Johnson, Ph.D. -- <wave...>
--> Studio Tools, Pixar Animation Studios
--> http://xenia.media.mit.edu/~wave -
> -----Original Message-----
> From: Michael B. Johnson [mailto:<wave...>]> Go into InterfaceBuilder->Preferences... and go to the*bangs his head on the wall*
> Palettes tab and
> poke "Add"
>
> et voila.
>
Thanks!
_____________________________________
Jens Baumeister
Bullex GmbH, Cologne, Germany
She sells c-shells by the sea shore. -
Is there any documentation or examples of what can be done by making a
new palette? What is the basic purpose of making a palette?
Thanks,
Ryan
On Wednesday, March 28, 2001, at 07:31 PM, <wave...> wrote:> Go into InterfaceBuilder->Preferences... and go to the Palettes tab and
> poke "Add"
>
> et voila.
>
>
> On Wednesday, March 28, 2001, at 06:51 PM, Jens Baumeister wrote:
>
>>>
>>> Hi,
>>>
>>> I'm sure this is covered somewhere, but I can't find the docs for it
>>> and the
>>> search engine for the list seems to be broken:
>>>
>>> How do I install my own custom InterfaceBuilder plaettes?
>>>
>>> I compiled the Palette in /Developer/Examples/..... and I found some
>>> old
>>> OpenStep docs that suggest putting it into ~/Developer/Palettes
>>>
>>> If I put it there, I get an error in IB telling me that it can't find
>>> the
>>> palette bundle, which really isn't a surprise because it keeps looking
>>> at
>>> the build location instead of the installation location.
>>>
>>> It's probably partly my lack of experience with Project Builder and
>>> partly
>>> my ignorance when it comes to doing IB Palettes. :(
>>>
>>> So does anyone know where I can find more info?
>>>
>>> Thanks
>>>
>>> _____________________________________
>>> Jens Baumeister
>>> Bullex GmbH, Cologne, Germany
>>>
>>> She sells c-shells by the sea shore.
>>> _______________________________________________
>>> MacOSX-dev mailing list
>>> <MacOSX-dev...>
>>> http://www.omnigroup.com/mailman/listinfo/macosx-dev
>>>
>
> --> Michael B. Johnson, Ph.D. -- <wave...>
> --> Studio Tools, Pixar Animation Studios
> --> http://xenia.media.mit.edu/~wave
> _______________________________________________
> MacOSX-dev mailing list
> <MacOSX-dev...>
> http://www.omnigroup.com/mailman/listinfo/macosx-dev
> -
On jeudi, mars 29, 2001, at 06:54 , Ryan Dary wrote:> Is there any documentation or examples of what can be done by making a
> new palette? What is the basic purpose of making a palette?
>
Documentation:
I'm still looking for it.
Example:
Inside /Developper/Examples/Interface Builder/ProgressView palette
Interest:
Being able to add your own widget within Interface Builder so that you
can initialize your widget data in Interface Builder rather than in the
awakeFromNib Method.
--
Stephane -
>> On jeudi, 2001-03-29 at 06:54 , Ryan Dary wrote:
>> Is there any documentation or examples of what can be done
>> by making a new palette? What is the basic purpose of
>> making a palette?
Once you've got an IB palette set up, it will make using
your widget in multiple places or in multiple apps as easy
as it is using the default widgets supplied by Apple.> Documentation:
> I'm still looking for it.
>
> Example:
> Inside /Developper/Examples/Interface Builder/ProgressViewPalette
Without documentation, including comments in the code, these
won't much help folks who don't already know this stuff.> Interest:
> Being able to add your own widget within Interface Builder
> so that you can initialize your widget data in Interface
> Builder rather than in the awakeFromNib Method.
This is an interesting clue.
John G. Otto Nisus Software, Engineering
www.infoclick.com www.mathhelp.com www.nisus.com software4usa.com
EasyAlarms PowerSleuth NisusEMail NisusWriter MailKeeper QUED/M
My opinions are probably not those of Nisus Software, Inc. -
Could a IB palette be made to help create a toolbar (NSToolbar) for a
window from Interface builder instead of programatically? This is what
I want to do, but have no idea where to start.
-- Ryan
On Thursday, March 29, 2001, at 06:40 PM, <john...> wrote:>>>> On jeudi, 2001-03-29 at 06:54 , Ryan Dary wrote:
>>>> Is there any documentation or examples of what can be done
>>>> by making a new palette? What is the basic purpose of
>>>> making a palette?
>
> Once you've got an IB palette set up, it will make using
> your widget in multiple places or in multiple apps as easy
> as it is using the default widgets supplied by Apple.
>
>>> Documentation:
>>> I'm still looking for it.
>>>
>>> Example:
>>> Inside /Developper/Examples/Interface Builder/ProgressViewPalette
>
> Without documentation, including comments in the code, these
> won't much help folks who don't already know this stuff.
>
>>> Interest:
>>> Being able to add your own widget within Interface Builder
>>> so that you can initialize your widget data in Interface
>>> Builder rather than in the awakeFromNib Method.
>
> This is an interesting clue.
>
> John G. Otto Nisus Software, Engineering
> www.infoclick.com www.mathhelp.com www.nisus.com software4usa.com
> EasyAlarms PowerSleuth NisusEMail NisusWriter MailKeeper QUED/M
> My opinions are probably not those of Nisus Software, Inc.
>
>
> _______________________________________________
> MacOSX-dev mailing list
> <MacOSX-dev...>
> http://www.omnigroup.com/mailman/listinfo/macosx-dev
> -
You can't put a NSToolbar in a palette because NSToolbar doesn't currently
support archiving. This is one of the reason we don't support NSToolbar in
IB yet.
Henri Lamiraux
Engineering Manager
Interface Builder
Apple Computer, Inc.
--
To get random signatures put text files into a folder called ³Random
Signatures² into your Preferences folder.> From: Ryan Dary <ryand...>
> Date: Fri, 30 Mar 2001 08:36:57 -0800
> To: "<john...>" <john...>
> Cc: Cocoa Developer List <macosx-dev...>
> Subject: Re: Creating / Installing IB Palettes
>
> Could a IB palette be made to help create a toolbar (NSToolbar) for a
> window from Interface builder instead of programatically? This is what
> I want to do, but have no idea where to start.


