From: Tony C. <cap...@gm...> - 2007-11-15 17:45:33
|
Thanks Neil! That is odd- I've created on_MySpinBox_mouseDown andon_MySpinBox_mouseUp handlers, but they are not called when I click on the up/down arrows > mouseDown > textUpdate > mouseUp > mouseMove > > so you could use: > > def on_Spinner_textUpdate(self, event): > print "Spinning..." > > but unless you are keeping track of the spinner's value before and after > the textUpdate it does not look like you can tell whether you > are...er...spinning up or down. > > Regards > -- > XXXXXXXXXXX > > |