12-13-2018 12:11 AM
Hi
When i running the VI i want to change to page2,but i can exchange the pages,could someone tell me why i can not change the pages.
Thanks
Solved! Go to Solution.
12-13-2018 03:13 AM
Ok,i fix it by change the property of option card
12-13-2018 03:15 AM
@314159ym wrote:
Hi
When i running the VI i want to change to page2,but i can exchange the pages,could someone tell me why i can not change the pages.
Thanks
So you want to change, but you can exchange? But you want to know why you can't change? Hmm...
My guess is the TabControl is disabled. Right-click>Advanced>Enable State should be "enabled".
You might want to post the VI. It's hard to tell from an image.
12-13-2018 03:41 AM
Hi
Thanks,it is fixed by change the property.
12-13-2018 11:52 AM
12-14-2018 01:16 AM
the property of the control tab make it "work"
12-14-2018 02:55 AM
So enabling the control with the "Enabled" property did the trick.
This could also be done through during edit time, by right clicking, Advanced, Enabled state, enabled. Both methods have the exact same outcome.
The property node will be executed every time it is run. It can be deleted once the control is enabled. Unless of course, some other the code disables it again. Then it makes sense to use a property node to enable the control at every run.