Re: me and my shadow
Re: me and my shadow
- Subject: Re: me and my shadow
- From: Robert Clair <email@hidden>
- Date: Thu, 22 May 2003 14:28:30 -0400
Just after turning off the shadow, call the fonction
- (void)invalidateShadow;
It will recalculate the shadow, with the new parameters.
[self setHasShadow: NO];
[self invalidateShadow];
Unfortunately this doesn't work, probably because when you
get to invalidateShadow it says
"OK, recalculate shadow --> No Shadow ! --> Nothing to do !"
So I'm still searching for a way to clean up the shadows.
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.