phonebookui/Phonebook2/USIMExtension/src/CPsu2FdnContactEditorPhoneNumberField.cpp
branchRCL_3
changeset 74 6b5524b4f673
parent 0 e686773b3f54
child 85 38bb213f60ba
equal deleted inserted replaced
68:9da50d567e3c 74:6b5524b4f673
   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 
   212     // Enable partial screen input
       
   213     TInt flags = iControl->AknEditorFlags();
       
   214     iControl->SetAknEditorFlags(flags | EAknEditorFlagEnablePartialScreen);
   213     }
   215     }
   214 
   216 
   215 // -----------------------------------------------------------------------------
   217 // -----------------------------------------------------------------------------
   216 // CPsu2FdnContactEditorPhoneNumberField::ControlId
   218 // CPsu2FdnContactEditorPhoneNumberField::ControlId
   217 // -----------------------------------------------------------------------------
   219 // -----------------------------------------------------------------------------