I wrote a program a while back to control some instruments and yesterday I went in to make a couple small changes (install a popup window as the program starts). After I was finished, as near as I can tell, the source code and the .uir were no longer "in synch" as certain commands were updating the wrong variables in the .uir file. For example, one of the control buttons is supposed to be dimmed when another button is pressed, but instead a totally unrelated control was dimmed. I fixed it by copying one of the controls in the .uir file, pasting it, saving over the old .uir, deleting the new control and saving again. I don't really understand what happened or why this should have worked. Has anyone else out there experienced anythi
ng similar, and do you understand what happened? I'm pretty much teaching myself programming as I go, so any input would be much appreciated.
-John