my aim is to have buttons on a map, by which the user can change say the colours of the buttons, or even better still change the button to a different button, i.e red, green and blue.
However there are many buttons on the map, But i need some way of storing the information. So the next time the user launches the map, the button changes will still be in place.
This cannot be using cookies, as many people will have access to this through a network, it will not be online but on an intranet for employees.
Can anyone give me an idea into how this can be done.
My first thought on the subject was maybe a text file. The text file could have a list of all buttons, st1, st2, st3, st4 and so on, and have maybe some sort of variable that holds its instance or colour properties. This is then saved on exit of the projector, so the next time the projector launches, those values are retrieved, all sounds good, but can this be done ???
Please advise and better still an example would be wonderful.
Trev