Re: Fade out the window content
Re: Fade out the window content
- Subject: Re: Fade out the window content
- From: Andy Armstrong <email@hidden>
- Date: Thu, 10 Feb 2005 12:33:37 +0000
On 10 Feb 2005, at 00:54, Tim Hewett wrote:
There may be an option using the NSWindow setAlphaValue:
method, this doesn't need any use of NSImage it will just fade
the entire window with all its subViews. How you do this to black
I am not sure but perhaps this will open up some kind of possibility
to let you do what you want.
In general (and I'm not commenting on the relative ease of any of
these) the options would seem to be
* actually fade the window contents to black - perhaps having first
captured the entire
window into an image
* put something black /behind/ the window and fade the window to
transparent
* put something black /in front of/ the window and fade that to opaque
I'd guess the third option is easiest.
--
Andy Armstrong, hexten.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden