Re: compositing views into one window
Re: compositing views into one window
- Subject: Re: compositing views into one window
- From: Ricky Sharp <email@hidden>
- Date: Fri, 03 Dec 2004 09:43:25 -0600
On Friday, December 03, 2004, at 09:30AM, Alex Reynolds <email@hidden> wrote:
>How does one generally make a composite or layering of NSView instances
>into one NSWindow instance?
What are you specifically asking for?
Assuming you are talking about custom NSView instances here, you basically want to ensure you do the right thing in each class regarding what isOpaque will return. You also want to ensure that you properly embed views (as subviews) when necessary. You don't want to have overlapping sibling views.
--
Rick Sharp
Instant Interactive(tm)
_______________________________________________
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