I recently registered the AlphaControl and I’m very satisfied with it.
On a first project where I needed date and time pickers, I noticed some inconsistency on how mouse wheel and keyboard commands are handled.
So far I investigated the components I needed in the first place only. Which are sSpinEdit itself and the Date and Time Picker.
| Mouse Wheel | arrow keys | Num +/- keys |
+
+
+
+
sSpinEdit | supported | supported | — |
+
+
+
+
sDateEdit | — | — | supported |
+
+
+
+
sTimePicker | — | supported | — |
+
+
+
+
I understand + / – are reserved for signing purposes in SpinEdit and CurrencyEdit, but for date and time components they can come in handy for quick adjustments
Of course I can solve all of this by modifying your code or by inheritance, but I’m sure all users will benefit from implementing these options in the codebase straightaway.
Can you please consider implementing?
Kind regards!