Re: Is it possible to do this within an IBPalette ?
Re: Is it possible to do this within an IBPalette ?
- Subject: Re: Is it possible to do this within an IBPalette ?
- From: Scott Herz <email@hidden>
- Date: Mon, 2 Jul 2001 09:55:38 -0700
It should work fine. However, you'll need to load your images in a
different way. You can't just call [NSImage imageNamed:] because that
will search though IB's bundle, not yours. You'll need to get a
reference to your bundle and then find paths to the images via NSBundle
calls.
Scott
On Thursday, June 28, 2001, at 07:56 AM, Stiphane Sudre wrote:
I have a Widget within one of my palette which needs some .tif images
to draw itself.
I made some test to see if the images could be loaded adding the needed
imags to the ones exported by the palette. But till now, my results
were not good.
Is there a way to be able to get my images for this widget inside an
IBpalette ?
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev