I am making an application which includes a form, at some point, I have a multiline element that must be filled by the user and I need the cursor location because the user must indicate after a specific text location of the multiline element.
I have try to access to the Tkinter method : print(t.index(tk.INSERT))
, but I got stuck.
Thanks for the help.