Re: Parse input file and create widgets
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: Parse input file and create widgets

From: Donald Arseneau <asnd@triumf.ca>
Date: Mon May 30 2005 - 11:26:38 CEST

"Ani" <anilby@gmail.com> writes:

> grid $base.top1.new_frame -in $root -row 13 -column 1 \
> -columnspan 50 \
> -rowspan 78 \
> -sticky nw

Are you serious? columnspan 50? rowspan 78?

> grid $base.top1.new_frame.sc1 -in $root -row 13 -column -20 \

column -20?

Why did you create a toplevel, create frames as children of
that toplevel, and then grid them in $root (which is just ".")?

-- 
Donald Arseneau                          asnd@triumf.ca
Received on Thu Sep 29 14:19:39 2005