in reply to Re^2: Bock Stacker - A Block Stacking Game for Perl
in thread Block Stacker - A Block Stacking Game for Perl

Thanks guys. I removed the offending line from BlockStacker/GUI.pm and uploaded a new version to SourceForge.

As for the shrunk window, I think that's due to either using geometry("+0+0") to position the window but not specify its size, or the withdraw()/deiconify() + raise() combo used with it, or maybe both. Try commenting out those calls in createMainWindow() and runMainLoop() in GUI.pm and see if that helps.

  • Comment on Re^3: Bock Stacker - A Block Stacking Game for Perl