Frame in Toplevel

From: Binny V A (binnyva_at_hotmail.com)
Date: 12/31/04


Date: 31 Dec 2004 10:53:40 -0800

Hello Everyone,

Can I pack a frame inside a Toplevel window? I can't get this
code to work.

toplevel .tops
frame .frm
pack .frm -in .tops

It shows an error "can't pack .frm in .tops"

I have used grid command also and got the same result.
Thanking You,
Binny V A
http://www.geocities.com/binnyva



Relevant Pages