LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I make the particular column to editable one in the multicolumn list box?

Hi,
I am updating different parameters in the multicolumn list box.I am having four columns.
I want to make 3 columns non editable to user and 4th column is editable one.
 
How do i do this?
 
Help me
 
 
Regards
Meenatchi
0 Kudos
Message 1 of 4
(3,204 Views)

Select a "flat box" from decorations->Flat box, resize/move it to exactly cover the 3 columns and paint it transparent . 

 

-Kumar.B

Message 2 of 4
(3,197 Views)

Hi

You could also use the eventstructure to check the modified column.

Have a look at the attached vi.

Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
Message 3 of 4
(3,182 Views)


@Meenatchi wrote:
I want to make 3 columns non editable to user and 4th column is editable one.


Your question title & the message you ve posted are contradictory to each other. Smiley Happy

Normally a Multicolumn Listbox is a non-editable one, in that while you run you wont get the labeling tool to type some text.

I think you can instead use a Table to achieve your purpose. Also see the below link.

http://forums.ni.com/ni/board/message?board.id=170&message.id=131631#M131631

Or, the attached VI, modified from that post, of course. Smiley Wink

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 4 of 4
(3,180 Views)