To use little status pane like the one in application browser use:
StatusPane()->SwitchLayoutL( R_AVKON_STATUS_PANE_LAYOUT_USUAL_FLAT );
title pane and navi pane could not be used at the same time
Symbian Series 60 SDK from forum.nokia.com
Symbian UIQ SDK from developer.sonyericsson.com
Maemo SDK from maemo.org (Nokia N770, N800 tablet pc)
J2ME from java.sun.com
DevRocket from Montavista
void CMyAppView::SignalImageStored() { TKeyEvent aKeyEvent; TEventCode aType; aKeyEvent.iCode = EKeyMenu; aKeyEvent.iScanCode = EStdKeyMenu; aType = EEventKey; iCoeEnv->SimulateKeyEventL(aKeyEvent, aType); }
iCoeEnv is a member of CAknView class, this is useful to open menu automatically, maybe after a laps of time.