01-19-2010 02:58 AM
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.
Solved! Go to Solution.
01-19-2010 04:44 AM - edited 01-19-2010 04:45 AM
see whether this will help
01-19-2010 07:29 AM
01-19-2010 06:50 PM
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?
01-19-2010 11:50 PM
like this?
01-19-2010 11:53 PM
need not use the number of rows in property node.
01-20-2010 12:55 AM
Hello muks,
I would like to come up with the function like below picture:
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.
01-20-2010 01:10 AM
01-20-2010 01:13 AM
01-20-2010 01:24 AM
Solved right???