jmax007 Posted June 6, 2009 Report Share Posted June 6, 2009 I am currently reading from a file to populate a table in LabVIEW. I am having success with changing colors/sizes etc using property nodes... but I cannot find a way to write to a single cell in the table. Is there no way to do this? I am sure I can figure out a long way to do this, but I am new to LabVIEW and I'd hate to spend a long time working on something that has an easy solution. On that note, is there a easier way to clear the background colors. Currently I am re-writing each cell to reset the background. Thanks Jamie Quote Link to comment
Francois Normandin Posted June 6, 2009 Report Share Posted June 6, 2009 QUOTE (jmax007 @ Jun 4 2009, 08:17 PM) I am currently reading from a file to populate a table in LabVIEW.I am having success with changing colors/sizes etc using property nodes... but I cannot find a way to write to a single cell in the table. Is there no way to do this? I am sure I can figure out a long way to do this, but I am new to LabVIEW and I'd hate to spend a long time working on something that has an easy solution. Hi Jamie, look at the "Replace Array Subset" primitive on the Array palette. Read the table values, replace the cell you want and write the result. QUOTE (jmax007 @ Jun 4 2009, 08:17 PM) On that note, is there a easier way to clear the background colors. Currently I am re-writing each cell to reset the background. Use (-2,-2) for Active Cell to select all rows and columns. Quote Link to comment
Omar Mussa Posted June 6, 2009 Report Share Posted June 6, 2009 There is actually a method for updating cell data for a table. Use an invoke node and you will find it. It allows you to update a single cell without updating the whole table. Quote Link to comment
jmax007 Posted June 6, 2009 Author Report Share Posted June 6, 2009 Thanks, I found the invoke node. I knew it would be right in front of my face.... Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.