Save choice Radio Button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
STM32F4 Series
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-24 6: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
ST Software Developer | TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-24 6: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
ST Software Developer | TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-24 7:06 AM
Thank you ! I find the solution.
