Hi!
Problem 1:
This is what I want to do:
I have two boolean controls, both has modes ON/OFF. If switch 1 is ON switch 2 should always be OFF but if switch 1 is OFF, switch 2 should can be ON or OFF. So, no problem with doing this right? Well, I also want switch 2 to remember what mode it was in if I go from On to OFF on switch 1.
Problem 2:
I have a "Exit" item in my menu and a local variable "Stop" (which comes from a STOP button). When the Exit menu event fires, it sets the local variable to true and the while loops should stop. It works fine except that I have to select Exit in the menu twice?? Hmm.
Huge thanks in advance,
/Thomas