Tkinter slide question

David Stokes tdc0331 at hti.com
Tue Jun 29 11:55:55 EDT 1999


I'm trying to implement a slide to control how often a function restarts
but it appears that I'm not getting the result back from the 'variable'
variable.  Could some kind soul out there on the proper way to read the
slide 'position'?

Code snipit:
Scale(label="Rescan",variable=self.yspeed,orient=HORIZONTAL,).grid(column=0)

currently returns PY_VAR12 instead of the slider value.


Thanks!





More information about the Python-list mailing list