L
Laura Stern
Guest
OK. Still confused as there are too many moving parts coming and going here. I hope you realize that a FINALLY block is NOT a destructor block. It will run immediately after the main body of the block completes. Could that be your problem? You could try actually debugging this! Step through each statement and watch the value of your variables. Or use the Dynamic Object monitor and look to see what objects are coming and going at each statement. I'm pretty convinced it is something in your code that is causing the problem, and not a bug.
Continue reading...
Continue reading...