Hello,
I'm starting to testing the NumericUpDown control for using in our app.
We need the situation of dynamic step values, for example at a tap the value shall change to 0.25, then 0.33, then 0.5, then 0.66, then 0.75, then 1 and so on.
I tried to do this with the valueChanged Event and set directly the next value on depending the old value. That works so far.
Now we have the problem to handle the manual keyboard input to the control. We still whant to have our value changes per buttons as it descriped above.
For example:
We enter the value 0,26 with keyboard to the control and now we want to tap on the + button and get the value 0.33, it shall not be nessesary to bring the keyboard entry out of focus for ths way of input.
A demo page is attached.
Sincerly
Christian Kurz
Hi,
thank you for the message and the example. I will try it out.
Regards
Christian Kurz
Hi,
I'm back from my holidays and I have checked your example and I did a test implementation in our app. It works so far like it shall do in my eyes. You haven't to use the ValueChanged event. Thank you a lot for your help.
Now we must look if we use it as input field in our app.
Best regards
Christian Kurz
Hi,
we have a problem with the iOS counterpart: the Tapped-Events don't raised. I have try to use a Button instead of an image with tappgesturerecognizer, but the problem is the same, the click-event don't raised. How we can solve the issue?
P. S.: The same is on the example-project.