Re: [scribus] Cancel Executing Script

2021-03-30 Thread ZASKE Martin
Thanks Greg, I will tr On 29.03.2021 19:59, Gregory Pittman wrote: > > The ultimate kill-button: > > Press and hold down the power button. > > Greg > > ___ > Scribus Mailing List: scribus@lists.scribus.net > Edit your options or unsubscribe: > http://lists.scribus.net/mailman/listinfo/scribus

Re: [scribus] Cancel Executing Script

2021-03-29 Thread Gregory Pittman
The ultimate kill-button: Press and hold down the power button. Greg ___ Scribus Mailing List: scribus@lists.scribus.net Edit your options or unsubscribe: http://lists.scribus.net/mailman/listinfo/scribus See also: http://wiki.scribus.net http://forums.scribus.net

Re: [scribus] Cancel Executing Script

2021-03-29 Thread ZASKE Martin
> > Typically, when a script won't quit running, there is some continual loop > going on. This is one of the reasons for saving documents before running a > script. More importantly, you need to find out the source of the never-ending > loop. > I have put messageBox() into a loop that feeds

Re: [scribus] Cancel Executing Script

2021-03-23 Thread JLuc
Le 23/03/2021 à 11:07, ZASKE Martin a écrit : I would like to submit my +1 Sometimes we have reasons (like a power cut (Africa), or a database error) to interrupt such a script. Since it uses much of the processor capacity, and keeps jumping between windows, I never manage to cut it. So I have to

Re: [scribus] Cancel Executing Script

2021-03-23 Thread Gregory Pittman
On 3/23/21 6:07 AM, ZASKE Martin wrote: > I would like to submit my +1 > > We regularly use the Scribus Generator for mailings and there is no > coding error, but depending on the database and the complexity of a > document, the script can run typically up to 20 minutes. > > Sometimes we have rea

Re: [scribus] Cancel Executing Script

2021-03-23 Thread ZASKE Martin
I would like to submit my +1 We regularly use the Scribus Generator for mailings and there is no coding error, but depending on the database and the complexity of a document, the script can run typically up to 20 minutes. Sometimes we have reasons (like a power cut (Africa), or a database error)

Re: [scribus] Cancel Executing Script

2021-03-11 Thread Gregory Pittman
On 3/11/21 3:08 PM, Matt Miller wrote: > Sometimes I do "Script | Execute Script ..." to run a custom script and then > due to my coding error the script hangs or runs too long. In these cases I'd > like to cancel the script without exiting Scribus. However, it seems I need > to terminate the

[scribus] Cancel Executing Script

2021-03-11 Thread Matt Miller
Sometimes I do "Script | Execute Script ..." to run a custom script and then due to my coding error the script hangs or runs too long. In these cases I'd like to cancel the script without exiting Scribus. However, it seems I need to terminate the entire app. Is it possible to just cancel the