Question:
How can I set up a driver and its tags inside an XObject? How to make each tag to be configurable when inserted in XObject instances?
Solution:
- The driver must be set up and its tags must be created normally, as it would be done outside a library.
-
Create properties in the XObject, named PropN1, PropN2, PropN3, and PropN4, for example.
-
Link bidirectionally the tag’s N1, N2, N3, and N4 properties to the previously created ones.
-
Save and register the library.
Now each tag can be configured in its corresponding instance, as long as there is one tag for each XObject.