05-29-2017 09:27 AM
How i can scale multi objects with pane, with a vertical splitter Bar ?
This is my example:
After that I no longer have the right to do this for other objects.
Thank you .
05-29-2017 09:36 AM
05-29-2017 09:46 AM
I have already seen this solution, but as you can see that they used only one object and in my case there are many objects
05-29-2017 07:16 PM
So then make multiple panes, where each object is in a pane. Working with panes in LabVIEW is a...pain. But the alternative which is possible, is to trigger an event on each window resize, and then using property nodes reposition, and resize the controls. This gives you the best flexibility, but obviously is more work. You can do a lot with panes so I'd suggest looking into some of the well designed UIs that use it, and then if you are certain it won't work for you, go the more manual route with events.
You've probably found the feature in a VI that allows for scaling all front panel objects with the window. This works okay if you start with your smallest UI, then grow it, and don't shrink smaller than the start (VI settings can set minimum window size) but even this is never perfect.
There was also a presentation given at NI Week on resizing UIs but I can't seem to find the content yet.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
16 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord