LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to write into multicolumn listbox during runtime?

Hi,

 

I am able to edit into multicolumn listbox. But i am not able to write into empty boxes... How to do that???

 

Regards,

Amit

0 Kudos
Message 1 of 4
(3,540 Views)

Have you made the control editable, right ckick on the listbox control and make sure 'Editable' is ticked. Now run your program and see if you can enter text at run time.

 

Ian

0 Kudos
Message 2 of 4
(3,538 Views)

thanks man.. I am able to edit if the data is already present... but if it is not I am not able to enter any values....

 

Regards,

Amit

0 Kudos
Message 3 of 4
(3,535 Views)

Hi Amit,

 

Have you initialised the item names with any default values? If not try initialising the item names to a 2D size that will be large enough for you're requirements. Once this size is set in edit mode you can't enter data at runtime outside of this initialised area.

 

Ian

0 Kudos
Message 4 of 4
(3,527 Views)