Disable When != condition busted?

   6776   3   1
User Avatar
Member
292 posts
Joined: 12月 2007
Offline
Can anyone confirm that, in the Edit Parameter Panel, the condition != does not work for Disable When?

Thanks

lor
User Avatar
Member
292 posts
Joined: 12月 2007
Offline
To clarify further, this is when referring to a menu of integer choices (from a switcher) ranging from 0 - 16

So if, for example, I have 17 choices in the menu and my Disable When condition is {parm !=0} {parm !=3} then I would expect the parameter not to be disabled when the menu choice is 0 or 3, but disabled for all other choices. However the parm remains disabled in any case.

Anyone?…

lor
User Avatar
Member
40 posts
Joined: 5月 2009
Offline
I think the problem is, that you are doing an OR condition (which is always true in your case) when it should be AND. You should try {parm != 0 parm != 3}
User Avatar
Member
292 posts
Joined: 12月 2007
Offline
Ah, of course. Thanks Knackbrot!
  • Quick Links