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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to