Can you show us the source of your test APP? You didn't just cut and paste that little code in the synopsis and expected it to work, did you? There is a tabframe example called tabframe.pl under the example directory of the Tk::TabFrame package. You should have a look at that example.
| [reply] |
LoL, no -- I'm not that bad ;) The test app I used was the one you pointed out: tabframe.pl.
| [reply] |
That's odd, I ran the script you provided, it didn't have any problems. Now that could be a problem with your Tk::TabFrame installation it seems, or even Tk installation. How did you install the module? Did you download and unpack the source, and then perl Makefile.PL, make install, make test to install the module?
| [reply] |