LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Front Panel View Find Home Key

In the Panel View, I am looking for an equivalent key such as Ctrl+Home to press to get me to the location of the origin on screen...Anybody know this one?
0 Kudos
Message 1 of 8
(3,352 Views)

I don't know about a short-cut key, but you can set the front panel origin with property nodes.

 

Front panel origin.png

 

The cluster should be a 0,0 constant.  Not sure where those went.  With this you can build your our key down event to position it.

0 Kudos
Message 2 of 8
(3,344 Views)

Hi Jack,

 

the [0,0] is gone here Smiley Wink

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 8
(3,341 Views)
You can use this untitled.PNG to detect Ctrl + Home.  Used in conjunction with Jack's example you should be able to get what you want.
--
Tim Elsey
Certified LabVIEW Architect
0 Kudos
Message 4 of 8
(3,333 Views)
Thanks but I am specifically looking for a means to go from my block diagram view where I have a control and switching to the panel view with Ctrl+E which take sme to where my control is on the panel view.  I want to quickly naviagte to the origin on the panel after I do this so I can drag the control to the origin where the rest of my GUI is.  Any ideas?
0 Kudos
Message 5 of 8
(3,324 Views)

Double clicking on the terminal will take you directly to the control and highlight it.  If you cannot see the panel origin, it may indicate that your block diagram or front panel is much too large.

 

Usually it is recommended that the size of the front panel or the block diagram should not exceed the size of the screen.  It sounds like you may have one or both much larger than one screen.

 

Lynn 

0 Kudos
Message 6 of 8
(3,314 Views)
Once you identify the control you want to move, you could use a property node to set it's position.  Run the code once and then delete the property node.  Then it should be on the ui for you to place.  I don't know any other way to set a controls position.
0 Kudos
Message 7 of 8
(3,297 Views)
This is what I am looking for, except in a manual mode.  I am suprised the control position is not set-able by hitting rt click properties> position... 
0 Kudos
Message 8 of 8
(3,293 Views)