LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

BUG: Copy/paste Sub panels

Copy-Pasting Subpanels doesn't work.

Creating one (ofc) yields a front panel object and a property node (1), but copying it doesn't. The 2nd only gets a new front panel object that doesn't 'count up' (2). If you instead copy the property node it doesn't create any front panel and doesn't link to the panel (3). Tested in 2019 and 2025. Also, if you copy-paste while the original is selected it replaces the panel and removes the property node ...

1.Yamaeda_0-1748010302975.png

 

2.Yamaeda_1-1748010367960.png

3.Yamaeda_2-1748010458957.png

 

 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 1 of 3
(77 Views)

@Yamaeda  a écrit :

Copy-Pasting Subpanels doesn't work.

Creating one (ofc) yields a front panel object and a property node (1), but copying it doesn't. The 2nd only gets a new front panel object that doesn't 'count up' (2). If you instead copy the property node it doesn't create any front panel and doesn't link to the panel (3). Tested in 2019 and 2025. Also, if you copy-paste while the original is selected it replaces the panel and removes the property node ...

 


Hi Yamaeda,

 

This seems like normal behavior to me.

 

If you paste something while a selection is active : it replace the selection. Just like for text in notepad.

If you copy the subpanel from the front panel : you copy the front panel object, not its invoke node in block diagram. (what do you mean by "doesn't count up" ?)

If you copy a node from the block diagram, you copy the method, not the front panel object linked to it.

 

That's the exact same behaviour for others controls (numeric, string, ...).

 

0 Kudos
Message 2 of 3
(64 Views)

If i copy/paste a .net container the reference on the block diagram remains (or is replaced), in this case it disappeared. That was the least interesting/buggy part of it.

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 3
(59 Views)