Re: spinbox bug?



Hi suchenwi,

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...

Cheers, Hans
.