phonebookui/Phonebook2/USIMExtension/src/CPsu2FdnContactEditorPhoneNumberField.cpp
branchRCL_3
changeset 85 38bb213f60ba
parent 74 6b5524b4f673
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
   206 	iControl->AddFlagToUserFlags( CEikEdwin::EJustAutoCurEnd );
   206 	iControl->AddFlagToUserFlags( CEikEdwin::EJustAutoCurEnd );
   207 
   207 
   208     iControl->CreateTextViewL();
   208     iControl->CreateTextViewL();
   209     iCaptionedCtrl = iUiBuilder.LineControl( ControlId() );
   209     iCaptionedCtrl = iUiBuilder.LineControl( ControlId() );
   210     iCaptionedCtrl->SetTakesEnterKey( ETrue );
   210     iCaptionedCtrl->SetTakesEnterKey( ETrue );
   211     
   211 
   212     // Enable partial screen input
   212 
   213     TInt flags = iControl->AknEditorFlags();
       
   214     iControl->SetAknEditorFlags(flags | EAknEditorFlagEnablePartialScreen);
       
   215     }
   213     }
   216 
   214 
   217 // -----------------------------------------------------------------------------
   215 // -----------------------------------------------------------------------------
   218 // CPsu2FdnContactEditorPhoneNumberField::ControlId
   216 // CPsu2FdnContactEditorPhoneNumberField::ControlId
   219 // -----------------------------------------------------------------------------
   217 // -----------------------------------------------------------------------------