Question
move between variables in touch gfx using pushbutton.
Hi
I have 10 variables(wildcards) on the screen and 4 pushbuttons(up,down,left,right). I need need to move between them and the chosen number become red. I know how to send variables and flags from the backend to the view through the MVP. my question is how to write the code for moving and changing the color of vars in the screen view?
I would appreciate any help. thank you in advance.