Re: Problem using zPosition on layer backed views
Re: Problem using zPosition on layer backed views
- Subject: Re: Problem using zPosition on layer backed views
- From: Kyle Sluder <email@hidden>
- Date: Sun, 31 Oct 2010 13:35:01 -0700
On Oct 31, 2010, at 5:13 AM, Gideon King <email@hidden> wrote:
> I have a view with several subviews, all layer backed. These subviews are siblings. I want to bring one of them in front of the others, so I set the zPosition of the others to a zPosition of 1 and the one I want in front to a zPosition of 2. Nothing happens - the one I want in front is still drawn behind the other ones. While I could reorder the subviews in the array, I really don't want to do that if I don't have to - I would rather use the zPosition.
Since NSView doesn't have a zPosition property, I can only assume you're setting the layers' zPosition.
You can't do that. Do not muck with layer backed views' layers.
--Kyle Sluder_______________________________________________
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