simply change pages screen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-22 11:32 AM
When a condition is validated, for example clicking in the middle of the scroll whell (flag == 1), how to change page, I can't do it? I've tried several things but I can't find anything explicit and clear in the posts or tutorials.
Solved! Go to Solution.
- Labels:
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-22 12:08 PM - edited ‎2024-02-22 12:09 PM
Hello
Just add to some of your screen interactions for changing screen - Screen x for all necessary screens. Its not needed to put any trigger to those interaction.
Then generate code and check generated function names from FrontendApplicationBase.cpp file. Then just call those functions from your switch-case structure.
Check my earlier answer here, maybe its enough clear:
Br JTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-22 12:08 PM - edited ‎2024-02-22 12:09 PM
Hello
Just add to some of your screen interactions for changing screen - Screen x for all necessary screens. Its not needed to put any trigger to those interaction.
Then generate code and check generated function names from FrontendApplicationBase.cpp file. Then just call those functions from your switch-case structure.
Check my earlier answer here, maybe its enough clear:
Br JTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-22 12:57 PM - edited ‎2024-02-22 12:58 PM
Many thanks :grinning_face:
