in reply to Re^4: How to perform a subroutine run in cpan Tk::ExecuteCommand module
in thread How to perform a subroutine run in cpan Tk::ExecuteCommand module
This code change does it:
# read perldoc Tk::ExecuteCommand for the Adverised Widget section my $ROText = $ec->Subwidget('text'); print "$ROText\n"; $ROText->configure(-scrollbars => 'osoe');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: How to perform a subroutine run in cpan Tk::ExecuteCommand module
by Janish (Sexton) on Jun 30, 2014 at 02:27 UTC | |
by zentara (Cardinal) on Jun 30, 2014 at 09:21 UTC | |
|
Re^6: How to perform a subroutine run in cpan Tk::ExecuteCommand module
by Janish (Sexton) on Jun 30, 2014 at 02:34 UTC |