Re: Subview display problem
Re: Subview display problem
- Subject: Re: Subview display problem
- From: DKJ <email@hidden>
- Date: Tue, 28 Oct 2008 08:27:09 -0700
On 28 Oct, 2008, at 08:14, I. Savant wrote:
Do away with the animation logic for now. See if it
behaves as expected by setting the frames directly (without calls to
the view's -animator).
The subview appears for an instant, with its origin is in the centre
of the superview, filling the upper-right quadrant.
It's also showing behind the CALayer objects, which I don't want either.
I thought of using a CATextLayer instead, and setting the zPosition
accordingly. But then I don't have anything like the text formatting
capabilities of an NSTextView. (MyView is a subclass of NSTextView.)
I should have made clear in my first post that the animation layers of
theView are CALayer objects. Maybe I'll try hiding those.
_______________________________________________
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