I was experimenting with the OOP capabilities in Labview 8.5, and ran into a problem when I added an item to the "Cluster of class private data".
What I was hoping would happen is that the change would be
automatically implemented in all methods that access this data
cluster(thus, saving a significant amount of time in cases where a data cluster is accessed by lots of different functions).
Instead, I got an error message "Control VI has unapplied changes". I deleted the new item from the data cluster, but the message remained.
How do I apply the changes?