LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tree Drag & Drop to a Multicolumn List Box

Hi,

I am trying to drag from a tree & drop to a multicolumn listbox.

While dragging, am getting the parameters and am adding those to the data.

Alwin_Capsys_1-1698177341922.png               Alwin_Capsys_0-1698177188569.png

 

But when am trying to drop it to the multicolumn listbox, it is showing elements in "Available data names". But, when when try to decode it, it is showing some error.

 

Alwin_Capsys_2-1698177484769.png              Alwin_Capsys_3-1698177539640.png  

What will be the reason for this error? How can i rectify it?

 

0 Kudos
Message 1 of 3
(565 Views)

In image1, the drag data is a variant.

In image4, the data type is an array of string?

 

George Zou
0 Kudos
Message 2 of 3
(540 Views)

Can you post your actual code?  Preferably back-saved to 2019 or so.

 

If the actual code is too large, maybe you could make a small example VI containing only the tree, listbox, and the drag code copied from your real code?

0 Kudos
Message 3 of 3
(510 Views)