> 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 :-) ! _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
