11-14-2003 09:37 AM
I set controlID in the command to the control ID of the first item in the column that I want to populate and the Control ID's increase by one as you move down the column. The '+ i' takes care of moving down the column.
When I first made the GUI, I drew the text message controls in the order I wanted them to get the sequential control ID order. A few times I have had to change some of the properties of the text message controls and when I resave the GUI, LabWindows reassi
gns the control ID's and sometimes the order of the ID is not sequential. When this happens I end up having to redraw the entire GUI and I'm getting tired of doing that. I have tried editing the .H file associated with the .UIR file but no matter what I do the out of order sequence is somehow preserved. If I resave the GUI and look at the .H file, the out of order sequence of the control ID's are there. How can I fix this?
11-14-2003 10:33 AM
11-17-2003 02:14 PM
11-18-2003 07:30 AM
11-23-2003 05:36 PM