KENOBEE wrote:
...I can't detect the second item with script, because it isn't a real item...
Can you select the second item in InDesign?
Can you see an anchor point for this object anywhere in fextFrame?
Anchored items are as much real as standalone ones. There is only a different way to refer to them.
Determine if this arrow is an anchored object in fact.
Starting from attached doc view (textFrame selected) your arrow geoBounds supposed to be:
app.selection[0].splineItems[0].geometricBounds;
...if arrow is anchored there indeed.
Jarek