To send the window as back ground

Login to reply to this topic.
Thu, 2008-05-29 11:08
Joined: 2008-01-30
Forum posts: 48

To send the window as back ground i have used the code lines in my application
as..

TApaTask task(iEikonEnv->WsSession( ));
task.SetWgId(CEikonEnv::Static()->RootWin().Identifier());
task.SendToBackground();

But in real ,When i send the sms to the cell containg the above code from other cell
it is not workin..(Need to open the application for working)while i want it to work
that application without open to it..

can anyone sugget me ,what precautions should i have to take????

thks in advance......


Thu, 2008-05-29 15:05
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: To send the window as back ground

Without opening it..then you might want to write an application which is always running and starts when the phone is booting up and is always in background. Otherwise I doubt if you can do it without actually having the application open.

Thu, 2008-05-29 19:05
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 2006
Re: To send the window as back ground

Why have you done an application if you don't want to see it running ? Maybe a simple exe would have been better. Or a client/server application with a UI part and a background processing server.


Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Sat, 2008-05-31 05:42
Joined: 2008-01-30
Forum posts: 48
Re: To send the window as back ground


Thks Neil and eric for your replly,

Neil as u write that to do my work done i have to...

write an application which is always running and starts when the phone is booting up and is always in background. right..

can you pls suggest me some code line to do that as i have a new person in this field..

thks dear..

Sat, 2008-05-31 18:00
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: To send the window as back ground

Like eric suggested check examples on the the client server application..should be in the examples in the SDK if i am not mistaken.

  • Login to reply to this topic.