LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Locking the visable portion of the Front Panel

So in VI properties I can select my Window appearance, and the location (full screen, centered, etc) of the window.  I can't find a way to lock the visable portion of the FP when my VI is run.
  In otherwards, it is usually offset to the side such that some of my controls and indicators are off the screen.
 
advice please??
 
thanks, Kevin
0 Kudos
Message 1 of 6
(4,214 Views)

Can you upload an example screenshot?

Also, be sure to disable the scrollbars.

My best guess for the moment is that you are programmatically setting the origin property (e.g. to 0,0) when you run the VI and that some of your controls don't match that.


___________________
Try to take over the world!
0 Kudos
Message 2 of 6
(4,211 Views)
I haven't seen any such options as 'origin property'.  Here is a screenshot; very basic. 
0 Kudos
Message 3 of 6
(4,202 Views)
Hi catsh:

the property is:
VI.Front Panel.Pane.Origin (on LV 8.x)
VI.Front Panel.Origin (on LV <8.x)


Ton

Message Edited by TonP on 07-03-2007 08:19 AM

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 4 of 6
(4,172 Views)
Hi catsh16,

have you tried to hide window scroll bars and to disable window resizing in the window appearance properties? No need for pinning the origin of the window in a polling/pushing loop!
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 6
(4,161 Views)

Tom P,

  Thank You,  This is the correct Answer!!

for anyone in the future, you need to create a property node, right click, then go to 'select class' to find the specific types (eg VI, Pane, etc.);  and change the origin property to 'Write'

0 Kudos
Message 6 of 6
(4,134 Views)