MoshiachNow
IS-IT--Management
HI,
Is there any better way to refresh text without deleting it every time in loop,thus aviding the whole display blinking ?
thanks
============================
while (1) {
$txt ->insert('end',"$message","$color1");
$txt->see ('end');
$mw->update ;
sleep 2 ;
#clear all data
$txt->delete('0.0','end');
$mw->update ;
}
Long live king Moshiach !
Is there any better way to refresh text without deleting it every time in loop,thus aviding the whole display blinking ?
thanks
============================
while (1) {
$txt ->insert('end',"$message","$color1");
$txt->see ('end');
$mw->update ;
sleep 2 ;
#clear all data
$txt->delete('0.0','end');
$mw->update ;
}
Long live king Moshiach !