<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic implement a table with capability to select individual cell in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/implement-a-table-with-capability-to-select-individual-cell/m-p/2245934#M713171</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am working on a project to implement a table control that has hundreds of cells. Each cell displays a changing numerical value. The key part is that&amp;nbsp;user can&amp;nbsp;select/de-select/disable individual cells by mouse clicking. I tried the built-in table control but cannot figure out how to select each invidual cell. Then I ended up&amp;nbsp;with creating a customized control&amp;nbsp;that has&amp;nbsp;a lot of&amp;nbsp;boolean buttons and use their boolean text to display the numbers. This way at least the select/delect can work. However, I find this thing takes seconds to update the entire table, which makes it basically useless.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone shine some light on me on how to improve the performance of such a control or do I have other options?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 06 Dec 2012 06:01:29 GMT</pubDate>
    <dc:creator>Bo2008</dc:creator>
    <dc:date>2012-12-06T06:01:29Z</dc:date>
    <item>
      <title>implement a table with capability to select individual cell</title>
      <link>https://ni.lithium.com/t5/LabVIEW/implement-a-table-with-capability-to-select-individual-cell/m-p/2245934#M713171</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am working on a project to implement a table control that has hundreds of cells. Each cell displays a changing numerical value. The key part is that&amp;nbsp;user can&amp;nbsp;select/de-select/disable individual cells by mouse clicking. I tried the built-in table control but cannot figure out how to select each invidual cell. Then I ended up&amp;nbsp;with creating a customized control&amp;nbsp;that has&amp;nbsp;a lot of&amp;nbsp;boolean buttons and use their boolean text to display the numbers. This way at least the select/delect can work. However, I find this thing takes seconds to update the entire table, which makes it basically useless.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone shine some light on me on how to improve the performance of such a control or do I have other options?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2012 06:01:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/implement-a-table-with-capability-to-select-individual-cell/m-p/2245934#M713171</guid>
      <dc:creator>Bo2008</dc:creator>
      <dc:date>2012-12-06T06:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: implement a table with capability to select individual cell</title>
      <link>https://ni.lithium.com/t5/LabVIEW/implement-a-table-with-capability-to-select-individual-cell/m-p/2246014#M713196</link>
      <description>&lt;P&gt;You can use List box that holds 1D array of data and have sequence so that it looks like a multicolumn list box. Now you can select a single element and enable or disable the items.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2012 07:18:14 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/implement-a-table-with-capability-to-select-individual-cell/m-p/2246014#M713196</guid>
      <dc:creator>P@Anand</dc:creator>
      <dc:date>2012-12-06T07:18:14Z</dc:date>
    </item>
  </channel>
</rss>

