phoneapp/phoneui/src/cphoneappui.cpp
branchRCL_3
changeset 3 8871b09be73b
parent 0 5f000ab63145
child 5 2a26698d78ba
equal deleted inserted replaced
2:c84cf270c54f 3:8871b09be73b
   106     {
   106     {
   107     __LOGMETHODSTARTEND(EPhoneControl, "CPhoneAppUI::ConstructL() ");
   107     __LOGMETHODSTARTEND(EPhoneControl, "CPhoneAppUI::ConstructL() ");
   108     // Requires the availability of CBA and Menubar resources
   108     // Requires the availability of CBA and Menubar resources
   109     BaseConstructL( EAknEnableSkin | EAknEnableMSK | EAknSingleClickCompatible );
   109     BaseConstructL( EAknEnableSkin | EAknEnableMSK | EAknSingleClickCompatible );
   110     SetKeyEventFlags( CAknAppUiBase::EDisableSendKeyShort | CAknAppUiBase::EDisableSendKeyLong );
   110     SetKeyEventFlags( CAknAppUiBase::EDisableSendKeyShort | CAknAppUiBase::EDisableSendKeyLong );
       
   111     
       
   112     // Item specific soft key IS DISABLED in order to make SK1 visible with easy dialing.
       
   113     CEikCba* cba = static_cast<CEikCba*>( CEikButtonGroupContainer::Current()->ButtonGroup() );
       
   114     cba->EnableItemSpecificSoftkey( EFalse );
   111     
   115     
   112     SetAliasKeyCodeResolverL( this );
   116     SetAliasKeyCodeResolverL( this );
   113     
   117     
   114     // Set phone application to be system application so it can't be closed
   118     // Set phone application to be system application so it can't be closed
   115     iEikonEnv->SetSystem( ETrue );
   119     iEikonEnv->SetSystem( ETrue );