Hi all ,
I'm using Tk's Scrolled in the next way:
my $text = $nw->Scrolled('Text',
..
..)->pack(...)
The problem is the text window does not role down
automatically for every text I send .
I made a little research and found the "jump=>" option
should do the trick , but it didn't work ( I think it is a known bug) .
maybe one of U monks have a solution.
Michael