2022-02-10 05:45 PM
I am wondering if there is a mechanism to transition to a different screen based on the item selected on a scroll list control (Widget) and also pass information regarding the item selected or the index of the scroll list item selected or is there a mechanism to do screen transition from a virtual function handler?
Thanks,
Yogesh
Solved! Go to Solution.
2022-02-15 08:21 AM
Hello again,
I just created a very simple project that enables me to switch from Screen1 to 4 different screens, with a ScrollList composed of 4 items. I will join this project to this post.
To explain quickly the most important points :
Let me know if that helped you, or if you need more informations.
/Yoann
2022-02-11 11:34 AM
Any thoughts Toucgfx team?
2022-02-14 11:16 AM
one last time and see if the touchgfx team has the time to respond to this question or point me to a link if this question has already been answered before?
Thanks,
Yogesh
2022-02-15 05:18 AM
Hello @Yogeshk ,
There are several examples you can use to help you switching to another screen, after selecting a particular item in a ScrollList.
For instance, the "Scroll Wheel and List Example" in TouchGFXDesigner shows how to update an icon on the screen, which will be different for each item selected in the list.
If you wanna change the screen programmatically, there are also many posts on the forum which might help you, like this one for example : https://community.st.com/s/question/0D50X0000A1mbq6SQA/changing-screen-programmatically
Hope that this helps,
/Yoann
2022-02-15 08:21 AM
Hello again,
I just created a very simple project that enables me to switch from Screen1 to 4 different screens, with a ScrollList composed of 4 items. I will join this project to this post.
To explain quickly the most important points :
Let me know if that helped you, or if you need more informations.
/Yoann
2022-02-16 12:12 PM
Hi Yoann,
Thanks so much for taking the time to respond and writing a detailed response with an example as well :). I greatly appreciate it. I will take a look and let you know if I have any follow up questions.
Thanks,
Yogesh