08-15-2006 06:44 AM
Is it possible to change programmatically the size of Progress Bar Controls in a Front Panel? For example, I want to control four Progress Bars’ size to ensure their dynamic overall size ratio based on a certain rule, whilst they are also indicating their own progresses, respectively.
08-15-2006 06:59 AM
Use the POSITION property to set the LEFT and/or TOP pixel coordinates.
Use the HOUSING SIZE property to set the WIDTH and HEIGHT you want.
For reasons I'm not sure of, you cannot write to the BOUNDS property, though that would make the most sense.
I suppose it's because that the BOUNDS is actually dependent on the HOUSING SIZE - if you change the HOUSING SIZE, the BOUNDS changes as well.
Blog for (mostly LabVIEW) programmers: Tips And Tricks