Re: spinbox bug?
- From: suchenwi <richard.suchenwirth-bauersachs@xxxxxxxxxxx>
- Date: Wed, 27 Aug 2008 06:28:34 -0700 (PDT)
On 27 Aug., 15:16, Hanz <h...@xxxxxxxxx> wrote:
To avoid this yet another incarnation of the octal problem, you might
just give a values list:
pack [spinbox .s -values {
00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21
22 23
}]
instead of -from, -to, -format, -increment
Thanks, yes, I tried this, but to my surprize you can see still funny
behavior around with the '09' list element, as if it is somehow still
inspected. Still, I guess this is the only solution...
If you do any arithmetic with the strings 08 and 09, you'd better
[scan] the numeric value out of them before doing that. Just spinning
over them shows no problem here.
.
- Follow-Ups:
- Re: spinbox bug?
- From: Hanz
- Re: spinbox bug?
- References:
- spinbox bug?
- From: Hanz
- Re: spinbox bug?
- From: suchenwi
- Re: spinbox bug?
- From: Hanz
- spinbox bug?
- Prev by Date: Re: spinbox bug?
- Next by Date: Re: TclX loop slow in the default case
- Previous by thread: Re: spinbox bug?
- Next by thread: Re: spinbox bug?
- Index(es):