[wxPython-users] Activating a clas from __init__ (without using wx.EVT_KEY_DOWN)

Robin Dunn robin at alldunn.com
Tue Jul 18 15:55:17 PDT 2006


Walter Igo wrote:
> I want to actavte the OnAutoFill Class so it will look at the 
> StyledTextCtrl to autocomplete the word (not implemented yet) I have 
> tried wx.EVT_Key_down, but this has led to problems.

What problems?

> I just want it to 
> repeat the OnAutoFill  activated message.

What do you mean by "repeat"?  Do you want it to be called for every key 
stroke or in response to some other event?  Do you want it to be called 
even if no keys are pressed?

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-users mailing list