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

NSTextField as a CALayer

2008-11-30 Thread Ulai Beekam
How can I incorporate an (editable) NSTextField into a CALayer, so that I can put the text field into another layer by doing [parentLayer addSublayer:textFieldLayer] ? I really need to do this or some similar thing. Core Animation boasts being easily be able to create animated user interfaces

Re: NSTextField as a CALayer

2008-11-30 Thread Scott Anguish
on layer backing for the parent NSView. On 30-Nov-08, at 5:12 PM, Ulai Beekam wrote: How can I incorporate an (editable) NSTextField into a CALayer, so that I can put the text field into another layer by doing [parentLayer addSublayer:textFieldLayer] ? I really need to do this or some