STM32F746G-DISCO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-25 8:05 AM
Hi
How to change Alpha in "Text Area" with external button?
best regards
Andrzej
Solved! Go to Solution.
- Labels:
-
STM32F7 Series
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-26 1:30 AM
Thank you very much.
best regards
Andrzej
