Problem in using direct screen access API

Login to reply to this topic.
Fri, 2006-12-22 10:03
Joined: 2006-11-26
Forum posts: 21
hi,

i have use directscreenaccess API to draw filled rectangle  to screen.I have created a function from where i have called the StartL() .and i have use the after function so that RunL called automatically after the specified interval.Inside RunL i m actually drawing the rectangle.
userdefined fuction
{
           iDirectScreenAccess->startL();
           After(timeinterval);
           
}

RunL
{
        //drawing the rectangle
}
But the problem is that when i call user defined function first time the RunL is not called .But second time it get called. can u pls tell me the reason.

Thanks in advance.


  • Login to reply to this topic.