LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multicolumn Listbox go next line with enter at run-time

Hi,

I have a multicolumn Listbox which I fill with values from an XML file. I want to able to edit "some" cells and save it again to XML.

Each row has a special column, in which it is indicated that whether the 3.column in that row editable or not. This column contains RO or RW, If it is RO I discard the editing, if it is RW I accept the editing. so far sogut. But If I enter text in the cell and press enter, it does not go to next line. How can I go to next line for editing next line after pressing enter at run-time?

Thanks.

0 Kudos
Message 1 of 3
(2,598 Views)
Use an event structure to capture key events on the control.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 3
(2,571 Views)
Oh, and it would probably be easier to use a table control over a list box.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 3
(2,570 Views)