Kind Monks,
I'm trying to figure out how can I update the same line in a text widget. The purpose is to update the size of a certain file in a loop. My text widget is $textlog
$text_log->delete('end startline', 'end'); $text_log->insert('end startline', "Current Size:$FileSize"); $text_log->update; $text_log->see('end');
The problem is that each iteration the text is appended rather than replacing the former text.
Can you please help?
In reply to Updating the same line Text Widget by Bintuch
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |