[scribus] Shifting page objects by script

2012-10-14 Thread John Ghormley KJ4UFG
On Sun, Oct 14, 2012 at 12:43 AM, Jean-Luc Waber wrote: > Hi John > > > I may be misunderstanding the problem you have, but my method is create a >> left master page and a right master page for my magazine. One could name >> them even master page and odd master page to be a bit more clear, I >>

[scribus] Shifting page objects by script

2012-10-14 Thread Jean-Luc Waber
Hi John > I may be misunderstanding the problem you have, but my method is create a > left master page and a right master page for my magazine. One could name > them even master page and odd master page to be a bit more clear, I > suppose. I do not have any differing vertical elements on my pag

[scribus] Shifting page objects by script - new version

2012-10-13 Thread JLuc
Le 12/10/2012 18:59, Gregory Pittman a ?crit : > New version on the wiki will allow you to enter a series of pages to perform > the shift on. > For example, when the dialog comes up for the pages, you might enter > 3 5 7 9 11 > to shift the content on those specific pages. The script will give you

[scribus] Shifting page objects by script - new version

2012-10-13 Thread Gregory Pittman
On 10/13/2012 05:21 PM, JLuc wrote: > > AMOF when trying the script i had an error : SyntaxError: EOL while > scanning string literal > So i had to edit the script to have the strings written on only one line > on line instead of 2 : > > shiftdir = scribus.valueDialog('Direction to shift?','Which d

[scribus] Shifting page objects by script

2012-10-13 Thread Ian "Witty" Whitfield
On 10/12/2012 05:33 PM, scribus-request at lists.scribus.net wrote: > To use the script I wrote you need to copy/paste the lines of the > script into a plain text editor, then save as a file with a .py > extension. You might run one of the included scripts in Scribus just > to see how they run.

[scribus] Shifting page objects by script - new version

2012-10-12 Thread Gregory Pittman
On 10/12/2012 08:06 AM, Gregory Pittman wrote: > On 10/12/2012 03:18 AM, Ian "Witty" Whitfield wrote: >> On 10/12/2012 08:12 AM, Greg wrote: >>> Here is a wiki page with a script for shifting all page objects, which >>> you might need to do when you insert a page in the middle of a Double >>> Sided

[scribus] Shifting page objects by script

2012-10-12 Thread John Ghormley KJ4UFG
On Fri, Oct 12, 2012 at 3:18 AM, Ian "Witty" Whitfield < editor at federalsaints.net> wrote: > On 10/12/2012 08:12 AM, Greg wrote: > >> Here is a wiki page with a script for shifting all page objects, which >> you might need to do when you insert a page in the middle of a Double Sided >> layout. >

[scribus] Shifting page objects by script

2012-10-12 Thread Ian "Witty" Whitfield
On 10/12/2012 08:12 AM, Greg wrote: > Here is a wiki page with a script for shifting all page objects, which > you might need to do when you insert a page in the middle of a Double > Sided layout. > > http://wiki.scribus.net/canvas/Shifting_All_Page_Objects > > There are of course various mods on

[scribus] Shifting page objects by script

2012-10-12 Thread Gregory Pittman
On 10/12/2012 03:18 AM, Ian "Witty" Whitfield wrote: > On 10/12/2012 08:12 AM, Greg wrote: >> Here is a wiki page with a script for shifting all page objects, which >> you might need to do when you insert a page in the middle of a Double >> Sided layout. >> >> http://wiki.scribus.net/canvas/Shiftin

[scribus] Shifting page objects by script

2012-10-12 Thread ale rimoldi
hi greg! > Here is a wiki page with a script for shifting all page objects, > which you might need to do when you insert a page in the middle of a > Double Sided layout. > > http://wiki.scribus.net/canvas/Shifting_All_Page_Objects > > There are of course various mods one can make to accomplish o

[scribus] Shifting page objects by script

2012-10-11 Thread Gregory Pittman
Here is a wiki page with a script for shifting all page objects, which you might need to do when you insert a page in the middle of a Double Sided layout. http://wiki.scribus.net/canvas/Shifting_All_Page_Objects There are of course various mods one can make to accomplish other goals. As writte