gri6507 has asked for the wisdom of the Perl Monks concerning the following question:
use strict; use Tk; require Tk::BrowseEntry; my $mw = MainWindow->new; my $b1 = $mw->BrowseEntry()->grid(); $b1->gridRemove; MainLoop;
This gives a "Can't locate auto/Tk/Entry/gridRemove.al" error. I think I am following the documentation, yet ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tk::grid and gridRemove()
by gri6507 (Deacon) on Aug 04, 2004 at 21:39 UTC | |
by eserte (Deacon) on Aug 05, 2004 at 00:20 UTC | |
|
Re: Tk::grid and gridRemove()
by rinceWind (Monsignor) on Aug 05, 2004 at 12:17 UTC |