I am using a module Tk::Text.
I want that whenever the user changes the position of the cursor inside the module Tk::Text, he must act as a trigger to call the routine I wrote.
How do I implement this?
EDIT:
As Donal Fellows replied, I somehow need to find if the sign insertchanges when I call the procedure markSet. I searched the web extensively to find a solution to this problem, but to no avail. Now I need you guys to help me with this. Thank!
source
share