01-22-2008 02:05 AM
01-22-2008 03:54 AM
01-22-2008 07:22 PM
01-22-2008 10:58 PM
Hi Clement,
Here's one way to limit the tab-control based on a boolean condition in container.vi
Cheers!
01-23-2008 02:09 AM
01-23-2008 04:02 AM
though I would not want the pages to go missing.
Does that mean you'd like to find a different way to disable the other pages?
Anyway I have seen your work as to how value(signaling) and page work and are new to me though
I have been using Labview for 4 years.
Value(Signalling) is great! It's one way to extend the use of event-cases beyond FP/control activity.
And I even thought of using the disenable property but it does not work.
You're right! It's strange - I too tried to set the disabled&greyed property. It may be another property of your tab is conflicting. I've tested on another tab in 7.1 and it does work there.
I had tried to put container.vi inside the event case but it does not work. It will only freeze after opening the tab.
It's not a good habit to execute VI's inside an event, because the event-case can't respond to other events until the sub-vi finishes.
Anyway thanks foe your great help.
Clement