LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Control Size adjustement

Hi,
I have to arrays, one of clusters, another one of strings, which are
used to name the lines of the array. I want to show the two array in
parallel and so the height of the elemnts of the two arrays have to be
the *same* size. When I change the height with the mouse tip this is not
accurate enough and so I need many tries to reach my goal.

Is there a way to use the scrolls or arrows to change the heigth (or
width) in a way like I can move around controls?
(during development, not programatically)

Thanks
Urs Bögli
0 Kudos
Message 1 of 6
(3,005 Views)
You can select both elements and then look at the FP toolbar. The buttons in the middle are for organizing FP control and one is for resizing. If you click it you will find the bottom left option which will allow you to specify an exact size (as long as this isn't something that's dependant on font size).

___________________
Try to take over the world!
Message 2 of 6
(2,998 Views)
Hi Urs
 
I would do it like this:
 
1. Create the cluster on the frontpanel and use the grid to size it (set AutoSizing none)
2. Place a string control on the frontpanel and use the grid ot size it the same dimensions as the cluster
3. Put both controls in an array and voilà - they have the same size.
 
Hope this helps.
 
Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 3 of 6
(2,994 Views)

Great tst

I always forget this possibility and do it the 'old school' way Smiley Very Happy

Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 4 of 6
(2,991 Views)

Hi Urs,

the simplest thing to do would be this.

Select your Cluster and string element inside the array ( you can do this by pressing shift key and clicking on each with position/size/select tool)

Now in the tool bar(below menu bar, the one on which you have run button), you will find a option resize objects-> maximum width and height. (look at pic attached)

Click on it

Hope this helps

Regards

Dev

 

0 Kudos
Message 5 of 6
(2,985 Views)
tst schrieb:
> You can select both elements and then look at the FP toolbar. The buttons in the middle are for organizing FP control and one is for resizing. If you click it you will find the bottom left option which will allow you to specify an exact size (as long as this isn't something that's dependant on font size).

Hi tst,

I justed wonderes two hours what this 3rd package is for which I've
never tried to use yet :-))

Thanks
Urs
0 Kudos
Message 6 of 6
(2,978 Views)