I have an infinite loop on open stack like
Code: Select all
on openStack
put 1 into counter
repeat while counter <= 10
-- do stuff
answer "test"
end repeat
end openStack
Because it is straight after load stack I am lost ...
I can not do anything because livecode is not responding as soon as I open that stack.... message box is not responding, tools bar not responding ffs.
PS: No I can not start from scratch again its work worth of a 2 weeks.