LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

runtime editing in multicolumn listbox

Dear All,

         I want to edit cell of multicomumn listbox at run time. Any one guide me to do this.

 

 

---Vishnu

0 Kudos
Message 1 of 13
(11,333 Views)
You need to use event structures. Have a look at the attached image.
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
Message 2 of 13
(11,331 Views)

Dear Adnan,

          Thanks for help. But the solution given by you is application to LV8.6. I have LV7.0. Is there any way to have runtime editting of multicolumnlist box in LV7.0.

 

--Vishnu

0 Kudos
Message 3 of 13
(11,289 Views)

maybe this will help...

 

 

.......^___________________^
....../ '---_BOT ____________ ]
...../_==O;;;;;;;;_______.:/
.....),---.(_(____)/.....
....// (..) ),----/....
...//____//......
..//____//......
.//____//......
..-------
0 Kudos
Message 4 of 13
(11,275 Views)

This works Great in one of my listboxes - it has 6 columns.

However, my 2nd listbox has only 2 columns (no row headers), and it causes the 2nd column to jump to the left,

and shows 3 blank columns to the right!

What is going on, and how can I correct it?

G

0 Kudos
Message 5 of 13
(10,027 Views)

Thanks. I solved the problem.

0 Kudos
Message 6 of 13
(9,706 Views)

for anyone else that runs into this problem, it stops if you set the number of columns to whatever the appropriate number for your application is. I had a 2 column listbox that was jumping to the left when I use the "Edit Pos" property. It stopped jumping after i set the "Number of Columns" property to 2

0 Kudos
Message 7 of 13
(9,463 Views)

runtime edit MCLB.png

 

Works flawlessly.

Message 8 of 13
(8,298 Views)

Thanks!

0 Kudos
Message 9 of 13
(8,295 Views)

How to add element Point to row column in property node.

 

As that is not available for me.

Regards,
Sathish Kumar A
Certified LabVIEW Architect (CLA)
0 Kudos
Message 10 of 13
(6,465 Views)