2019-02-26 12:16 AM
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
2019-03-06 08:31 AM
Hi @Professional,
I believe i answered this question in another post for you, right?
2019-03-06 10:45 PM
Yes thank you !