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