LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

user inter face table

Can Any1 tell me how do we creat a table in user interface using labwindows CVI.

I need to creat somthing like shown below.

table.png

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

You could use a table control Smiley Wink

 

UI_editor_create_table.png

For your design, set the attributes to no scrollbars, 1 visible row, 4 visible columns

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

Thanks 4 the reply.

How to insert Text in cells and can i change the content of this table programetically and make it visible to while execution of code...

Smiley Embarassed

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

SetTableCellVal ()

 

Also see the help section "Programming with Table Controls' and the examples shipping with CVI, e.g. tablecells

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