PDA

View Full Version : Loop problem?



Ron
October 13th, 2002, 12:55 PM
Girder has a maximum number of gotos it permits per event. This is a infinite loop protection. this is probably causing your loop to fail. I'll increase the value of the maximum number of recursions. ( or make it configurable )

Recursion protection is currently set to a value around 50.

Ron
October 13th, 2002, 12:55 PM
Please test beta 15.

Add a registry key

HKEY_LOCAL_MACHINE\SOFTWARE\Girder3\MaxRecursionCo unt

make it a DWORD and set it to the value of choise.

Ingo
October 13th, 2002, 12:55 PM
you could try to do the same using a user event....

mystificator
October 13th, 2002, 12:55 PM
I done something like this and noticed
pos=450

1.Command (girder-GVMS-pos=pos-1;pos>0-Name:multicomand-Name:)
2.Multicomand[1.command (Mouse-mouse up-1)
2.command (Girder-goto-1.command)]



Loop gets executed only 34 (insted of 450) times :-? and in Variable display pos=416 after first execution of 1.command, pos=382 after second...

Why :-?

mystificator
October 13th, 2002, 12:55 PM
This is a infinite loop protection. this is probably causing your loop to fail. I'll increase the value of the maximum number of recursions. ( or make it configurable )



I thought it was something like that (loop protection).
Making it configurable would be nice!!
Thanks!