Hi all,
I'm facing some issues with features based on a Primitive type different from "String".
In particular, when creating a
Boolean feature:
- ticking the "Hide when no constraints apply" option does not return the expected result: in fact, the feature ends up showing up in the annotation mode in any case;
- adding some constraints doesn't improve (but not even slightly change) the situation: the feature that should be visible under certain conditions only does not seem to be perturbed in any way.
I'm adding a snippet of "constraint code" for reference:
Traits {
Desire="true" -> Action="true" | Action ="false";
}The same exact difficulty emerges with "
Integer" features: I converted my Boolean features into Integer ones with binary values (i.e., limited to 0 and 1), trying to figure out whether I could solve the trouble I was facing in an indirect way; unfortunately, it didn't work because the outcomes are the same.
Am I doing something wrong?
Or should those kind of features act in the way I was expecting them to, but there's something abnormal going on?
I really wish you can help me with this, since having those binary traits on an annotation layer is a rather critical aspect of the project I am working on...
Thank you, and I hope to hear from you soon!
Giulia