v_kewl
21st January 2011, 13:55
Hi,
How we can capture the Mouse Wheel Event (i.,e mouse scroll button).
Regards,
Gaurav
Hitesh Shah
21st January 2011, 19:05
try choice sections next.halfset , prev.halfset , next.set,prev.set etc.
v_kewl
24th January 2011, 09:39
Hi Hitesh thanks for your reply, but I think this suggestion will not work for me. Because actually I want to capture whether the events for NEXT.SET or PREV.SET ..etc.. are been triggered by the keyboard or the mouse wheel.
mark_h
24th January 2011, 16:07
I think that is what hitesh is saying - put the program in debug mode and see which event gets triggered. As far as I know the mouse wheel will not trigger any event - but I am on 4c4.
v_kewl
25th January 2011, 08:10
Hi Mark,
Its trigger NEXT.SET or PREV.SET events based upon scrolled up or down from mouse wheel.
NirajKakodkar
25th January 2011, 10:14
I think you can alternatively use
Scrollbar select event
EVTSCROLLBARSELECT
evt.scrollbar.action( event )
The action causing the event can be SBUP/SBDOWN
Mouse wheel up can be considered as event SBUP
and mousewheel down can be considered as SBDOWN
mark_h
25th January 2011, 16:04
Hi Mark,
Its trigger NEXT.SET or PREV.SET events based upon scrolled up or down from mouse wheel.
Yes - you all are correct. I do know for a fact at one point in time the mouse wheel would not work for us while in baan. That went on for a while - not sure what ever fixed it.
v_kewl
26th January 2011, 06:41
Hi Niraj,
SBUP/SBDOWN is not getting triggered in case of mouse wheel scroll up/down. Do u have any code related to this ?
Thanks
Gaurav B
NirajKakodkar
29th January 2011, 06:10
No Gaurav, I dont have any code where in I used mouse wheel events.
Will try to use the same whenever I'll find time, but ideally it should trigger SBUP and SBDOWN on mouse wheel events too, but not sure why its not getting triggered.
v_kewl
31st January 2011, 08:44
Thanks Niraj and Mark for you response.
Still issue is not solved. I think I have to do some more RnD.
Regards,
Gaurav B