Problem with Tkinter scrollbar callback

Russell E. Owen rowen at cesmail.net
Fri Jan 25 19:49:16 EST 2008


In article <mailman.1056.1201219091.896.python-list at python.org>,
 "Ivan Van Laningham" <ivanlan9 at gmail.com> wrote:

> Hi All--
> That helps.  Doing a get() on the scrollbar before a set(0.0,0.0)
> returns a 4-tuple:  (0.0, 0.0, 0.0, 0.0)  !  I did the set(0.0,0.0)
> and now the callback gets the correct number of arguments.
> 
> However, I'm still getting the weird behaviour when clicking the
> arrowheads--and the heads are all I want.  They act like they've been
> set to a keybounce timeout of about a millisecond. ...  The arrow
> click increments the number of cells in a table row (effectively), and
> it shoots up from 5 to 26 columns almost instantly (that's the
> internal max I set).

Is the scroll bar's repeatinterval set to a reasonable value?

-- Russell



More information about the Python-list mailing list