Edward Sternin - 2020-02-11

Actually, I did find a workaround: delete and re-create the marker every time. Is this the best I can do?

set i 0
bind .g.c <ButtonRelease-1> {
    if {[info exists gt]} {.g.c marker delete gt}
   .g.c marker create text -name gt
   .g.c marker configure gt -coords {0.5 0.2} -text "Click to refresh..."
   }