I am upgrading from C++ BDS 2006 and LMD tools 7.12 to C++ RAD Studio XE10.1 Berlin and LMD tools 2016.6.
In BDS 2006 / LMD 7.12, after I clicked on an LMDEdit field to select it with a LeftMouseButton click, I could increment and decrement the numbers in that field by moving the mouse wheel by evoking the OnMouseWheel event. Most importantly, after the LMDEdit was selected and had focus, the mouse CURSOR did NOT HAVE TO BE ON the LMDEdit field to increment or decrement the number.
In RAD Studio XE 10,1 and LMD 2016, after I clicked on an LMDEdit field to select it with a LeftMouseButton click, I could still increment and decrement the numbers in that field by moving the mouse wheel by evoking the OnMouseWheel event. However, NOW after the LMDEdit was selected and had focus, the mouse cursor HAD TO BE ON the LMDEdit field to increment or decrement the number. My users found this to be harder to use and a definite backward step in ease of use.
Is there any way (like changing or using a MouseWheel property or method) that I could restore the mouse wheel operation from the LMD 2016 cursor HAS TO BE ON the LMDEdit field to the LMD 7.12 cursor does NOT HAVE TO BE ON the LMDEdit field as long as the LMDEdit is selected and has focus?
Thank you.
Bill Anderson
Comments