2022-11-24 12:23 AM
Hello,
I have a TouchGFX project with a STM32F429DISCO board. On my home page I have 3 radio button and there are all in the same RadioButtonGroup. But when I go in other screen and I come back to my home page, the choice of radio button is reset.
How to fix it ?
Thanks for all
Solved! Go to Solution.
2022-11-24 06:50 AM
Hello ABIZO.1,
You need to save the values of your 3 radio buttons when you change screens, so when you come back you'll reapply them. I invite you to follow our Tutorial 3 in our website, in which we talk about saving datas and the Model-View-Presenter pattern we use for TouchGFX projects.
/Osman
2022-11-24 06:50 AM
Hello ABIZO.1,
You need to save the values of your 3 radio buttons when you change screens, so when you come back you'll reapply them. I invite you to follow our Tutorial 3 in our website, in which we talk about saving datas and the Model-View-Presenter pattern we use for TouchGFX projects.
/Osman
2022-11-24 07:06 AM
Thank you ! I find the solution.