No, no, no. I'm doing it in my current kiosk.
Every significant thing (such as added into my generic button class) that happens logs to a file. WRITES to a file. As it happens. So, when external .wav files were completely locking up my kiosk (had to turn the computer off, half the time), I could eventually see that the last thing done was the command before the sound playing command. You'll write to the hard disk file a line which tells you what the last successful line of code is...which quickly points you to the next line of code which may be your problem. and write to a log (same, different, whatever) the information from your alerthook.... roymeo At 09:06 PM 7/18/2002 +0000, you wrote: >>Start logging everything that's going on in your kisok, then when you >>find it down you can see what the last thing that was done. >That's a great idea...unfortunately I'm already doing that as well. The >problem is that most times the computer is turned off. If the comp. loses >power, then Dir. just quits with it and doesn't know to write before closure. > >Is it possible to write a .txt file describing where in the movie Dir. is >immediately before a script error? --Probably pretty basic, but my brain >is a little fried at this point. > >TIA > >_________________________________________________________________ >Join the world's largest e-mail service with MSN Hotmail. >http://www.hotmail.com > >[To remove yourself from this list, or to change to digest mode, go to >http://www.penworks.com/lingo-l.cgi To post messages to the list, email >[EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L >is for learning and helping with programming Lingo. Thanks!] [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
