in reply to Problem refreshing TK window after file update
I add text using
$curval->insert('end', "$current\n", "reset");
and put all new text at the end.
And to delete
$curval->delete("1.0", 'end');
start with the first line, initial character and delete until the end of text.
Check those methods out and I think they'll do what you're after.
Hope that helps!
There is no emoticon for what I'm feeling now.
|
|---|