Go to a view from Model without using modelListenner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Labels:
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-06 8:31 AM
Hi @Professional​,
I believe i answered this question in another post for you, right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-06 10:45 PM
Yes thank you !
