[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Cursor blinks in background
From: |
Nicola Pero |
Subject: |
RE: Cursor blinks in background |
Date: |
Tue, 2 Jul 2002 16:08:38 +0100 (BST) |
> 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 the
> > blinking cursor? Or more?
>
> I can't say anything for MacOS X but Openstep merely invokes
> updateInsertionPointStateAndRestartTimer:NO.
Hi - makes sense (but we need to check if shouldDrawInsertionPoint!) -
added the method - thanks to both of you :-) !