LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to add a enum or a boolean to a specific cell of a table control?

I want to add enum or a boolean control to some specific cell programmatically .
do we have some customised control,so that we can select from a enum option except the string controls in the cells of the table control.
I would also like to have a radio button control except the string control in a table.....
Certified Labview Associate Developer(CLAD)


-----------------------------------------------------------------------------------------------------
Don't Forget to Rate the answers.!!! You can do it in few seconds
-----------------------------------------------------------------------------------------------------
0 Kudos
Message 1 of 18
(5,680 Views)
yes you can stick a boolean or enum into an array (of that type). use the insert array function
0 Kudos
Message 2 of 18
(5,656 Views)

Am I mistaken or do you want to take a table, which is an array of string cells, and insert a Boolean or Enum cell in amongst the string cells? 

I doubt if it is possible, but it would be a wonderous thing if it was.

 
McSynth
0 Kudos
Message 3 of 18
(5,651 Views)
arrays have to have the same data type for each element
0 Kudos
Message 4 of 18
(5,647 Views)
Vivi,
 
My point exactly.  So why would you say that's it's possible to add a Boolean or Enum into a table control?
 
McSynth
0 Kudos
Message 5 of 18
(5,642 Views)
oh whoops i thought he was asking about arrays.

i am sorry for the mixup.
0 Kudos
Message 6 of 18
(5,640 Views)

It is not possilbe to put anything other than a string in a table.

See this thread for a away to use an array of clusters to get a similar look.

http://forums.ni.com/ni/board/message?board.id=170&message.id=149374#M149374

Ben

 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 7 of 18
(5,627 Views)
Ben,
 
Thanks for the info.
but the visibility is not so good,
 
Can we do the same with the help of using ActiveX controls from other tools..?
 
DK
Certified Labview Associate Developer(CLAD)


-----------------------------------------------------------------------------------------------------
Don't Forget to Rate the answers.!!! You can do it in few seconds
-----------------------------------------------------------------------------------------------------
0 Kudos
Message 8 of 18
(5,610 Views)
Other thing is how we can add a scroll bar to a cluster..?
Certified Labview Associate Developer(CLAD)


-----------------------------------------------------------------------------------------------------
Don't Forget to Rate the answers.!!! You can do it in few seconds
-----------------------------------------------------------------------------------------------------
0 Kudos
Message 9 of 18
(5,607 Views)
You can not do that as far as I know.
Message 10 of 18
(5,597 Views)