06-17-2003 06:15 PM
06-17-2003 08:02 PM
06-18-2003 07:36 AM
01-25-2006 01:31 AM
01-25-2006 01:59 AM
09-02-2010 01:27 PM
Since the index associated with a particular decoration may change in the course of design, I developed the attached LabVIEW 2010 VI. It shows as "broken" because it has to be embedded in a VI with a front panel which has tabs. As shown, it tests the second tab on the front panel by turning off the visibility of an object for one second, then back on again, before moving to the next index. I arbitrarily set the For Loop to 100 loops but you will get an error message when you run out of decorative objects. The Front Panel of this VI displays a "Now Serving" counter. When the object your are interested in disappears, its index will show in this indicator/
08-15-2012 08:28 PM - edited 08-15-2012 08:30 PM
I feel stupid as hell because I've been trying to change the color, move and make a decoration visible fo the last two hours.
I:
when I run it the vi it correctly indicates that there are two decorations on the page, but nothing else changes! Aaarg!
would someone please explain or provide a complete vi for silly me to run?
I got onto this because I have a co-worker who's decorations suddenly changed colors without out her making any program changes.
I discovered something else new to learn.
Thanks!
08-15-2012 08:40 PM
Rather than us starting from scratch to make a VI that may or may not do what you want, why don't you attach your VI, we can look at it and figure out what you are trying to do, and fix it so that it works for you.
08-15-2012 08:46 PM
feel even more stupid now... 🙂
thanks
08-15-2012 09:18 PM
Do not feel "stupid" ( check the tag "I Hate Tabs":)
So, "decoration boxes that are located inside tabs"
That is an object inside a pane (not a ctl, not a Global, not a panel... not any type of FP object! that has a method)
I Dislike Tab controls... The "control" is not a "control" as most FP objects-- It is a definition of "Panes," that may be interacted with from the main "Pannel"
A Tab Control is a series of "Pains"[SIC] It does not define a user interface.
The Tab defines the container(s). Your Decorations, or other objects, cannot be "contained" at a higher level.