Help with CActive Object causing ViewServ 11

Login to reply to this topic.
Tue, 2003-05-06 09:32
Joined: 2003-05-06
Forum posts: 2
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

Wed, 2003-05-07 01:52
Joined: 2003-04-01
Forum posts: 37
Help with CActive Object causing ViewServ 11
I met the almost the same problem, I resolved it this way:

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

Mon, 2003-05-12 09:24
Joined: 2003-05-06
Forum posts: 2
thanks
Thanks Ouseka,
It really helpfull. But I manage to split the two Active Object in which I use coupled.

regards,
terry
  • Login to reply to this topic.