Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

In order to dial out, it is necessary to broaden one's dimension.


devel / comp.lang.tcl / docu ttk::spinbox

SubjectAuthor
* docu ttk::spinboxManfred Stelzhammer
`* Re: docu ttk::spinboxRich
 `- Re: docu ttk::spinboxManfred Stelzhammer

1
docu ttk::spinbox

<uun1pa$rqh4$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=13239&group=comp.lang.tcl#13239

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: manf...@antispam.at (Manfred Stelzhammer)
Newsgroups: comp.lang.tcl
Subject: docu ttk::spinbox
Date: Thu, 4 Apr 2024 22:15:38 +0200
Organization: A noiseless patient Spider
Lines: 10
Message-ID: <uun1pa$rqh4$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 04 Apr 2024 20:15:39 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="0140c1e58e4cb8378d37a8fff54f13e8";
logging-data="911908"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX191LqSKw/P9UWSGTo+qk4p280Ue6E7/8Ok="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:EGZR1mjowz9Ruo3iq2lB4vjZc20=
Content-Language: de-AT-frami
 by: Manfred Stelzhammer - Thu, 4 Apr 2024 20:15 UTC

Hi

On the documentation from "ttk::spinbox"
I am miss the option "-textvariable".

Please can someone correct this.

Regards

Manfred

Re: docu ttk::spinbox

<uun7nb$t8ov$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=13240&group=comp.lang.tcl#13240

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ric...@example.invalid (Rich)
Newsgroups: comp.lang.tcl
Subject: Re: docu ttk::spinbox
Date: Thu, 4 Apr 2024 21:56:59 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 39
Message-ID: <uun7nb$t8ov$1@dont-email.me>
References: <uun1pa$rqh4$1@dont-email.me>
Injection-Date: Thu, 04 Apr 2024 21:57:00 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="2d3966516d3646c5843672c048f13f61";
logging-data="959263"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+mfh/BT6G/hBiSvw4p+Edk"
User-Agent: tin/2.6.1-20211226 ("Convalmore") (Linux/5.15.139 (x86_64))
Cancel-Lock: sha1:8HWlAjn2TmZ9EStDwnNmdVQO7o4=
 by: Rich - Thu, 4 Apr 2024 21:56 UTC

Manfred Stelzhammer <manfred@antispam.at> wrote:
> Hi
>
> On the documentation from "ttk::spinbox"
> I am miss the option "-textvariable".

How so?

On my 8.6.12 install, the ttk::spinbox manpage says, in the second
sentence of the first paragraph:

The widget implements all the features of the ttk::entry widget
*including support of the -textvariable option* to link the
value displayed by the widget to a Tcl variable.

And then under "standard options" is says:

See the ttk_widget manual entry for details on the standard
options.

Proceeding to the ttk::entry manpage, it says, in the second sentence
of the first paragraph:

The value of the string may be linked to a Tcl variable with the
-textvariable option.

And under "widget specific options" it states:

Command-Line Name:-textvariable
Database Name: textVariable
Database Class: Variable

Specifies the name of a global variable whose value is
linked to the entry widget's contents. Whenever the
variable changes value, the widget's contents are
updated, and vice versa.

It is not clear how you missed this.

Re: docu ttk::spinbox

<uup4gb$1el4v$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=13241&group=comp.lang.tcl#13241

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: manf...@antispam.at (Manfred Stelzhammer)
Newsgroups: comp.lang.tcl
Subject: Re: docu ttk::spinbox
Date: Fri, 5 Apr 2024 17:14:19 +0200
Organization: A noiseless patient Spider
Lines: 51
Message-ID: <uup4gb$1el4v$1@dont-email.me>
References: <uun1pa$rqh4$1@dont-email.me> <uun7nb$t8ov$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 05 Apr 2024 15:14:19 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="d7c82f7996eb5c832da860a54d8d9517";
logging-data="1528991"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ncVQjU3u2nHKc3YN+L8JR1JW5BGqRpa0="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:O/1Nr9tueAtZY6QRHUCUWhKHj2U=
Content-Language: de-AT-frami
In-Reply-To: <uun7nb$t8ov$1@dont-email.me>
 by: Manfred Stelzhammer - Fri, 5 Apr 2024 15:14 UTC

Ok
My mistake.
I read over this.

On the documentation from the normal spinbox the parameter
"-textvariable" is listed.

Regards

Manfred

Am 04.04.24 um 23:56 schrieb Rich:
> Manfred Stelzhammer <manfred@antispam.at> wrote:
>> Hi
>>
>> On the documentation from "ttk::spinbox"
>> I am miss the option "-textvariable".
>
> How so?
>
> On my 8.6.12 install, the ttk::spinbox manpage says, in the second
> sentence of the first paragraph:
>
> The widget implements all the features of the ttk::entry widget
> *including support of the -textvariable option* to link the
> value displayed by the widget to a Tcl variable.
>
> And then under "standard options" is says:
>
> See the ttk_widget manual entry for details on the standard
> options.
>
> Proceeding to the ttk::entry manpage, it says, in the second sentence
> of the first paragraph:
>
> The value of the string may be linked to a Tcl variable with the
> -textvariable option.
>
> And under "widget specific options" it states:
>
> Command-Line Name:-textvariable
> Database Name: textVariable
> Database Class: Variable
>
> Specifies the name of a global variable whose value is
> linked to the entry widget's contents. Whenever the
> variable changes value, the widget's contents are
> updated, and vice versa.
>
>
> It is not clear how you missed this.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor