Message 1 of 1
diesel in menu problem, check mark sort of working.....??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have the below statments in a drop down menu, the second one works i.e. the check mark goes on and off with changes in the value of the osnapz variable, i.e. when it equals 1 it is on and 0 it is off...
But the first line does not come on as checked when the value of osnapz is set to 0.
Would anyone know why this does this?
Thanks!
[$(if,$(and,$(getvar,osnapz),0),!.) Osnapz 0 -keep z coords]^C^C_osnapz 0;
[$(if,$(and,$(getvar,osnapz),1),!.) Osnapz 1 -force z 0.0]^C^C_osnapz 1;