phonebookui/Phonebook2/UIControls/src/CPbk2ContactEditorEmailField.cpp
branchRCL_3
changeset 74 6b5524b4f673
parent 63 f4a778e096c2
child 85 38bb213f60ba
equal deleted inserted replaced
68:9da50d567e3c 74:6b5524b4f673
   145     // CreateTextViewL() is flagged as deprecated but if it is not 
   145     // CreateTextViewL() is flagged as deprecated but if it is not 
   146     // called here the ActivateL() below crashes sometimes.
   146     // called here the ActivateL() below crashes sometimes.
   147     iControl->CreateTextViewL();
   147     iControl->CreateTextViewL();
   148     iCaptionedCtrl = iUiBuilder.LineControl(ControlId());
   148     iCaptionedCtrl = iUiBuilder.LineControl(ControlId());
   149     iCaptionedCtrl->SetTakesEnterKey(EFalse);
   149     iCaptionedCtrl->SetTakesEnterKey(EFalse);
       
   150     
       
   151     // Enable partial screen input
       
   152     TInt flags = iControl->AknEditorFlags();
       
   153     iControl->SetAknEditorFlags(flags | EAknEditorFlagEnablePartialScreen);
   150     }
   154     }
   151     
   155     
   152 // End of File  
   156 // End of File