06-07-2010 02:11 AM
Hi,
I have to change the representation of a group of controls.
Is there an option to change them all together? Or should I change them all individually??
Thanks
06-07-2010
02:19 AM
- last edited on
06-09-2025
04:01 PM
by
Content Cleaner
Make a strict type definition of the control.
06-07-2010 02:24 AM
They are all different controls. with their own data entry, label, caption.
They should all change to I32 now.
I would like to select all of them and then choose change representation.
But I don't think it is an option...
06-07-2010 03:23 AM
Then you should have made a strict type definition of the control. In opposite to the strict type definition, this allows to set individual data entries for each occurence of the control... without loosign the ability to change the representation off all occurences at once by editing the type definition.
06-07-2010 05:31 AM
It works for me. I created six numeric controls, selected all of them, right-clicked and selected Properties then changed the representation.
What happens when you do this?
(LabVIEW 2009)
06-07-2010 05:45 AM
I should have mentioned I'm still using Labview 8.
I see they solved this in LV9.
Thanks for your reply.