cancel
Showing results for 
Search instead for 
Did you mean: 

Save choice Radio Button

ABIZO.1
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
Osman SOYKURT
ST Employee

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

Osman SOYKURT
ST Software Developer | TouchGFX

View solution in original post

2 REPLIES 2
Osman SOYKURT
ST Employee

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

Osman SOYKURT
ST Software Developer | TouchGFX
ABIZO.1
Associate II

Thank you ! I find the solution.