Re: [NSWindow invalidateShadow] dosen't works?
Re: [NSWindow invalidateShadow] dosen't works?
- Subject: Re: [NSWindow invalidateShadow] dosen't works?
- From: Darkshadow <email@hidden>
- Date: Fri, 18 Jun 2004 19:49:28 -0400
On Jun 18, 2004, at 2:02 PM, Marco Damaschi wrote:
Hi all,
I implemented a trasparent window and when I remove a view from it the
shadow isn't recalculated despite I call -(void)invalidateShadow.
Any ideas about how I could force the window to recalculate its shadow?
TIA,
Marco
Call [window update] after calling -invalidateShadow, and the shadow
should be recalculated.
Darkshadow (sometimes known as Mike Nickerson)
_______________________________________________
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.