dszs Posted March 11, 2015 Share Posted March 11, 2015 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 Quote Link to comment Share on other sites More sharing options...
old school Posted March 11, 2015 Share Posted March 11, 2015 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 } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.