Forum Discussion
stevepac
16 years agoOccasional Contributor
Hi David
Thanks for your response.
I have the latest TC which is 7.5.2.
Your code still behaves the same and I also tried to nullify all the variables before and after within the loop by doing the following:
Thanks for your response.
I have the latest TC which is 7.5.2.
Your code still behaves the same and I also tried to nullify all the variables before and after within the loop by doing the following:
function test()
{
Log.LockEvents();
while (true)
{
var BB = null;
var picture = null;
BB = WinCETestedApps.BubbleBreaker.Run();
picture = BB["Window"]("Bubble Breaker").Picture();
picture = null;
BB = null;
}
}
I have Samsung Omnia 2 I8000 as a test phone.
Thanks