Strict typedefs and non-strict typedefs differ significantly. There's too much of a gap for me. Sometimes I'd love a control to be somewhere in between.
There have been times where I wanted to force a typedef to have a constant size or colour or other parameters without having to force all other parameters to be identical.
It would be nice if a typedef could simply be gradually converted to strict by selecting which parameters are locked. That way we could shoose to long only boolean text, width or colour but leave the other properties free. VI Server would need to return an error that the type definition does no0t allow that change, but that is kind of already there for when you try to change properties of a strict typedef.
So by default a typedef would refer to data only (See HERE) but any further cosmetic changes (to which the datatype does NOT belong) we could simply select which parameters are locked and be done with it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.