The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.tcl
From:
wexfordpress <j... @wexfordpress.com>
Date: Thu, 9 Feb 2012 13:59:41 -0800 (PST)
Local: Thurs, Feb 9 2012 4:59 pm
Subject: parameter -sticky news
I am trying to resurrect an old Expect script I wrote and convert it
to straight Tcl/Tk. I find lines like this ;
:button .led001 -text "Initialize GL file " -command {exec
led001}
grid .led001 -row 00 -column 00 -sticky news
I understand everything except the last parameter. -sticky news. In
Tcl/tk or Expect, what does that
parameter do?
My memory is foggy on this very old script.
John Culleton
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: comp.lang.tcl
From:
wexfordpress <j... @wexfordpress.com>
Date: Thu, 9 Feb 2012 14:12:07 -0800 (PST)
Local: Thurs, Feb 9 2012 5:12 pm
Subject: Re: parameter -sticky news
On Feb 9, 4:59 pm, wexfordpress <j... @wexfordpress.com> wrote:
> I am trying to resurrect an old Expect script I wrote and convert it
> to straight Tcl/Tk. I find lines like this ;
> :button .led001 -text "Initialize GL file " -command {exec
> led001}
> grid .led001 -row 00 -column 00 -sticky news
> I understand everything except the last parameter. -sticky news. In
> Tcl/tk or Expect, what does that
> parameter do?
> My memory is foggy on this very old script.
> John Culleton
Never mind, found it in my Welch book.
JC.
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: comp.lang.tcl
From:
"M. Strobel" <sorry_no_mail_h... @nowhere.dee>
Date: Thu, 09 Feb 2012 23:42:53 +0100
Local: Thurs, Feb 9 2012 5:42 pm
Subject: Re: parameter -sticky news
Am 09.02.2012 23:12, schrieb wexfordpress:
> On Feb 9, 4:59 pm, wexfordpress <j
... @wexfordpress.com> wrote:
>> I am trying to resurrect an old Expect script I wrote and convert it
>> to straight Tcl/Tk. I find lines like this ;
>> :button .led001 -text "Initialize GL file " -command {exec
>> led001}
>> grid .led001 -row 00 -column 00 -sticky news
>> I understand everything except the last parameter. -sticky news. In
>> Tcl/tk or Expect, what does that
>> parameter do?
>> My memory is foggy on this very old script.
>> John Culleton
> Never mind, found it in my Welch book.
> JC.
That's not okay. What will the rest of the world without welsh book do?
/Str.
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: comp.lang.tcl
From:
Aric Bills <aric.bi... @gmail.com>
Date: Thu, 9 Feb 2012 15:08:04 -0800 (PST)
Local: Thurs, Feb 9 2012 6:08 pm
Subject: Re: parameter -sticky news
On Feb 9, 3:42 pm, "M. Strobel" <sorry_no_mail_h... @nowhere.dee>
wrote:
> Am 09.02.2012 23:12, schrieb wexfordpress:
> > On Feb 9, 4:59 pm, wexfordpress <j... @wexfordpress.com> wrote:
> >> I am trying to resurrect an old Expect script I wrote and convert it
> >> to straight Tcl/Tk. I find lines like this ;
> >> :button .led001 -text "Initialize GL file " -command {exec
> >> led001}
> >> grid .led001 -row 00 -column 00 -sticky news
> >> I understand everything except the last parameter. -sticky news. In
> >> Tcl/tk or Expect, what does that
> >> parameter do?
> >> My memory is foggy on this very old script.
> >> John Culleton
> > Never mind, found it in my Welch book.
> > JC.
> That's not okay. What will the rest of the world without welsh book do?
> /Str.
Hopefully, they'll refer to the grid man page: http://www.tcl.tk/man/tcl/TkCmd/grid.htm#M19
.
You must
Sign in before you can post messages.
You do not have the permission required to post.