2020-11-25 08:05 AM
Hi
How to change Alpha in "Text Area" with external button?
best regards
Andrzej
Solved! Go to Solution.
2020-11-25 11:28 AM
Simply create interaction with call code
textArea1.setAlpha(80);
and use assign to button as i describe here https://community.st.com/s/question/0D53W00000IWYtESAX/touchgfxhow-to-use-the-trigger-hardware-button-is-clicked
2020-11-25 11:28 AM
Simply create interaction with call code
textArea1.setAlpha(80);
and use assign to button as i describe here https://community.st.com/s/question/0D53W00000IWYtESAX/touchgfxhow-to-use-the-trigger-hardware-button-is-clicked
2020-11-26 01:30 AM
Thank you very much.
best regards
Andrzej