LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labels automatically resizing structures are annoying

Solved!
Go to solution

Hi!

 

Did I miss a specific setting somewhere or am I the only one annoyed by labels automatically resizing my structures when I'm done typing them?

I know about about the "Auto-grow" right-click option on a structure, it's pretty useful.... Until you want to type some comment in your structure, turns out to be a wee too long, goes "out" of your structure, and when you're done, your whole code is moved away. So you have to resize your label to something more convenient, and move back everything (thank god for the ctrl+alt+click option, but still annoying in a multi-cases structure)

 

Isn't there a way to either:

  1. pre-define the size of a label and text automatically fits in there as it would when you resize a label
  2. or your label automatically resizes when it reaches the side of a structure?

Did I miss this (to me) very basic option(s) or does it just not exist?

 

Thanks!

Vinny

0 Kudos
Message 1 of 5
(724 Views)
Solution
Accepted by VinnyAstro

@VinnyAstro wrote:

Isn't there a way to either:

  1. pre-define the size of a label and text automatically fits in there as it would when you resize a label
  2. or your label automatically resizes when it reaches the side of a structure?

Did I miss this (to me) very basic option(s) or does it just not exist?


Short answer: no. (3X)

 

Long answer: still no (3X) 🙄

 

Just add it to the long lists of things you shouldn't do and\or keep hoping (asking) for improvement. You can always post an idea on the idea exchange (it helps to actually suggest a very detailed solution, not the problem). 

Message 2 of 5
(716 Views)

Ok thanks. I'll do it eventually. Just need to take some time to make it look nice I guess (Based on the other ideas posted I saw)

Message 3 of 5
(699 Views)

Here's a trick I learned a while back for this situation. When you see that the case grew and you didn't want it to, you can hit Ctrl-Z to undo it but then you have to retype your label. Instead, hit Ctrl-C (or X) to copy the label, then hit Ctrl Z until the label goes away and your code is reset. The trick is that the Undo operation will undo the "Cut" operation, but it won't clear the clipboard. Now you can hit Ctrl V to paste your label back wherever you want it.

Message 4 of 5
(663 Views)

@VinnyAstro wrote:

I know about about the "Auto-grow" right-click option on a structure, it's pretty useful.... y


 

I have autogrow disabled for most of my major architectural structures (e.g. toplevel loop and event structure) because it is not really such a useful option. You can always manually make more space by ctrl+drag in a carefully selected place inside the structure, but I typically design the main layout that this is never really needed.

0 Kudos
Message 5 of 5
(653 Views)