You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to make a couple packages in ROES - like 1 8x10, 2 5x7s and 8 wallets - all on the main window at the same time.
to do this you need a lot of linked nodes, and it can be confusing.
This seems to work:
the parent template is set to Package for the container type
inside that are the different items in the package
the main parent template then has its own link nodes item to link all the templates.
this linkenode uses notation like: aa:1;bb:1;cc:1; where aa, bb and cc are the uids of the different items in the package, and the :1 is the node to link to within that template.
the normal linknode for wallets uses a different notation - like 1,2,3,4,5,6,7,8
The text was updated successfully, but these errors were encountered:
I wanted to make a couple packages in ROES - like 1 8x10, 2 5x7s and 8 wallets - all on the main window at the same time.
to do this you need a lot of linked nodes, and it can be confusing.
This seems to work:
aa:1;bb:1;cc:1;
where aa, bb and cc are the uids of the different items in the package, and the :1 is the node to link to within that template.1,2,3,4,5,6,7,8
The text was updated successfully, but these errors were encountered: