Hi all.
I ran into such problem. This code worked in other applications and written in one of reasons, but exactly in my program he does not execute that must execute.
Code:void CSWCoreUi::HideApp() { CApaWindowGroupName* fWinGroup = CApaWindowGroupName::NewLC( iEikonEnv->WsSession(), iEikonEnv->RootWin().Identifier()); fWinGroup->SetHidden(ETrue); fWinGroup->SetSystem(ETrue); fWinGroup->SetWindowGroupName(iEikonEnv->RootWin()); CleanupStack::PopAndDestroy(); }


Reply With Quote



