How to control parameter disabling in interfaces?

   1765   1   0
User Avatar
Member
32 posts
Joined: Nov. 2012
Offline
Hello all,
I am developing a Digital Asset with a discrete amount of options. I want some of them to be editable only when certain conditions are met, and I am doing this by checking a flag in the “disable when” field in the interface editing (see screenshot).
It works, yet I am unsure about how to add multiple conditions, such as “vTrails == 1 && vAnotherFlag == 1”. I've tried different syntax combinations but still haven't got the correct one down. Any pointers on this?

Many thanks
Leon

Attachments:
Screenshot.png (7.2 KB)

User Avatar
Member
32 posts
Joined: Nov. 2012
Offline
Ah, seem to have stumbled on the solution by searching for other menu properties in the help - I have to input the two conditions in separate curly brackets, like {vFlag01 == 1}{vFlag02 == 1}
  • Quick Links