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: Ani <anilby@gmail.com>
Date: Mon May 30 2005 - 11:26:30 CEST

Donald Arseneau wrote:
> "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

Hi Donald,

Sorry for that, that was some copy paste problem.
I thought of creating a toplevel, a frame in it & a canvas with a
scrollbar.
Then a frame that will hold all the widgets.

I am sure I have made a mistake in creating the scrollable canvas.
Please correct me if I am wrong.
Received on Thu Sep 29 14:19:38 2005