LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I create a Table with Boolean-Buttons

Hello,
 
I want to create a table (or listbox) with "OK-buttons" because the number of rows are unknown and i want to have a scrollbar. So i had the idea to create a table with visible Row Headers in which i write a description and in the first row i want to have "OK-Buttons"
I think i can't create an array on the Front Panel with a scrollbar. So it is possible to read out an array of boolean from a table or can i do this only with strings?
 
Kind regards
 
Bastian
0 Kudos
Message 1 of 4
(6,914 Views)
Hi

how about a multi list box with a checkbox. i used a event structure to signal a check on the row.


0 Kudos
Message 2 of 4
(6,906 Views)

In reply #22 of this thread

http://forums.ni.com/ni/board/message?board.id=170&message.id=127096

I posted an example that uses an array of clusters to do something similar.

That technique takes some customizing of the controls but requires no coode to implement.

It looks like this

 

Ben

Message Edited by Ben on 10-29-2005 10:25 AM

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 3 of 4
(6,891 Views)

Thank you for the answers,

I prever the solution with the array and the slid from ben.

Bastian

Message Edited by Bastian on 11-01-2005 03:23 AM

0 Kudos
Message 4 of 4
(6,854 Views)