[wxpython-users] StyledTextCtrl AutoComp

Mark Guagenti mgenti at gentiweb.com
Thu May 1 07:14:11 PDT 2008


I'm using the StyledTextCtrl in my application but am having some
problems with implementing auto complete.  I can get the auto complete
list to show up and have it select the appropriate entry and have it
auto complete.  However, if there is not a match and I press Enter it
will autocomplete with the nearest entry.  I have
AutoCompSetAutoHide(False) set because I want the list to show even if
there isn't a match but I don't want it to choose something when there
is no match.  Anyone know why this is happening? I'm sure there is
just a setting I am missing somewhere.

Thanks in advance for the help,
--Mark


More information about the wxpython-users mailing list