From: Hidetoshi NAGAI Date: 2006-02-24T15:10:00+09:00 Subject: Re: Tk horizontal scrollbar infinite loop From: "Chris" Subject: Tk horizontal scrollbar infinite loop Date: Fri, 24 Feb 2006 14:38:32 +0900 Message-ID: <1140759195.727301.113060@z34g2000cwc.googlegroups.com> > The code below is the simplest code that reproduces the problem. > Namely, when run, I see my window and scrollbar flicker rapidly, > apparently between two different sizes. Hmmm.... It may be the trouble on your Tcl/Tk. At least, I couldn't reproduce your problem on my linux box. Could you report me the result of the following Tcl/Tk script? ------------------------------------------ frame .f scrollbar .f.sb -orient horizontal pack .f.sb pack .f ------------------------------------------ -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)