I have a program that updates an indicater (Boolean Array) This indicator is used to trigger numerous boolean controls on the front panel programmatically. When I try and detect the change in the event structure the whole thing hangs. I was hoping to replace the outdated polling method , because I have 50 + Boolean controls representing sections of pipe which light up when true... But it looks like I'm stuck ... any ideas >?