I have this line in my code:
$mw = new MainWindow( -title=>"OSMtb Formatter",-padx=>5,-pady=>5 );
When I run the code, I get this:
Can't set -padx to `5' for MainWindow=HASH(0x1a48bdc): Bad option `-padx' at C:/Perl/site/lib/Tk/Configure.pm line 46.
> Terminated with exit code 255.
I just reinstalled ActivePerl. This code worked fine with the previous version. I looked in the release notes, but I can't see why this wouldn't work now.
$mw = new MainWindow( -title=>"OSMtb Formatter",-padx=>5,-pady=>5 );
When I run the code, I get this:
Can't set -padx to `5' for MainWindow=HASH(0x1a48bdc): Bad option `-padx' at C:/Perl/site/lib/Tk/Configure.pm line 46.
> Terminated with exit code 255.
I just reinstalled ActivePerl. This code worked fine with the previous version. I looked in the release notes, but I can't see why this wouldn't work now.