2023-03-07 05:59 PM
If each screen shares a function or control, such as a hover button (used in both screen0 and screen1), the function of the hover button in screen0 must be the same as it is in screen1; Switching screens does not free up resources; What's the best way to share a function?
2023-03-08 12:08 AM
Custom containers usually is the solution to have the same code to be used in different screens.
/Romain
2023-03-08 11:03 AM
maybe a customcontainer can provide what you are looking for? i used it for things i need on different sceens
2023-03-09 01:44 AM
thank you for answer, I put the controls in the model so that they can be shared across different screens and keep state information
2023-03-09 01:44 AM
thank you for answer, I put the controls in the model so that they can be shared across different screens and keep state information