LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

all objects property node and grouped objects

Solved!
Go to solution

Hi

 

I am trying to position a the objects on my GUI in the centre of the screen using property nodes. However, I do not want to have to have a property node for every decoration, image and control. Is there a way that I can group all the objects and then use a property node to position them? I have tried using the all objects property node but none of the indexes seems to apply to my group of objects.

 

Help please!

 

Many thanks.

 

John

 

p.s. i have uploaded my test vi's. The chart, decoration and exit button have been grouped. use the control on check.vi to set the object to move. 

Download All
0 Kudos
Message 1 of 4
(3,339 Views)
Solution
Accepted by topic author eichlerjw

Tab pages are a nice way to group GUI objects.

 

Instead of using a decoration,

 

  • use a tab control

 

  • Remove all but the first tab

 

  • Hide the tab

 

  • Set the proprties of the tab control and the control on that page will move, hide, show along with the tab control.

 

I hope that helps,

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 4
(3,325 Views)

nice idea! Hopefully, I can use a property node to control the position of the tab page.

 

cheers

 

John 

0 Kudos
Message 3 of 4
(3,320 Views)
sorted! many thanks. John
0 Kudos
Message 4 of 4
(3,312 Views)