phonebookui/Phonebook2/UIControls/src/CPbk2ContactEditorReadingField.cpp
branchRCL_3
changeset 74 6b5524b4f673
parent 0 e686773b3f54
child 85 38bb213f60ba
equal deleted inserted replaced
68:9da50d567e3c 74:6b5524b4f673
   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);
   140     }
   144     }
   141 
   145 
   142 // --------------------------------------------------------------------------
   146 // --------------------------------------------------------------------------
   143 // CPbk2ContactEditorReadingField::Control
   147 // CPbk2ContactEditorReadingField::Control
   144 // --------------------------------------------------------------------------
   148 // --------------------------------------------------------------------------