Why does my label offset itself from the insertion point?

Home Forums General discussions Why does my label offset itself from the insertion point?

Viewing 1 reply thread
  • Author
    Posts
    • #4428
      Mats Knutsson
      Participant

      I’m slowly getting to a usable label. It’s a simple label reading the GLOB_ID and I can point the arrowhead in any direction with the editable hotspot. However when I place the label it offsets 500×707 mm from where I inserted it…I can’t figure out where this comes from!?

    • #4430
      David Shorter
      Participant

      you may need to do this
      “If label_custom_arrow Then
      add2 (label_position [2][1]+label_position [3][1]), (label_position [2][2]+label_position [3][2])
      Else
      add2 0,0
      EndIf”
      but without seeing your script its a bit difficult to tell
      Hope this helps

      • #4431
        Mats Knutsson
        Participant

        Hi David,
        That did it! Thanks a lot!
        🙂 Mats

Viewing 1 reply thread
  • The forum ‘General discussions’ is closed to new topics and replies.