Automate Outline Object

2006-05-18 Thread Donald M Rinderknecht
In this project I am opening an XML file using an application with XSLT and r/w rules. Is it possible to specify a border around a graphic object in the EDD, or would this be a read/write rule? Or is it just not possible? I've been snooping around the Structured Dev Guide but haven't found any

Re: Automate Outline Object

2006-05-18 Thread Lynne A. Price
At 07:04 AM 5/18/2006, Donald M Rinderknecht wrote: Is it possible to specify a border around a graphic object in the EDD, or would this be a read/write rule? Or is it just not possible? Don, Neither a EDD nor r/w rules can set this property. A simple FDK client could do so as part of the p

Automate Outline Object

2006-05-18 Thread Lynne A. Price
At 07:04 AM 5/18/2006, Donald M Rinderknecht wrote: >Is it possible to specify a border around a graphic object in the EDD, or >would this be a read/write rule? >Or is it just not possible? Don, Neither a EDD nor r/w rules can set this property. A simple FDK client could do so as part of the

Re: Automate Outline Object

2006-05-18 Thread Donald M Rinderknecht
In this project I am opening an XML file using an application with XSLT and r/w rules. Is it possible to specify a border around a graphic object in the EDD, or would this be a read/write rule? Or is it just not possible? I've been snooping around the Structured Dev Guide but haven't found a

Automate Outline Object

2006-05-16 Thread Rick Quatro
Hi Don, FrameScript would certainly pay for itself with this job alone. If you decide to try it, here is the code to add a 1 point border to all of the imported graphics on body pages in the document. If ActiveDoc = 0 MsgBox 'There is no active document.'; LeaveSub; Else Run ProcessDoc oD

Automate Outline Object

2006-05-16 Thread Donald M Rinderknecht
All, Is there a way to automate putting an outline on a graphic object. (Other than using FrameScript which I don't have.) I can do this manually by selecting the object then the Tools Palette but I've got about 1200 graphic objects to modify. If not, I'll look at modifying the actual graphic t

Re: Automate Outline Object

2006-05-16 Thread Rick Quatro
Hi Don, FrameScript would certainly pay for itself with this job alone. If you decide to try it, here is the code to add a 1 point border to all of the imported graphics on body pages in the document. If ActiveDoc = 0 MsgBox 'There is no active document.'; LeaveSub; Else Run ProcessDoc oDo

Automate Outline Object

2006-05-16 Thread Donald M Rinderknecht
All, Is there a way to automate putting an outline on a graphic object. (Other than using FrameScript which I don't have.) I can do this manually by selecting the object then the Tools Palette but I've got about 1200 graphic objects to modify. If not, I'll look at modifying the actual graphic