LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I copy linked properties without losing the link to the control?

Solved!
Go to solution

I've been dealing with an annoying issue when copying/pasting properties. If the properties are linked to a control when I copy them, they lose that link in the pasted version.

 

Basically, copy/paste is not really following the expected behavior of "copying" in that the resulting "paste" is different from the item being copied. Is there a way around this besides having to manually go to each one and re-link it?

 

Below are snippets to demonstrate the problem:

 

 

Before Pasting

before_copy.png

 

After Pasting:

after_copy.png

0 Kudos
Message 1 of 4
(2,365 Views)

The behavior you're seeing is, unfortunately, not unique to you. It's the way LabVIEW works. Until enough people complain and get NI to change it, that is. Omar's link to the proposed idea is one.

 

An alternative is to right-click and drag. This creates a copy. At least when you're within the same VI, that is. This, and other nifty tricks can be found in the Quick Reference Card.

Message 3 of 4
(2,354 Views)
Solution
Accepted by topic author kgolden

So the solution then, as I found from reading the wish list post, is to CTRL-Click and drag.

0 Kudos
Message 4 of 4
(2,339 Views)