hi,
I am using CTelephony for calling. But my Application goes background when I want to dial. Also my application goes background when an incomming call appears.
I want my application always Foreground.
Please help me.
Jewel.
hi,
I am using CTelephony for calling. But my Application goes background when I want to dial. Also my application goes background when an incomming call appears.
I want my application always Foreground.
Please help me.
Jewel.
You might want to check RWindowTreeNode::SetOrdinalPosition in the SDK Help.
RWindowGroup * pWG = &CCoeEnv::Static()->RootWin();
TInt ordinaval = 2000;//Give
pWG->SetOrdinalPosition( ordinaval , 0 );
this will set app to be on foreground.
BR,
Sudhakar
I have the same problem, but this code puts my application in the background.
Yep, there is values that are mixed, have a look at these:
http://discussion.forum.nokia.com/fo...rdinalPosition
http://discussion.forum.nokia.com/fo...rdinalPosition
http://wiki.forum.nokia.com/index.ph...ith_a_keypress
this link will help you to keep the application always in
foreground.