Hi Mark! :-) on Tue 11 Sep 2007 Mark Smith wrote: > Alejandro, there is a global property > "allowInterrupts" that should > be set to true by default - it means that you can > escape from runaway > loops by pressing "command period" on a mac or (I > think), "control > period" on windows.
Yes, but does not works in my side... :( > If this is not working, then type "set the > allowInterrupts to true" > in the message box, and it should then work. > If that fails (though it shouldn't), you can always > do something like: > repeat forever > if the controlKey is down then exit repeat > do loop stuff..... > end repeat > so holding down the control key will exit the loop. Ah, Many thanks. :-) This code is going to help me a lot. Does exists some way to stop the faulty loop and continue to process the xml data with the next parsing handler, without user intervention? In this way, i could log to a file which handlers fails to process certain xml files and still render the parts that the code could parse without troubles. Thanks again for your help! :D al Visit my site: http://www.geocities.com/capellan2000/ ____________________________________________________________________________________ Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games. http://sims.yahoo.com/ _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
