I am designing an application to use as an interface for the multimedia pc. I am looking for ways to do day/night mode. I think the simplest way is to put 2 sets of data on one each page, one of day and one for night and when clicked on a button (or when the time changes on the computer), I want it to show one set and hide the other set.
Since it will have multiple pages, I would like to set all of them to load day or night depending on a global variable (Boolean). How would I go about doing that? I think it's right under my nose but I can't seem to find it. Also, the last time I coded a program was back in 2000 so my brains are not where they should be.
Thanks for your help.
Lwin
Since it will have multiple pages, I would like to set all of them to load day or night depending on a global variable (Boolean). How would I go about doing that? I think it's right under my nose but I can't seem to find it. Also, the last time I coded a program was back in 2000 so my brains are not where they should be.
Thanks for your help.
Lwin
Comment