phonebookui/Phonebook2/UIControls/src/CPbk2ContactEditorImpplField.cpp
branchRCL_3
changeset 85 38bb213f60ba
parent 74 6b5524b4f673
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
   155     // CreateTextViewL() is flagged as deprecated but if it is not 
   155     // CreateTextViewL() is flagged as deprecated but if it is not 
   156     // called here the ActivateL() below crashes sometimes.
   156     // called here the ActivateL() below crashes sometimes.
   157     iControl->CreateTextViewL();
   157     iControl->CreateTextViewL();
   158     iCaptionedCtrl = iUiBuilder.LineControl(ControlId());
   158     iCaptionedCtrl = iUiBuilder.LineControl(ControlId());
   159     iCaptionedCtrl->SetTakesEnterKey(EFalse);
   159     iCaptionedCtrl->SetTakesEnterKey(EFalse);
   160     
       
   161     // Enable partial screen input
       
   162     TInt flags = iControl->AknEditorFlags();
       
   163     iControl->SetAknEditorFlags(flags | EAknEditorFlagEnablePartialScreen);
       
   164     }
   160     }
   165     
   161     
   166 // --------------------------------------------------------------------------
   162 // --------------------------------------------------------------------------
   167 // CPbk2ContactEditorImppField::SaveFieldL
   163 // CPbk2ContactEditorImppField::SaveFieldL
   168 // --------------------------------------------------------------------------
   164 // --------------------------------------------------------------------------