cancel
Showing results for 
Search instead for 
Did you mean: 

How to switch screen from model.cpp?

manto.1
Senior

The question was already asked but still not answered.

I was trying to use:

application().goto() functions but unsccesful.

https://community.st.com/s/question/0D53W00000xqBlLSAU/how-can-i-switch-screen-from-model-class-in-response-to-external-event-backend-event

2 REPLIES 2
Romain DIELEMAN
ST Employee

Hi,

It is not possible at the moment (actually I think a user on the forum shared his workaround but cant seem to find it). What are you trying to do exactly ? Same thing as the post you shared ? In his case what i would recommend is just to implement dummy transitions in one of the screens to generate all the application.goto() functions needed and add a function receiving the hardware input (see backend communication article) which then calls the relevent screen transition. You'll have to implement that same function in all screens of your project (we are aware this is annoying and are working on it ��).

/Romain

ssipa.1
Associate II