User | Kudos |
---|---|
13 | |
7 | |
4 | |
2 | |
2 |
The Clean Up button was a huge improvement in LabVIEW. Now I can concentrate on how to make my program works, not on what it looks like. Just put the blocks and wires anywhere on the Block Diagram and let CleanUp move them to a suitable space. But unfortunately, CleanUp can sometimes make the program look rather messy. A Format Into File may be placed at the bottom, and the format string at the top. Things that naturally belong together should stay together. Manual correction is waste of time; it will be messed up again on next cleanup. The only solution is to put some code in a sequence. But a feature should not be used for other purposes than it is meant to, if you want other people to understand your program.
What we need is a light box that can be placed around code that should stay together. This can be like the Flat Frame on the Decorations palette. It does not work now; cleanup will move it outside any code.
CleanUp is just a minor problem in this small program. In large programs it might be much worse.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 5 kudos within 5 years after posting will be automatically declined.