02-10-2010 12:40 AM
Hi Folks ,
I want to add a button control to a specific number of cells in a Table control . Is this possbile to do in labview ?. i am novice in Labview.
Regards ,
Preeti
02-10-2010 01:10 AM
Do you want them to add programatically?--this is complicated
Is the number of row and column are fixed everytime? ---You can just resize a boolean and place it on top of a particular cell
02-10-2010 01:14 AM
02-10-2010 05:41 AM
Table control is dedicated to string so you can not natively insert other thing as text.
But you could play with properties...
For example, to convert a cell as boolean, play with the appearance and detect a mouse click on the cell to change the appearance.
You could so play with layers of objects to place specific controls in front of cells.
02-10-2010 08:40 AM
J.DECHET wrote:Table control is dedicated to string so you can not natively insert other thing as text.
But you could play with properties...
For example, to convert a cell as boolean, play with the appearance and detect a mouse click on the cell to change the appearance.
You could so play with layers of objects to place specific controls in front of cells.
Exactly the issue!
I believe the simplest solution is to use an array of clusters (hide the index control and show the scroll bar).
Alternatives get sticky fast like using a Picture control to make it look like... or to use extra hidden indicators that get shown when required and have to be postioned and sized programatically.
So...
Use an array of clusters.
Ben
10-17-2013 04:27 AM
Hi Ben,
i want the same solution is there any example program for that.
Thank u,
Regards,
Hari..