Implementing Multiple Themes
always-learning
Posts: 5
What is the best way to implement multiple UI's for a panel - I know this is mainly done with code - but how exactly does it work. Do I load multiple TP4's on the controller and the code implements the right one? What is the best course of action for this.
0
Comments
But a simple method would go something like this.
You make a touch panel with a popups with only buttons, no background image or color. Then you create several pages of different color/graphic schemes. Then in code when you call up a page on a panel you look at which scheme that panel is supposed to be on. So for example you might send the panel a command based on that
And for example..
MainPage1 might be your default
MainPage2 might be kids design
MainPage3 might be birthday
MainPage4 might be Summertime
Etc...
You can also change button graphic schemes via button colors or Using different chameleon or icon graphics on the fly.
Hope that helps