03-09-2010 11:35 PM
I am trying to do the following.
I have a VI which updates the current weight of an item and compared it to the initial weight through division, when it is between 10%<item<25% I have it inserting into an array (that has all the item information) a string that says "Item Low". Then if it is below 10% this message will read "Item Critically Low". So this writes into a particular item's row in the last available column. What I am looking to do is make it user friendly by displaying the message as a color, which would be yellow for Low and Red for critically low. I can't do a property node for the entire string array on the front panel because I only want this color in one particular cell. Is there any way that I can just change the font color of the string that I have attached to the newelement/subarray node in the insert into array icon.
03-09-2010 11:40 PM
Use the CellBG property .. something like this
03-10-2010 05:03 PM
Hello Ryan,
Did that solve your question?
03-10-2010 05:48 PM
03-10-2010 09:04 PM
You can't change the properties of individual elements in an array.
An array consists of elements that must all have the same properties, the only difference is the value of the individual elements.