Re: [Gambas-user] DateChooser mouse_scroll

2014-11-24 Thread Charlie
I'm not quite sure what you are needing help with but maybe the attached will help as your query got me thinking. DateChooser.tar -- View this message in context: http://gambas.8142.n7.nabble.com/DateChooser-mouse-scroll-tp49313p

[Gambas-user] DateChooser mouse_scroll

2014-11-20 Thread abbat81
Hi in DateChooser control, as I think it must be fixed a vector of scrolling. Scrolling_UP_Month = Scrolling_UP_Day Scrolling_UP_Month -= 1 Scrolling_UP_Day-= 1 Scrolling_DOWN_Month += 1 Scrolling_DOWN_Day+= 1 Or invert. -- View this message in context: http://gambas.8142.n7.nabb