Hiding an Application from the Task List
| Wed, 2005-10-05 04:25 | |
|
Hi all,
I'm reading "forum nokia technical solution v1.7", in section 4.23 there's an article about "How can I hide an application from the task list?" which has the following code : TInt wgId = iEikonEnv->RootWin().Identifier(); RWsSession session = iEikonEnv->WsSession(); CApaWindowGroupName* wgName = CApaWindowGroupName::NewLC(session, wgId); wgName->SetHidden(ETrue); wgName->SetWindowGroupName(iEikonEnv->RootWin()); CleanupStack::PopAndDestroy(); // wgName What is Task List exactly? and how can I found it? ..I've tried the above code, I place it in AppUi, but it has no effect at all, I have a TASK SPY application, I can still kill the application Does anyone know why? If someone already tried the above code and succeed, please share it with us. Thank you Irma |
|






Forum posts: 91
It will NOT hide the Process form something like a Spy app which is looking for running processes.
What are you trying to achieve?
---
Kevin Dixon
Symsource Ltd.
www.symsource.com
Forum posts: 44
Well....if that so, do you know how to hide app so the user can't see it no matter what? not even from the fexplorer?
I've tried to change the properties to hidden is true...but i can still see it from fexplorer (evdnthough it is hidden already)
thx in advance
Forum posts: 91
---
Kevin Dixon
Symsource Ltd.
www.symsource.com