Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MouseWhell on Checkbox
Message
From
27/05/2021 06:09:38
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01680774
Message ID:
01680781
Views:
48
Likes (1)
>>>>Hi Everybody,
>>>>
>>>>I have an odd behaviour with mouswheel
>>>>if I select a checkbox, point the mouse over the checkbox and turn the mousewheel, the checkbox toggles. Could somebody confirm this?
>>>>
>>>>Thanks
>>>>Lutz
>>>
>>>Confirmed.
>>>I think that this is the default behavior.
>>
>>Ouch.
>>Bit of dangerous with checkbox in grid.
>
>I don't know what will happens if you put NODEFAULT in MouseWheel event of the checkbox.

Okay, in addition to my former message, a NODEFAULT is only half the work. I changed to:
LPARAMETERS;
 tnDirection,;
 tnShift,;
 tnXCoord,;
 tnYCoord

THIS.PARENT.MOUSEWHEEL(m.tnDirection,m.tnShift,m.tnXCoord,m.tnYCoord)

NODEFAULT
Then the scroll of the column - or whatever container - will run.
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Reply
Map
View

Click here to load this message in the networking platform