Re: Constrained layer-backed control stops responding

2009-02-09 Thread David Duncan
On Feb 8, 2009, at 9:54 PM, Alejandro Rodriguez wrote: I have a NSView that is layer-backed (setWantsLayer:YES) and when I add it to another subview it works fine. But if I use a CAConstraint to chage it's location then controls inside the view stop responding to events. Any clues anyone?

Constrained layer-backed control stops responding

2009-02-08 Thread Alejandro Rodriguez
Hello, I have a NSView that is layer-backed (setWantsLayer:YES) and when I add it to another subview it works fine. But if I use a CAConstraint to chage it's location then controls inside the view stop responding to events. Any clues anyone? Thanks and regards, Alejandro