Re: Transparent Button
Re: Transparent Button
- Subject: Re: Transparent Button
- From: André Lipinski <email@hidden>
- Date: Mon, 04 Feb 2002 19:28:09 +0000
Hi Darrin,
I've had similar troubles with NSButton and decided the easiest thing is
to make my own transparent button class using NSImageView You'll need to
add some small fuctionality for setting the different images for
pressed/dimmed and normal but in the end the result is perfection!
Good Luck,
Andre.