Tkinter.Entry question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Adonis

    Tkinter.Entry question

    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


Working...