Re: screensaver background color
Re: screensaver background color
- Subject: Re: screensaver background color
- From: Rhon Fitzwater <email@hidden>
- Date: Thu, 8 Jul 2004 15:23:03 -0400
Adding the code below to my drawRect: method does not work. Does
anyone else have any other suggestions?
[[self window] setAlphaValue:0.7];
[[NSColor blueColor] set];
NSRectFillUsingOperation(rect, NSCompositeCopy);
My window is still semi-transparent and black instead of blue.
Thanks,
-Rhon
On Jul 8, 2004, at 9:24 AM, Rhon Fitzwater wrote:
>
I am still not having any luck. Does anyone have any suggestions?
>
>
Thanks,
>
>
-Rhon
>
On Jul 7, 2004, at 6:50 PM, Rhon Fitzwater wrote:
>
>
> how can I change the default screensaver background color (black) to
>
> something else, say blue? I tried doing this:
>
> [self setBackgroundColor:[NSColor blueColor]];
>
>
>
> but get a warning saying the screensaver view may not respond to that
>
> line of code, which it doesnt. Is there something that I am missing?
>
>
>
> Thanks,
>
>
>
> -Rhon
>
>
>
> [demime 0.98b removed an attachment of type
>
> application/pkcs7-signature which had a name of smime.p7s]
>
> _______________________________________________
>
> 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.
>
>
[demime 0.98b removed an attachment of type
>
application/pkcs7-signature which had a name of smime.p7s]
>
_______________________________________________
>
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.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.