Daniele Cruciani
Programmatore Developer PHP/MySQL Freelance
mobile: +39 3489215204

icq skype msn linkedin fb t ff youtube picasa google
seconds to the end of World
End of World 21 December, 2012 11:11:00
Hire me before that day! | don't bother

You are here

symbian

    Series 60 3rd edition: application shell status pane

    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

    Undefined

    SDK for Smart Device

    Undefined

    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

    Simulate user input

    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.

    English
    Subscribe to RSS - symbian