equal
deleted
inserted
replaced
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 ); |