From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multicolumn List Box, header information is gone by drag and drop

Solved!
Go to solution

Hi, when I drag and drop a component in multicolumn list box, header information is gone....

("a" and "f" are gone...)My header information gone.gif

 

 

 

 

Does anybody know that this is a reported bug?

 

Is there any way not to move header but only component?

I just want to move value "1" to section "b" and "6" to section "d"... : (

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
0 Kudos
Message 1 of 3
(1,983 Views)
Solution
Accepted by topic author Tepig

I don't think this is a bug.  Drag and drop doesn't work well on its own unless it is fully implemented in code using events.  Create an event structure with a Drag Starting event on the MCLB.  The Data cluster from the event data node will show the row header of the row that is being dragged.  If you don't properly deal with this data on the drop event, it will be lost.  This is why the row headers are blank after dropping.  You, as the designer, are responsible for dealing with this information in a way that makes sense to you. 

aputman
------------------
Heads up! NI has moved LabVIEW to a mandatory SaaS subscription policy, along with a big price increase. Make your voice heard.
Message 2 of 3
(1,943 Views)

aputman, thanks for reply.

 

got it, I will create an event.

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
0 Kudos
Message 3 of 3
(1,931 Views)