Hi, I'm a newbie. Currently using Series 60 SDK for developing MMS sending app in nokia handset. The following problem occurs :
MyApp closed. ViewSrv 11.
under the following condition : 1. I'm writing a CActive derived class for MMS sending 2. The class involved with issuing some request after another with a status enumeration. 3. When I'm switching to another application, and switch back, the screen goes deffered as I'm using ProgressNote. 4. I switch back to another application, then the above error occured.
The above error don't occured if I'm not switching to another application. Can someone explain me why does ViewSrv 11 message appears ? I thank you for the explanation. regards, terry
Forum posts: 37
increment the time interval of active object's periodic.
in the SDK doc, it describes the ViewSrv 11 as below:
Window already active.
An attempt was made to reactivate an active window. The request is sent by the client-side method RWindowBase::Activate().
On the server side, this panic is raised by CWsClientWindow::Activate() in response to an EWsWinOpActivate request.
ouseka
Forum posts: 2
It really helpfull. But I manage to split the two Active Object in which I use coupled.
regards,
terry