04-21-2010 09:36 AM
Have a look at the attached image...I'm attempting to temporarily change the UI panel color to red temporarily if the user selects a bad value. I'm not including anything but the color changing aspect of it. Anyway, what I've got working so far is a flat sequence with a wait timer in the first sequence, which changes the screen red for 1 second. The last sequence changes the color back to gray. Is this the best way of doing this? -Mike
04-21-2010 10:19 AM
KSU Flyer wrote:Have a look at the attached image...I'm attempting to temporarily change the UI panel color to red temporarily if the user selects a bad value. I'm not including anything but the color changing aspect of it. Anyway, what I've got working so far is a flat sequence with a wait timer in the first sequence, which changes the screen red for 1 second. The last sequence changes the color back to gray. Is this the best way of doing this? -Mike
The second frame of the seq structure is not required since data dependancies prevent it from running until after the firs is done but aside from that minor point that looks fine.
Ben