textinput/peninputgenericitut/src/peninputitutwesternuistatespelling.cpp
branchRCL_3
changeset 11 c8fb4cf7b3ae
parent 9 e6a39382bb9c
child 12 5e18d8c489d6
equal deleted inserted replaced
9:e6a39382bb9c 11:c8fb4cf7b3ae
   197         }
   197         }
   198     // Hide ICF, Backspace, Arrow contrls when exit to avoid flicker
   198     // Hide ICF, Backspace, Arrow contrls when exit to avoid flicker
   199     iOwner->LayoutContext()->ShowArrowBtn(0);
   199     iOwner->LayoutContext()->ShowArrowBtn(0);
   200     iOwner->LayoutContext()->Control(ECtrlIdBackspace)->Hide( ETrue );
   200     iOwner->LayoutContext()->Control(ECtrlIdBackspace)->Hide( ETrue );
   201     iOwner->LayoutContext()->Control(ECtrlIdICF)->Hide( ETrue );
   201     iOwner->LayoutContext()->Control(ECtrlIdICF)->Hide( ETrue );
   202     iICF->SetPromptTextL( KNullDesC );
   202     TRAP_IGNORE(iICF->SetPromptTextL( KNullDesC ));
   203     iOk->Hide(ETrue);
   203     iOk->Hide(ETrue);
   204     iCancel->Hide(ETrue);
   204     iCancel->Hide(ETrue);
   205     iOwner->DataMgr()->SetSpellMode(EFalse);
   205     iOwner->DataMgr()->SetSpellMode(EFalse);
   206     iICF->SetLineSeparatorAfterPrompt(EFalse);
   206     iICF->SetLineSeparatorAfterPrompt(EFalse);
   207 
   207