ExtendScript documentation considered harmful
Dear all,
In the scripting documentation (Scripting Guide, FDK documentation) you find the same attributes/properties in the description of neary any object.
For example: NextGraphicInFrame; NextGraphicInDoc, NextGraphicInGroup is listed for Doc, Frame, Line, PolyLine, Ellipse etc.
I wanted to treverse the graphic objects within an anchored frame:
- oDoc, oFrame is the current environment.
- oGraphic is a selcected grahic item (polyline) within the frame
- I want to select the next graphic in the frame.
- oFrame.NextGraphicInFrame creates an invlid object
- oDoc.NextGraphicInDoc creataes an undefined object
- oGraphic.NextGraphicInDoc finally is the solution
Why is it necessary to fiddle around with such outrageous information?
Neary any basic function must be verified by experimental scripts - or the help of You all.
I'm in the comfortable situation having time for such experiments - but anyone in need of solution in due time...
Klaus

