This content has been marked as final.
Show 4 replies
-
1. Re: Size, move....
Jump_Over Jan 30, 2013 2:39 PM (in response to boris_m25)Hi,
Yes, it could be a good practice to learn. You could start here:
http://www.jongware.com/idjshelp.html
enjoy and feel free to call for help
-
2. Re: Size, move....
Trevorׅ Jan 30, 2013 2:48 PM (in response to boris_m25)This script should do the trick
-
3. Re: Size, move....
boris_m25 Feb 4, 2013 12:24 PM (in response to Jump_Over)thnx for book i constantly read about scripting. But i need help .
how to select all rectangle on the active page (graphic frame). Every link, book, or any other info is welcome.
@trevor
thnx for the script
but i will try to create something on my own . I thing it will be Good for learning
-
4. Re: Size, move....
Jump_Over Feb 4, 2013 12:58 PM (in response to boris_m25)Hi,
app.layoutWindows[0].activePage.rectangles.everyItem().select();
// to select a rectangles
app.layoutWindows[0].activePage.splineItems.everyItem().select();
// to select a path-based page items, such as a rectangle, oval, polygon, or graphic line.
(but no textFrames)
rgds

