wxStyledTextCtrl problem ?

Paul Robson autismuk at autismuk.muralichucks.freeserve.co.uk
Mon Nov 29 08:03:29 EST 2004


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 !




More information about the Python-list mailing list