Jump to content

Programming a control


Bug

Recommended Posts

Dear LabVIEW Architects,

Please help me with my situation. I want to programmitically generate a Control on the front panel.

How can I do tihs?

Regards,

bUg

You can only do that at edit time (not at runtime) and if the VI on which you want to create a control is not running, use scripting for this, see here.

Another solution that can be a workaround at runtime is to hide/show your control, that means you have to create all your controls at edit time though..

To hide/show a control, right clic on it, select "create >> property node >> visible" and link either true or false.

Hope this helps

Link to comment
  • 2 months later...

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.