Re: Place NSView into NSView
Re: Place NSView into NSView
- Subject: Re: Place NSView into NSView
- From: "I. Savant" <email@hidden>
- Date: Sat, 5 Apr 2008 20:44:58 -0400
And I'll add to your addition that [secondView display] isn't likely
to be the correct way to get the view to draw. In that context, it
should be [secondView setNeedsDisplay:YES]. Or, rather, since it's
going to display anyway (just having being added to a view
hierarchy), the call can be omitted.
... all covered in the documentation. ;-)
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden