phonebookui/Phonebook2/UIControls/src/CPbk2ContactEditorReadingField.cpp
branchRCL_3
changeset 85 38bb213f60ba
parent 74 6b5524b4f673
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
   135     // CreateTextViewL() is flagged as deprecated but if it is not 
   135     // CreateTextViewL() is flagged as deprecated but if it is not 
   136     // called here the ActivateL() below crashes sometimes.
   136     // called here the ActivateL() below crashes sometimes.
   137     iControl->CreateTextViewL();
   137     iControl->CreateTextViewL();
   138     iCaptionedCtrl = iUiBuilder.LineControl(ControlId());
   138     iCaptionedCtrl = iUiBuilder.LineControl(ControlId());
   139     iCaptionedCtrl->SetTakesEnterKey(ETrue);
   139     iCaptionedCtrl->SetTakesEnterKey(ETrue);
   140     
       
   141     // Enable partial screen input
       
   142     TInt flags = iControl->AknEditorFlags();
       
   143     iControl->SetAknEditorFlags(flags | EAknEditorFlagEnablePartialScreen);
       
   144     }
   140     }
   145 
   141 
   146 // --------------------------------------------------------------------------
   142 // --------------------------------------------------------------------------
   147 // CPbk2ContactEditorReadingField::Control
   143 // CPbk2ContactEditorReadingField::Control
   148 // --------------------------------------------------------------------------
   144 // --------------------------------------------------------------------------