Re: Re: Non-square (triangular) views
Re: Re: Non-square (triangular) views
- Subject: Re: Re: Non-square (triangular) views
- From: "Bertrand Landry-Hetu" <email@hidden>
- Date: Sat, 18 Nov 2006 13:54:25 -0800
I had drawing issues with 2 custom views I did that were siblings &
overlapping. Basically setNeedsDisplay on one of them would correctly
force a redraw on the parent (they were not opaque) but would not
invalidate the sibling. Thus "clipping" the overlapping part.
It was a mess to fix it to make draw correctly and the only way was to
not make them overlap and by moving some of the drawing to a custom
parent view since overlapping parent/child controls is just fine.
_______________________________________________
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