On Mon, 29 Nov 2004 08:10:18 +0000, Jean Brouwers wrote: > If you are running GTK+ try using > > self.Editor.SetSTCFocus(True) > > in addition to or instead of SetFocus(). Plus maybe > > wx.CallAfter(self.Editor.EnsureCaretVisible) > > It solved the 'dissapearing caret' problem for our application.
Thanks - that worked perfectly ! -- http://mail.python.org/mailman/listinfo/python-list