Re: -[NSView lockFocus] assertion failure

2009-04-17 Thread John C. Randolph
n the user completes the editing, I want to hide the NSTextField, as an animated CATextLayer will begin playing beneath the textField. When I attempt to hide the NSTextField and begin the animation, I get the NSView lockFocus assertion failure. I hide the NSTextField in the action method, and begi

-[NSView lockFocus] assertion failure

2009-04-15 Thread James G.
e the NSTextField, as an animated CATextLayer will begin playing beneath the textField. When I attempt to hide the NSTextField and begin the animation, I get the NSView lockFocus assertion failure. I hide the NSTextField in the action method, and begin the animation on the lower layer. The NSTextField.h