phonebookui/Phonebook2/UIControls/src/CPbk2ContactEditorImpplField.cpp
branchRCL_3
changeset 74 6b5524b4f673
parent 63 f4a778e096c2
child 85 38bb213f60ba
equal deleted inserted replaced
68:9da50d567e3c 74:6b5524b4f673
   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);
   160     }
   164     }
   161     
   165     
   162 // --------------------------------------------------------------------------
   166 // --------------------------------------------------------------------------
   163 // CPbk2ContactEditorImppField::SaveFieldL
   167 // CPbk2ContactEditorImppField::SaveFieldL
   164 // --------------------------------------------------------------------------
   168 // --------------------------------------------------------------------------