Hi all,
i am using active objects in my application. In the RunL function i am using RTimer object to generate the event.
Here iTimer is of type RTimer and iHalfPeriod is of type TTimeIntervalMicroSeconds32.Code:void CGenerateText::RunL() { // Change visibility of app view text ShowText(EFalse); // Re-issue request iTimer.After(iStatus, iHalfPeriod); SetActive(); }
It is working perfectly allright but the range for the time interval is 35 minutes 47 sec. But i want a larger range (say 2hours). I want to know what kind of timers should i use for the larger range of time interval.
thanks and regards,
Krishna.

Reply With Quote


