Jump to content

VEX UI help


dszs

Recommended Posts

Hi guys,

             I am quite new in VEX and I faced some problems when doing the ui.

            

For now I have a pragma code that states

#pragma hint pccloudpath invisible

I understand that this makes it invisible so I cannot edit it on the parameter interface, but how do I make a toggle for this to appear when I want to give it my own input?

 

Any help is much appreciated!

 

- Darren

Link to comment
Share on other sites

There is a built-in method to hide parameters from other parameter states when creating vex nodes from vex code. 

 

Say you have a toggle parmeter called "toggle", then you can do this to hide a parameter called "parm" when toggle = 0:

#pragma hidewhen  parm { toggle == 0 }
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...