In article <[EMAIL PROTECTED]>,
 "Ivan Van Laningham" <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to