2
votes
S60 application - Symbian C++ - Exit button doesn’t work
Are you handling (in your appui::HandleCommandL) command ids EEikCmdExit and EAknSoftkeyExit?
if ( aCommand == EAknSoftkeyExit || aCommand == …
1
vote
S60 application - Symbian C++ - Exit button doesn’t work
What CBA resource (softkey buttons layour) are you using? R_AVKON_OPTIONS_EXIT? are you handling the the exit commands in any other way? or are you traping the Exit() call …
2
votes
Carbide / Symbian C++ - Change Application Icon
To change the app icon when you run your app use (in the status bar):
CEikStatusPane* sp=iEikonEnv->AppUiFactory()->StatusPane();
CAknContextPane* cp=(CAknContextPane *)sp-> …
5
votes
How to find the cause for a USER 44 PANIC?
From http://www.symbian.com/developer/techlib/v9.1docs/doc_source/reference/N1 …
