2021-05-26 08:34 AM
I am trying to find a solution to this problem: how to call a general error screen (application hardware failure) from my RTOS code without having to do it in the code of each screen ?
Thanks for any clue or solution
2021-05-27 06:58 AM
I have a similar requirement where I need to create a modal window for almost every screen, each having large number of interactions. Although UI elements can be copy pasted, their interactions cannot, making the whole process cumbersome and unintuitive