08-15-2020 04:06 AM - last edited on 08-21-2020 09:20 AM by Kristi_Martinez
My keydown event is done like this to register 0-9 button and the delete key from keyboard.
08-15-2020 08:14 AM
08-15-2020 08:50 AM - last edited on 08-21-2020 09:23 AM by Kristi_Martinez
Can you try to show how to handle that + as Add case ? I know that ASCII for + is 43 but how to make the case behave like this ? Because it seems like I need to do it in new key down case.
08-15-2020 08:59 AM
Thank you for your help. I will proceed with key navigation with F1, F2 ... for each of the case.
08-15-2020 03:22 PM
Hi tan,
using the F keys is not very intuitive...
You already know how to catch keypress events. You already know how to handle certain conditions like the Delete key. All you need is to handle other conditions like + or *...
As said before: a proper VI design would help you much. What about an event driven state machine?