Question
How to change to the previous screen
Hi,
I want to do something like this:
1) receive button input from touchGFX
2) execute operations to be processed
3) switch to the previous screen or a specific screen.
I run it as below, but the same screen appears.
void bookScreenOperView::operOKFunction()
{
//report to presenter and update text
presenter->userSetOperOK();
bookScreenOperView::tearDownScreen();
}
How can I solve this problem ?
Best regards,
