LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to add rows in the multicolumn listbox

Solved!
Go to solution

hello all,

the questions are as below:

1. how to add the rows in the multicolumn listbox?

2. the message is RS232 communication message with hex format, how to convert the 2D format to adapt the itemnames property?

 

does anyboady can provide a simple example? thanks a lot.

0 Kudos
Message 1 of 18
(7,767 Views)

see whether this will help

 

mul.PNG

 

mulf.PNG

Message Edited by muks on 01-19-2010 04:15 PM
Message 2 of 18
(7,749 Views)
helped?
0 Kudos
Message 3 of 18
(7,734 Views)

hello muks,

my target is to add the row one by one after each cycle. Meanwhile, I would like to show the hex format in the multicolumn listbox.

I have an array with hex fomat (this is one row I need to add), but this is 1-D array, the nameitems property requires 2-D array, so how to convert 1-D array to 2-D array?

 

0 Kudos
Message 4 of 18
(7,714 Views)

like this?

 

hex.PNG

Message 5 of 18
(7,701 Views)

need not use the number of rows in property node.

 

corr.PNG

 

 

Message 6 of 18
(7,699 Views)

Hello muks,

I would like to come up with the function like below picture:

untitled.JPG

 

the multicolumn listbox include 5 columns, the fifth column is hex format. I want to add the row one by one after each cycle, meanwhile there's a button that can clear the contents in the multicolumn listbox.

So the challenge for me is how to concatenate the different format into one array. then how to insert the row one by one.

 

Thanks in advance.

0 Kudos
Message 7 of 18
(7,688 Views)
Have you taken the clue and tried something?
0 Kudos
Message 8 of 18
(7,685 Views)
mul.PNG
Message 9 of 18
(7,682 Views)

multt.PNG

 

Solved right???

Message 10 of 18
(7,674 Views)