10-31-2013 01:17 PM
Is it possible to just make the labels of a field blink? How does one get at the properties to do that? My boss is looking for something more subtle that blinking fields.
Solved! Go to Solution.
10-31-2013 01:43 PM
i can only think that it can be programically done by changing color
10-31-2013 02:10 PM
(Darn it, I was playing around too long to get the first answer in.)
But, wouldn't the purpose of having something blink be to draw attention to it? Making a "subtle" blink seems counterproductive here.
However, if you're talking about a string or numeric indicator, you could use a property node in a loop to change the text colors periodically, instead of the background (this has the added advantage that you could change the frequency of the "blink" programatically, also).
Cameron
10-31-2013 03:43 PM
I've found several examples of color change loops which seems to indicate that is the only way to do it. Bosses want what bosses want. I only get paid the medium bucks.
10-31-2013 03:53 PM
Camerond, your example looks like a snippet but when I place it on the block diagram in a blank LV2013 VI, it appears as a label:
10-31-2013 09:53 PM - edited 10-31-2013 09:54 PM
@mistercat wrote:
Camerond, your example looks like a snippet but when I place it on the block diagram in a blank LV2013 VI, it appears as a label:
How did you "place it on the block diagram"? You can't just copy and paste, you have to save the snippet as a PNG file and drag that onto a BD.
And, speaking of that, when I created that snippet, it seems to have gotten messed up saving it as the PNG. It won't work just as shown, the property nodes need to be directly from the numeric and slide indicators, not the generic nodes to the refnums. This time I'll just attach the VI.
Cameron