Re: Drawing subviews, then the parent view
Re: Drawing subviews, then the parent view
- Subject: Re: Drawing subviews, then the parent view
- From: Scott Thompson <email@hidden>
- Date: Wed, 5 May 2004 19:09:11 -0500
On May 5, 2004, at 4:17 PM, John Randolph wrote:
On May 5, 2004, at 9:39 AM, Lorenzo wrote:
I saw that usually Cocoa draws firstly a parent view, then its
subviews.
I need to revert this way.
How can I draw first all the subviews, then their parent view?
Why?
I agree.. why? If you did that then what you'd end up with is a big
blank window.... All of the subviews would draw and then the background
view would clobber all that hard work by drawing over everything that
was just drawn.
Scott
_______________________________________________
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.