MoshiachNow
IS-IT--Management
HI,
For the sake of progress indicator in a Tk text window,I'm trying to insert charachters at a fixed position,however the position does progress ,for some reason.
while {....
print "POS=$pos\n";
$txt ->insert("$pos -1 chars","$symbol[$counter1]");
$mw->update;
}
The $pos IS fixed,and still my charachters progress in the Tk text window ...
What is wrong ?
Thanks
Long live king Moshiach !
For the sake of progress indicator in a Tk text window,I'm trying to insert charachters at a fixed position,however the position does progress ,for some reason.
while {....
print "POS=$pos\n";
$txt ->insert("$pos -1 chars","$symbol[$counter1]");
$mw->update;
}
The $pos IS fixed,and still my charachters progress in the Tk text window ...
What is wrong ?
Thanks
Long live king Moshiach !