LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Control became invisible in block diagram after moving it

I submitted (quite a long time ago) the suggestion that new controls should "Dock" themselves when created.  For example, copy a control on the block diagram, then the control on the Front panel would be docked somewhere on the screen.  I have yet to figure out the rhyme or reason where new controls will show up....
0 Kudos
Message 11 of 14
(980 Views)
I rely heavily on the fact that moving a terminal with the mouse takes it out of a control structure, but moving it with the arrow bumps the structure boundary and just makes it larger.  It would be a massive adjustment for me, and I suspect many, many others, were those behaviours to change.
0 Kudos
Message 12 of 14
(964 Views)

>moving it with the arrow bumps the structure boundary and just makes it larger

 

But that isn't what happens, in my experience. That's how the control became invisible. In fact, this is a bit insidious. I think it is easy to select items without knowing it, for example because shift-click is for dragging along orthagonal directions but also for adding to the selection. If I don't remember to click someplace empty, to deselect whatever might already be selected (which could have been before lunch and long forgotten), then shift-click-dragging something new actually moves both objects, leaving them selected, and then trying to arrow-key the thing I was trying to move is moving both of them, even if the earlier selection is off screen. When I move an object in a while loop with the arrow keys, and move it to the edge of the loop and keep going, it turns into a dotted outline graphically outside but logically inside the loop. When I deselect it, it becomes invisible. That was the underlying problem in the original post.

 

Isn't there some "autogrow structures" setting for this? I think I remember turning it off because I was tired of unintentionally rearranging all the things outside the structure to accomodate its growth. (LV isn't available at the moment)

0 Kudos
Message 13 of 14
(917 Views)
"auto grow" will prevent this "slide under and hide" behavior that is bothering you.  On Tools->Options->Block Diagram you can check "place structures with auto grow enabled".  That will make new structures have the "bump larger" behavior.  To fix structures that you have already placed, right click on them and check Auto Grow in the context menu.
0 Kudos
Message 14 of 14
(914 Views)