yesterday
I'm creating a simple downlight symbol with a text component using the Save Selection As... command to create a new object. When I place an instance of the new object, the text jumps to a different location. Here's a screenshot showing the "raw" components on the left with the text in the correct position, and the new object on the right, with the text jumping to the wrong position.
Any ideas what's causing that problem?? I'm guessing there's something in the script I need to change??
Solved! Go to Solution.
yesterday
I think Ling is on to something.
Your text anchor point is bottom right of the text.
When saved as an object, it is using that position but the text is scripting as to left justified.
So maybe anchor your text at top left before you save the object.
Barry.
yesterday - last edited yesterday
Are your reference elements near the project origin when you save them? What is the anchor point of your text box?
Ling.
| AC22-29 AUS 3200 | Help Those Help You - Add a Signature |
| Self-taught, bend it till it breaks | Creating a Thread |
| Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
yesterday
I think Ling is on to something.
Your text anchor point is bottom right of the text.
When saved as an object, it is using that position but the text is scripting as to left justified.
So maybe anchor your text at top left before you save the object.
Barry.
yesterday
Thanks to you both. That was "sort of" the answer! My text anchor point was set correctly at the top left, which is why I was confused. For some reason though, it was also set to 180 rotation so the anchor point was ACTUALLY 180 degrees off from where it was pinned in the top left. It's set to "always readable" so the 180 degree rotation wasn't in effect, so it LOOKED correct, but your highlight of the text anchor point graphically is what showed me that something was off.