RE: Cursor blinks in background

2002-07-02 Thread Nicola Pero
> Hello Fred, > > > The reason for this blinking seems to be that the class NSTextView does > > not implement resignKeyWindow. This method gets called on the first > > responder, when the window looses key window status. But I am not sure, > > what an implementation of this method should do. Jus

RE: Cursor blinks in background

2002-07-01 Thread David Ayers
Hello Fred, > The reason for this blinking seems to be that the class NSTextView does > not implement resignKeyWindow. This method gets called on the first > responder, when the window looses key window status. But I am not sure, > what an implementation of this method should do. Just switch off

Cursor blinks in background

2002-06-30 Thread Fred Kiefer
After adding a NSLog() statement to the _blink method of NSTextView I noticed that this method get called, while the window of the text view is no longer active. This can be seen in the GSTest.app when switching to another test window after editing text in the NSForm test. In this case the blinkin