hi,
don't know whether it works for you, but i have a listbox widget which i use
as a kind of log display in my TK window, and every time a new entry is
added i call the raise method so the entry comes into effect immediatley ...
sub logupd {
my $msg = shift;
$listBox->insert('end',$msg);
$listBox->raise;
$listBox->yviewScroll(1,"units");
}
HTH
till
Hi , I have made a Gui which read in a file to give some informations in
some
Entry boxes and it works fine but now I would like to refresh this
information
when this file is modified I would like to modified the entry boxes too.
How can I do this?
$Entry3->insert('end',$lines[$i]);
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users