Re: Colored Buttons?
Re: Colored Buttons?
- Subject: Re: Colored Buttons?
- From: "Erik M. Buck" <email@hidden>
- Date: Sun, 4 Nov 2001 14:53:36 -0600
>
Okay, I see where to make the button transparent, but how do I create this
>
image, and with what tool? And if I create an image of a button, say in
>
Illustrator, what format do I save it in and how do I get it into
>
Interface Builder? Is every image in Interface Builder a tiff? Is this
>
just a copy and paste job?
>
Use any tool you want.
Almost any format will work. Tiff, bmp, targa all work fine.
There is an NSImageView class that will display any image
You can add images to the "images" suitcase in IB if you want
You can just drag and drop images onto buttons if you want.
A bare minimum RTFM is in order.