Is it possible to launch a view from model whatever is the current view
Hello, i had no response to that question
How to go to a view from Model without using modelListenner
to go to a view i call a virtual function from modelListenner DISPLAY_MYVIEW that do a call to presenters, and then to views (that then do application().gotoMyView(); )
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
