Hi, I'm Paul, but you can also call me Todd and I won't get upset.
Paul.Todd | 24 March, 2008 18:26
After hunting around for the UID or an app or event that shows the tasklist I was'nt anywhere close to being successful.
I was just about to log a support request when I had yet another search around and eventually found out that it is only a single line of code. It turns out the task list is actually part of the Eikon environment so its a simple matter to just call it thus:
CEikonEnv::Static()->DisplayTaskList();
Of course it is always possible to hide your application from the list using CAknAppUi::HideApplicationFromFSW
I finally think Symbian and S60 have too many API's
alexbk | 25/03/2008, 14:56
It's not about too many APIs, it's about non-existing documentation. In FP1 SDK this call is documented exactly as follows:
DisplayTaskList()
IMPORT_C void DisplayTaskList();
Description
xlazom00 | 25/03/2008, 15:32
CAknAppUi::HideApplicationFromFSW
It's hide ring next app icon in FP1=> !!!
This is true Hide method :)
thx thx
Digish | 07/08/2008, 08:35
really nice!
Thanks
Hi, I'm Paul, but you can also call me Todd and I won't get upset.
Re: Activating the task list
ltomuta | 24/03/2008, 19:14
You must have some very exotic use case that brings you to this little API ;)