in reply to "spinners" in perl/tk
also I tried this code:
but it says:use Tk; use Tk::SpinBox; my $mw = MainWindow->new; $mw->title("Spinner"); $mw->MainWindow->Frame(-relief=>'groove'); $mw->minsize(600,300); my $spin = $mw -> SpinBox()-> pack ( -anchor => 'nw'); MainLoop;
and i've gone to my perl and perl lib folder and done:
ppm install Tk::SpinBox
any suggestions? :S
PS: I tried to make my message neater this time, I hope it's up to standards :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: "spinners" in perl/tk
by castaway (Parson) on Nov 21, 2004 at 21:13 UTC | |
|
Re^2: "spinners" in perl/tk
by pg (Canon) on Nov 21, 2004 at 22:07 UTC | |
by neeraj (Scribe) on Nov 22, 2004 at 05:12 UTC |