2022-11-14 01:31 AM
i simply create a application with a label button, container with two radio button shown below
actually what i want is when i click the button show the container (do it with interaction and virtual function calling)
container.setvisible(true)
container.invalidate
works well
at the same time when i select any of the radiobutton ,the text of the label button have to change corresponds to the resources added (do the same in touch gfx text example)
2022-11-14 01:35 AM
something shows like GB was not declare in this scope
dont understand what it mean
code
2022-11-14 02:34 AM
i include c++ code when lebel buton clicked and run simulator its working, but i call new virtual function when button clicked(shown above) and copy the same line in c++ code doen't work it shows GB OR MK not declared in this scope
how i can fix
2022-11-14 02:36 AM
ineractions
it works fine
but it doesn't work
2022-11-16 06:13 AM
Hello @MA.2 ,
I think what's missing is the correct include.
#include <texts/TextKeysAndLanguages.hpp>
/Osman