08-22-2012 02:27 PM
This was reported to R&D (CAR # 367463) for further investigation.
BTW - The reference to CAR 323101 should actually be CAR 323332, which is fixed in LabVIEW 2012.
08-22-2012 04:05 PM
@Ravens Fan wrote:
That should work as long as you have unique labels for all of your controls. No unlabeled controls and no controls that have the same label such as two called "Temperature".
Actually since the comparison is to the label reference and not the value of the label, this should be a fairly reliable workaround (working for both unlabelled and duplicate labels). Alternatively, you could use the UID of the control instead of the label.