01-09-2010 01:00 AM
My labview version is 8.6, using multicolumn to show some test info. Now want to insert the ring control in to a cell. Could you please tell me if there is any way ?
David
01-09-2010 05:47 AM
There is a hard way to do it:
Use a ring which is normally invisible. When the user clicks a cell (propably you want to limit this to certain columns), you move the ring at the position of the cell and make it visible. It needs some coding to make it work, so any other approach is preferable. Furthermore, I didn't succeed in aligning everything properly (the border of the ring did match the cell border, but the string inside the ring was misaligned to the strings in the other cells).
Felix