TAdvSmoothCalculator

Hello,

v1.4.0.0

I am not sure what I am doing wrong.
I have a TAdvSmoothCalculator on a panel.
If I click the left mouse button on the control focus does not shift to the control so the keyboard can be used.

Clicking the buttons on the TAdvSmoothCalculator works but I want to use the keypad.

If I tab to the calculator the TAdvSmoothCalculator gets focus and the keypad works.

Ideas?

Thanks,

Mark

Hi, 


We have fixed this issue here, the next version will address this.
Is there a line or two of code I can paste in the version I have to correct this issue?

Yes, 


You can add SetFocus; at the beginning of the MouseDown implementation.

Thanks, that was what I suspected.