P
PolyPusher
Guest
Hi All,
Hopefully this is an easy one. I am trying to create a "text" layer
label with dbCreateLabel on top of the pin label(so I can see it
easier) this part is working fine(it is an adaptation of Andrews code
he gave me). The second part I want to attach the text to the pin it
is on top of(make it a child.
This is the code I tried:
leAttachFig(label dbGetq(term~>pins fig))
Where "term" is from foreach(mapcar term cvpinID~>terminals
The error message is:
*Error* leAttachFig: argument #2 should be a database object (type
template = "dd") - (db:66176408)
I do not understand this error or how to fix it
Any and all help is welcome.
Thank you in advance,
PolyPusher
Hopefully this is an easy one. I am trying to create a "text" layer
label with dbCreateLabel on top of the pin label(so I can see it
easier) this part is working fine(it is an adaptation of Andrews code
he gave me). The second part I want to attach the text to the pin it
is on top of(make it a child.
This is the code I tried:
leAttachFig(label dbGetq(term~>pins fig))
Where "term" is from foreach(mapcar term cvpinID~>terminals
The error message is:
*Error* leAttachFig: argument #2 should be a database object (type
template = "dd") - (db:66176408)
I do not understand this error or how to fix it
Any and all help is welcome.
Thank you in advance,
PolyPusher