Jump to content

Tabcontrol


phuzionz

Recommended Posts

I do not think there is and it wouldn't really do you any good since you cannot programmatically at controls to that page.

What you can do, however, is add the page with all its controls during edit, hide the page at startup, and then programmatically make it visible.

Link to comment

The Tab Control is represented on the block diagram as an enum. You cannot edit an enum at run-time. As hfettig mentioned, you can hide individual tabs and/or disable them.

post-949-1190396885.gif?width=400

As a workaround you could create a "generic" tab containing a subpanel.

The tab could be programatically hidden and shown, and it's tab text changed. You could place a subpanel in this generic tab and then programmatically load whatever VI you need into the subpanel.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.