Re: [Gambas-user] Spinbox scroll when mouse is not over control

2012-10-24 Thread Fabien Bodard
2012/10/21 abbat : > > HI, > Is it possible to scroll spinbox but mouse cursor is not over control? > > Thanks ??? just increment or decrement the value with the step value. spinbox.value += spinbox.step > -- > View this message in context: > http://old.nabble.com/Spinbox-scroll-when-mouse-is-n

[Gambas-user] Spinbox scroll when mouse is not over control

2012-10-21 Thread abbat
HI, Is it possible to scroll spinbox but mouse cursor is not over control? Thanks -- View this message in context: http://old.nabble.com/Spinbox-scroll-when-mouse-is-not-over-control-tp34583336p34583336.html Sent from the gambas-user mailing list archive at Nabble.com. ---