Forum Discussion
renojim
14 years agoCommunity Streaming Expert
You're basically giving the user 10ms to press the back button. You need to use an roTimespan object and check every 10ms if 10 seconds have passed. Each time through the loop you have to do a part/i] of the stuff that takes a while. If your stuff can't be broken up, then you don't have much choice but to do it all and put up a "please wait" message. I'll leave the details to the interested reader.
-JT
-JT