06-11-2008 01:55 AM
Hi cheyne,
create for every button or other control, which can the user change, an event in your event structure. If i press the cancel button, nothing happens, because there is no event registerd in the event case and so the loop can´t stop. To store "old" values to which you can change back, create a new shift register and write these values into it. If you then press the "Cancel" button you can write these value to the other shift register.
Mike
06-11-2008 03:26 AM
06-11-2008 05:52 AM