01-18-2004 06:13 AM
01-18-2004 06:22 AM
01-26-2004 05:23 AM
06-22-2017 09:01 AM
Jumping forward 13 years, and I'm attempting to do the same thing but the FP.Origin property doesn't seem to exist in a VI Property Node that I can find. I did find FP.WinBounds which doesn't seem to control where the GUI objects and FP Origin are relative to the window, but rather where the window is on the display screen. The other one is FP.PanelBounds which has members Left, Top, Right, Bottom. I used that to set Top and Left 0 and Right and Bottom to the sizes appropriate for my display resolution. I thought that should put the FP Origin to 0 without having to use scroll bars manually. Also, if you use the VI reference to make a VI property node, then select the Panel property and use that reference to make a Panel property node, then there is another "Position" with Left, Top members. No dice. Finally, I went ahead and made a VI property node and used the FP.Resizable to true, then mucked around with all these properties, and then later in the flow set FP.Resizeable back to False... and no luck. Basically, if I use the scroll bars during edit mode to move the FP GUI around, say move the origin down and right 50 pixels... then I can't seem to get it to programmatically move back the Origin to window 0,0. Anyone know how to do this in modern days (LV2017, 13 years past this original post's answer)?
06-23-2017 06:33 PM
The origin is now set on a per front panel pane basis: