Re: NSTextField as a CALayer

2008-12-01 Thread Michel Schinz
Le 1 déc. 08 à 07:45, Scott Anguish a écrit : No, you can't do this. Core Animation is designed for easy animation, but not so you can freely mix views and layers like this. you could probably do what you want by doing your current CALayer drawing into an NSView, and then add the textfiel

Re: NSTextField as a CALayer

2008-11-30 Thread Scott Anguish
No, you can't do this. Core Animation is designed for easy animation, but not so you can freely mix views and layers like this. you could probably do what you want by doing your current CALayer drawing into an NSView, and then add the textfield as a subview of that view.. then turn on lay