sashac88 has asked for the wisdom of the Perl Monks concerning the following question:
Is it possible to replace this static content with the#!/usr/bin/perl use Tk; use strict; my $mw=MainWindow->new; my $scroll=$mw->Scrolled(qw/Text -relief sunken -borderwidth 2 -setgri +d true -height 30 -scrollbars e/); $scroll->pack(qw/-expand yes -fill both/); $scroll->insert('0.0','some test'); MainLoop
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Adding the output of tailf -f filename to Tk widget (scrolled)
by zentara (Cardinal) on Feb 13, 2007 at 11:37 UTC | |
|
Re: Adding the output of tailf -f filename to Tk widget (scrolled)
by Anonymous Monk on Feb 13, 2007 at 07:31 UTC |