Re: CALayers in seperate, overlapping, NSViews don't overlap correctly

2011-03-14 Thread James Bucanek
Kyle Sluder wrote (Monday, March 14, 2011 1:33 PM -0700): On Mon, Mar 14, 2011 at 1:13 PM, James Bucanek wrote: Here's the weird thing: sometimes, but not all the time, the CALayers in the nested subviews draw ON TOP OF the CALayers in the top-level overlay view

Re: CALayers in seperate, overlapping, NSViews don't overlap correctly

2011-03-14 Thread Kyle Sluder
On Mon, Mar 14, 2011 at 1:13 PM, James Bucanek wrote: > Here's the weird thing: sometimes, but not all the time, the CALayers in the > nested subviews draw ON TOP OF the CALayers in the top-level overlay view. > It's almost as if whatever the last CALayer that gets drawn, draws on top of > all of

CALayers in seperate, overlapping, NSViews don't overlap correctly

2011-03-14 Thread James Bucanek
Greetings, I posted this question to the Mac OS X/Graphic/Core Animation forum several weeks ago and no one's been able to answer it, so I'm trying here. I have a fairly complex hierarchy of NSViews (window -> split view -> tab view, which hosts a variety of table, outline, browser, and mat