Re: Disable implicit animations in layer backed NSScrollViews?

2011-07-24 Thread Kyle Sluder
On Sun, Jul 24, 2011 at 10:00 PM, Daniel Waylonis d...@nekotech.com wrote: Hi Kyle, If you're back from vacation, could you describe how things were fixed in OmniPlan? I've got a blog post in the editing phase describing all the things we do to get NSScrollViews working, but the only other

Disable implicit animations in layer backed NSScrollViews?

2011-06-20 Thread Daniel Waylonis
I'm stuck on a weird bug with NSTableViews and CALayers. I tried to ask up at WWDC in one of the labs, but didn't get an answer. I have a auto-resizing NSTableView subclass in NSScrollView in a layer backed view. I'm using the 10.6 SDK and targeting 10.5 as well. When I resize, the contents

Re: Disable implicit animations in layer backed NSScrollViews?

2011-06-20 Thread Kyle Sluder
On Mon, Jun 20, 2011 at 3:52 PM, Daniel Waylonis d...@nekotech.com wrote: When I resize, the contents jump in the table view.  I believe it is because there's an implicit animation to move the bounds and/or position.  Or maybe something in the clip?  I'd also not like it to fade in if I

Re: Disable implicit animations in layer backed NSScrollViews?

2011-06-20 Thread Kyle Sluder
On Jun 20, 2011, at 9:47 PM, Daniel Waylonis d...@nekotech.com wrote: Hi Kyle, Thanks for the suggestion. Unfortunately: - (void)resizeWithOldSuperviewSize:(NSSize)oldSize { [CATransaction begin]; [CATransaction setDisableActions:YES]; [super