I am having a problem with disabling and enabling a text ring control. I have my program running in a while loop. The while loop is dependent on a button on the front pannel. I would like the text ring control disabled to the user when the while loop is running and I would like it enabled when the while loop is done executing. I am using the Disabled Attribute node set to 1 in the while loop and set to 0 when outside the while loop. This works fine in development mode but when I build an application using application builder the text ring is always disabled.
Thanks