Re: NSWindow with individual background
Re: NSWindow with individual background
- Subject: Re: NSWindow with individual background
- From: Reimar Metzen <email@hidden>
- Date: Wed, 21 Jan 2004 10:38:05 +0100
oh yeah - thats it
thank you
Am 21.01.2004 um 06:04 schrieb Todd Blanchard:
Set your window to be a textured window in IB - ie a stainless style
window.
In an appropriate didLoadNib method do something like:
[myWindow setBackgroundColor: [NSColor colorWithPatternImage: [NSImage
imageNamed: @"backgroundImage.gif"]];
The image will be tiled onto the window (good for textures).
On Jan 20, 2004, at 5:47 AM, Reimar Metzen wrote:
Hi,
who knows how i can get a window with a individual background image
(like the dark metal in GarageBand).
thx
Reimar
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.