Can we change changeToStartScreen be changed dynamically?
Hi All,
I have a set of 10 screens in my project and I want 9th screen to be displayed as startup screen after performing a particular job say xyz as startup screen.
Lets say 9th screen shows the result of job xyz.
and job xyz results in reboot.
Is there a way to display 9th screen as startup screen only when job xyz is performed?
As of now I have set screen 1 as startup screen and that takes priority than screen 9.
Can changeToStartScreen() be changed dynamically?
How do I prevent screen 1 coming up as startup screen after reboot of performing job xyz?
Can changeToStartScreen() method be overwritten in model.cpp?
Thanks & Regards,
Please guide.
