Re: me and my shadow
Re: me and my shadow
- Subject: Re: me and my shadow
- From: Jean-Daniel Dupas <email@hidden>
- Date: Fri, 16 May 2003 08:07:20 +0200
Just after turning off the shadow, call the fonction
- (void)invalidateShadow;
It will recalculate the shadow, with the new parameters.
>
Message: 9
>
Date: Thu, 15 May 2003 22:56:19 -0400
>
Subject: me and my shadow
>
From: Robert Clair <email@hidden>
>
To: email@hidden
>
>
I'm making my own dockable (to the bottom of the window) tool palettes.
>
Not hard to do, no problems - except for the shadows. When
>
not docked the the palette should have a shadow - when it is
>
docked the shadow should go away.
>
>
Everything works - except
>
>
[window setHasShadow: NO ];
>
>
doesn't clean up the old shadow. It turns it off - if you cover the
>
window with another and then uncover it, it is gone. Refreshing my
>
window would clean up the part of the shadow over my window,
>
but parts of the shadow are often over windows from other applications
>
and they don't clean up until those applications redraw.
>
>
Anyone know a way to make the Window Server be more tidy and
>
clean up after itself ?
>
>
>
Thanks,
>
>
Bob Clair
_______________________________________________
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.