Layer-Hosting View on NSTabViewItem and switching Pages

2008-04-09 Thread Joachim Deelen
Hi All, Maybe someone can Help Me?! I've created a NSTabView with two Pages (NSTabViewItems). On the second Page I got a Custom-View, that is hosting a Layer-Tree. This tree consist of a CATextLayer, within a CAScrollLayer, within a CALayer. The CALayer is the Root-Layer of the View.

Re: Layer-Hosting View on NSTabViewItem and switching Pages

2008-04-09 Thread Joachim Deelen
Me again, I found a solution! Im switching Tab-Pages with selectTabViewItemWithIdentifier: After switching, I sent a Notification that a switch occurred thereby stopping all animations and hiding the TextLayer. This was the first mistake. Now I send the notification first, then switching