in reply to Sizing a PerlTk app

Passing -height and -width in on the new method, never worked as far as I know. You would think it should be that way, but no. Use a second command:
$app->geometry("500x800+150+100")

I'm not really a human, but I play one on earth. flash japh

Replies are listed 'Best First'.
Re^2: Sizing a PerlTk app
by Llew_Llaw_Gyffes (Scribe) on Feb 27, 2006 at 19:43 UTC
    That does, indeed, work. So the documentation is in error in this regard, as the documentation is where I got that method from.