fep/aknfep/src/AknFepUiInputStateEntryWesternPredictive.cpp
branchRCL_3
changeset 56 8152b1f1763a
parent 44 ecbabf52600f
equal deleted inserted replaced
50:5a1685599b76 56:8152b1f1763a
   776     {
   776     {
   777     CPtiEngine* ptiengine = iOwner->PtiEngine();
   777     CPtiEngine* ptiengine = iOwner->PtiEngine();
   778     MAknFepManagerUIInterface* fepMan = iOwner->FepMan();
   778     MAknFepManagerUIInterface* fepMan = iOwner->FepMan();
   779     
   779     
   780     iIsLastWord = ETrue;
   780     iIsLastWord = ETrue;
       
   781 
       
   782 #ifdef RD_SCALABLE_UI_V2 
       
   783     // Because this function is a callback function of ptixt9core, 
       
   784     // this function is called when gets last candidate, but for virtual intput,
       
   785     // cba should not be updated.
       
   786     if ( fepMan && fepMan->PluginUIManager()
       
   787     		&& fepMan->PluginUIManager()->PluginInputMode() == EPluginInputModeItut )
       
   788         {
       
   789         return;
       
   790         }
       
   791 #endif
   781     
   792     
   782     if (iMatchState != EWordMatchAfterLast)
   793     if (iMatchState != EWordMatchAfterLast)
   783         {
   794         {
   784         TInt newResource = R_AKNFEP_SOFTKEYS_SPELL_PREVIOUS;
   795         TInt newResource = R_AKNFEP_SOFTKEYS_SPELL_PREVIOUS;
   785         if (ptiengine->LastEnteredKey() == EPtiKey1)
   796         if (ptiengine->LastEnteredKey() == EPtiKey1)