User | Kudos |
---|---|
8 | |
6 | |
4 | |
3 | |
2 |
When using a program we all expect the UI to be resizable and to remember it's size and position.
Graham Beauregard made and excellent blog post in the UI Interest Group about Resizable UI’s in LabVIEW.
That helps to address how to make your front panel resizable...BUT...
It's a pain storing the size and position and restoring it as soon as the application starts without the user seeing it jump and resize.
Unless there's a better method that I'm not aware of, you have to store the size and position in a config file somewhere, then read the file and apply the settings on start up.
If you don't want the user to see the front panel jump and resize you have to have the front panel start hidden, then move and resize, then display.
How much better it would be if there were a couple of checkboxes in the VI properties dialog to do that automatically for you.
From what I'm led to believe...".Net has an application settings system which handles this stuff automatically". Why not LabVIEW?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.