CS4 drawing frameless lines on a document
I'm looking for a way of drawing lines (or splines) onto a document (pages and pasteboard) that are purely informational and cannot be interacted with by the user.
In the programming guide in the graphics fundamentals section they show how to work with paths. But these paths need to be drawn within a frame. This makes the paths an object on the document that is selectable by the user. I'm not after this.
I'd like a way of drawing a coloured rectangle on a document in a way that brings attention to an area on a document but doesn't accept selection events nor interfers with the interactions of framed objects (images, text,...) within the area.
It would be great if it "floated" above the document, so that people could work in the area and not cover it up, using it as a guide to their tasks.
Has anyone seen any examples on how to do this? or have some thoughts on how it could be done?