The frontpanel editor of LabVIEW is suboptimal.
It's not possible to create frontpanels which resizes well when resizing the application window.
I need a feature which every classic programming language supports (C#, Delphi, ...): The definition of align (and anchors) of every frontpanel element including the decoration elements.
In LabVIEW there is only a very bad VI setting to resize/scale the frontpanel, but I don't know anyone who likes this behavior.
Maybe later I'll post some screenshots but now a few examples without screenshots.
Examples for anchors
I want to place a firm logo in the top right corner of the frontpanel. Now there should be an option to set the anchors "top" and "right" to "true" and "left" and "bottom" to false". Now the logo must have a constant size and a constant relative position from the top and right side when resizing the application window.
Or let's take a table:
If I set its anchors "left", "top" and "right" to "true" ("bottom" is "false") the width of the table will be increase when increase the width of the frontpanel. Changing the height would not affect the table, because the anchor of "bottom" is "false".
Example for align
I want to define a section on the frontpanel to show some status information. If I set "align" to "bottom", the section (maybe a decoration rectangle) should stick to the bottom of the frontpanel. And the width should be the same as the one of the frontpanel.
Align is not as important as the anchors feature because you can replace the align behavior with anchors.
If you set the anchors of the rectangle to "left", "bottom" and "right" ("top" is "false"), the rectangle also stays at the bottom if it was placed there in the frontpanel.
I hope the explanation is clear. If not please tell me. I'll try to make some screenshots.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.