Tkinter.Entry question

Adonis adonisv at REMOVETHISearthlink.net
Sat Feb 7 18:13:27 EST 2004


I am writting a simple autocomplete feature using the Entry widget, but when
I insert data at the end, the last entered character gets pushed to the end
of the inserted text.

Now I have used icurosor() to move the insertion point to the end of the
text and the END index to no avail.

Any help is greatly apprecited.

Adonis





More information about the Python-list mailing list