Hi,
Could you please suggest me, how to make tag info available in object's properties, like here:
By default, tag properties are displayed separately, only when tag is selected.
Thanks in advance,
Sergey (Yesbird).
Hi,
Could you please suggest me, how to make tag info available in object's properties, like here:
By default, tag properties are displayed separately, only when tag is selected.
Thanks in advance,
Sergey (Yesbird).
--
YB
hi,
if you defined TAG_MULTIPLE when you register your tag, the tag will not be displayed in the attribut manager when you select the object.
Other than that, i did not found anything special to do.
With the latest version (i think it was introduced in r25) you have a parameter on each tag to expose the tag on the object ID_EXPOSETAB
that must be set to true.
Cheers,
Manuel
MAXON SDK Specialist
hi,
if you defined TAG_MULTIPLE when you register your tag, the tag will not be displayed in the attribut manager when you select the object.
Other than that, i did not found anything special to do.
With the latest version (i think it was introduced in r25) you have a parameter on each tag to expose the tag on the object ID_EXPOSETAB
that must be set to true.
Cheers,
Manuel
MAXON SDK Specialist
Thanks, @Manuel.
The reason was in definition of TAG_MULTIPLE at the moment of registration. Now the tag properties are displayed as I was expecting.
....
YB
--
YB