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

Tu sei qui

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

    Simulare eventi dell'interfaccia

    void CMyAppView::SignalImageStored()
    {
           TKeyEvent aKeyEvent;
           TEventCode aType;
           aKeyEvent.iCode = EKeyMenu;
           aKeyEvent.iScanCode = EStdKeyMenu;
           aType = EEventKey;
           iCoeEnv->SimulateKeyEventL(aKeyEvent, aType);
    }
    

    iCoeEnv è un membro di CAknView , questo è utile per aprire il menu automaticamente, ad esempio dopo un ritardo di tempo

    Italiano
    Iscriviti a RSS - symbian