cancel
Showing results for 
Search instead for 
Did you mean: 

Go to a view from Model without using modelListenner

Professional
Senior

Hello

to go to a view i call a function DISPLAY_MYVIEW that do the following :

application().gotoMyView();

(application is defined as FrontendApplication& application())

I want to display the MyView screen with a call from the model (on an external event; whatever is the screen currently shown)

For that i don't want to call a virtual function from modelListenner: it would mean that have to define in each view and presenter the function DISPLAY_MYVIEW.

Is it possible

thanks for any support

best regards

2 REPLIES 2
Martin KJELDSEN
Chief III

Hi @Professional​,

I believe i answered this question in another post for you, right?

Yes thank you !