phoneuis/Ussd/src/UssdContainer.cpp
branchRCL_3
changeset 7 544e34b3255a
parent 5 2a26698d78ba
equal deleted inserted replaced
6:38529f706030 7:544e34b3255a
   448     newEditor->SetAknEditorAllowedInputModes(
   448     newEditor->SetAknEditorAllowedInputModes(
   449         EAknEditorNumericInputMode | EAknEditorTextInputMode );
   449         EAknEditorNumericInputMode | EAknEditorTextInputMode );
   450     newEditor->SetAknEditorInputMode( EAknEditorNumericInputMode );
   450     newEditor->SetAknEditorInputMode( EAknEditorNumericInputMode );
   451     newEditor->SetAknEditorNumericKeymap( EAknEditorStandardNumberModeKeymap );
   451     newEditor->SetAknEditorNumericKeymap( EAknEditorStandardNumberModeKeymap );
   452 
   452 
   453     TInt editorFlags = EAknEditorFlagNoT9 | EAknEditorFlagEnableScrollBars;
   453     TInt editorFlags = EAknEditorFlagNoT9 | EAknEditorFlagEnableScrollBars | 
   454 
   454         EAknEditorFlagLatinInputModesOnly;
   455     if ( FeatureManager::FeatureSupported( KFeatureIdJapanese ) )
       
   456         {
       
   457         editorFlags |= EAknEditorFlagLatinInputModesOnly;
       
   458         }
       
   459 
   455 
   460      if( FeatureManager::FeatureSupported( KFeatureIdPenSupport ) )
   456      if( FeatureManager::FeatureSupported( KFeatureIdPenSupport ) )
   461         {
   457         {
   462         editorFlags |= EAknEditorFlagDeliverVirtualKeyEventsToApplication;
   458         editorFlags |= EAknEditorFlagDeliverVirtualKeyEventsToApplication;
   463         }
   459         }