Hi,
i am using following code to control application on foreground and background.
CEikonEnv::Static()->RootWin().SetOrdinalPosition(0,ECoeWinPriorityHigh);
this code is work fine on "nokia 5233, N97, N79,N95" BUT on Nokia E-71 this is not working.
if application is runing in nokia 5233, on incoming call it goes to background(FINE)
BUT
if application is runing in nokia E-71, on incoming call it is not goes to background.
if i use "ECoeWinPriorityNormal" at the plase of "ECoeWinPriorityHigh" then application goes to background on home key press.
i want my application should be in foreground but on any incomeing call or msg this should be in background.
i can do this with "ECoeWinPriorityHigh" but this is not work on E71.
please help.

Reply With Quote

