Hi all, I have a canvas with some editable text (with create_text) in it. How can I get the cursor coordinates x,y from the canvas? The index() function returns only the character index, is there a way to convert the position of a character into x,y coordinates or bbox? Vasilis