Re: Infinite loops !

2008-02-01 Thread René Micout
I have not had time to test your advice, but I do not have the possibility to modify the controls during the execution of the loop. I did not "the hand" (in french : je n'ai pas la main). But perhaps should I try before answering. Thank you very much René PS : it is a musical application, a

Re: Infinite loops !

2008-02-01 Thread Sarah Reichelt
> I had a 2nd point in my question: is it possible to change the > controls of my loop while it runs? > Rene from Paris Certainly. Consider something like this: on doLoop put fld "HowHigh" into tSetting -- now do something with tSetting send "doLoop" to me in 1 second end doLoop If you

Re: Infinite loops !

2008-02-01 Thread René Micout
, 2008 2:11 AM, René Micout <[EMAIL PROTECTED]> wrote: Hello from Paris, I have a question about infinite loops. I make a musical arpeggiator (a virtual replica Reactogon see video : http://technabob.com/blog/2007/09/08/reactogon-interactive-sequencer- reminds-me-of-star-trek/), the w

Re: Infinite loops !

2008-01-31 Thread Sarah Reichelt
On Feb 1, 2008 2:11 AM, René Micout <[EMAIL PROTECTED]> wrote: > Hello from Paris, > I have a question about infinite loops. > I make a musical arpeggiator (a virtual replica Reactogon see video : > http://technabob.com/blog/2007/09/08/reactogon-interactive-sequencer- > re

Re: Infinite loops !

2008-01-31 Thread René Micout
Stephen This surprise is wonderfull for you... and for me... Sometimes the solution appears when we ask a question... in french > Souvent le seul fait de poser la question amène la réponse... René Le 31 janv. 08 à 19:11, Stephen Barncard a écrit : And thank you for telling us. For me, ano

Re: Infinite loops !

2008-01-31 Thread Stephen Barncard
And thank you for telling us. For me, another never-before-heard-of feature of Rev I didn't know about that I can use. I use recursion a lot. I always had used a counter and IF statement to set a limit while developing. This Rev thing never stops surprising me. Hello, I solved my fir

Re: Infinite loops !

2008-01-31 Thread René Micout
Hello, I solved my first problem (1/) with the recursionLimit property René from Paris Le 31 janv. 08 à 17:11, René Micout a écrit : Hello from Paris, I have a question about infinite loops. I make a musical arpeggiator (a virtual replica Reactogon see video : http://technabob.com/blog/2007

Infinite loops !

2008-01-31 Thread René Micout
Hello from Paris, I have a question about infinite loops. I make a musical arpeggiator (a virtual replica Reactogon see video : http://technabob.com/blog/2007/09/08/reactogon-interactive-sequencer- reminds-me-of-star-trek/), the work is progressing but I have 2 encountering problems: 1

Re: Escape infinite loops

2006-07-03 Thread Jim Ault
Thanks, Ben, I forgot about the 2.7 "allowInterrupts = false" bug since I am not using it yet. In this case, *I* needed the reminder... Jim Ault Las Vegas On 7/3/06 1:55 AM, "Ben Rubinstein" <[EMAIL PROTECTED]> wrote: > Jim's right to point to that thread - and the various strategies he mentio

Re: Escape infinite loops

2006-07-03 Thread Ben Rubinstein
On 7/2/06 10:36 PM, "Terry Vogelaar" <[EMAIL PROTECTED]> wrote: > Back in the HyperCard days I ran more often into such an error. I had > to use Command-dot often to stop executing scripts. But RunRev 2.7 > doesn't seem to respond to that. So I force-quit RunRev. But is there > another way to abor

Re: Escape infinite loops

2006-07-02 Thread Jim Ault
look in the archives of posts from last two weeks, where this was discussed fairly well. link to archives http://www.mail-archive.com/use-revolution@lists.runrev.com/ Basically--- Rule 1 make sure the "user can't abort scripts" is false (un-checked) if the optionkey is down then

Escape infinite loops

2006-07-02 Thread Terry Vogelaar
Hi all, I have a script that somehow has an infinite loop somewhere, although I cannot see where or why. Back in the HyperCard days I ran more often into such an error. I had to use Command-dot often to stop executing scripts. But RunRev 2.7 doesn't seem to respond to that. So I force-qui