<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1491" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY style="COLOR: #000000; FONT-FAMILY: Arial" bgColor=#c0c0c0><LABEL 
id=HbSession SessionId="4126580118"></LABEL>
<DIV><FONT size=2>Thanks. It really helped me to find out the 
problem:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I should not give 0 as the first parameter of 
scheduleDelayedTask() as following:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>nextTask() = 
envir().taskScheduler().scheduleDelayedTask(0,<BR>&nbsp;&nbsp;&nbsp;(TaskFunc*)FramedSource::afterGetting, 
this);</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I have tried 20. It works well. But later, I 
will&nbsp;calculate&nbsp;a better one.</FONT></DIV>
<DIV><BR></DIV>
<P></P></BODY></HTML>