Re: Colored Buttons?
Re: Colored Buttons?
- Subject: Re: Colored Buttons?
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 4 Nov 2001 17:09:12 +0000
On Sunday, November 4, 2001, at 04:39 pm, email@hidden wrote:
And what if I wanted an image instead of an Apple window? I have seen
nothing about doing this sort of mojo. I'd do a search, but I'm not
even clear on what words to include. Thanks.
An image instead of an Apple window? Hmm? You have to have a window
otherwise you have nowhere to draw...
You can create borderless windows (NSBorderlessWindowMask) and there is
an example of weird shaped windows here:
http://developer.apple.com/samplecode/Sample_Code/Cocoa/RoundTransparentWindow.
htm
-- Finlay