TouchGFX change button text
Hello, I try to do my own keyboard.
My idea: when click on shift button (red a, btnShift) i want replace big letters with small. All buttons are FlexButton
Can I use the Action Execute C++ code ?
like this:
btnA.setText(TypedText('a'));
but not woking now :(

