06-02-2005 08:22 AM
Blog for (mostly LabVIEW) programmers: Tips And Tricks
06-02-2005 08:35 AM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.06-03-2005 05:11 AM
06-03-2005 05:47 AM
06-03-2005 07:19 AM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.06-03-2005 03:35 PM
06-03-2005 06:12 PM
Blog for (mostly LabVIEW) programmers: Tips And Tricks
06-04-2005 03:25 PM
@CoastalMaineBird wrote:
Yeah, I could re-process the dozens of files I have, to add this string into a cluster, but does it really have to be such a Son of Ugly Hack?
06-04-2005 05:13 PM
Yeah, yours is the best workaround I've seen.
It's still less independent than I'd like (If I change the label's color, I have to change these constants).
Also, sometimes there are different shades, depending on how many layers are disabled (If its container is disabled as well, a cluster's label can be doubly-dimmed, though I don't think that applies in my case.)
Still, it's either that or ugly.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
06-06-2005 07:08 AM
If you're using the same cluster in several different places, you should look into making it a "type def" control. That way, if you need to make a change to the structure, all you have to do is open the type def control file, modify it and it and all the linked control get updated automatically.
Yeah, I could re-process the dozens of files I have, to add this string into a cluster, but does it really have to be such a Son of Ugly Hack?

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.