textinput/peninputvkbcn/ctrlsrc/peninputvkbclientarea.cpp
branchRCL_3
changeset 10 6defe5d1bd39
parent 0 eb1f2e154e89
child 18 c8fb4cf7b3ae
equal deleted inserted replaced
8:6ceef9a83b1a 10:6defe5d1bd39
   275     									
   275     									
   276     // switch to hwr button  
   276     // switch to hwr button  
   277     AddButtonL(EAknFepVkbCtrlIdSwitchToHwrBtn,EVkbEventHwr,R_AKN_FEP_VKB_HWR);   
   277     AddButtonL(EAknFepVkbCtrlIdSwitchToHwrBtn,EVkbEventHwr,R_AKN_FEP_VKB_HWR);   
   278     
   278     
   279     SetTextProperty();
   279     SetTextProperty();
   280    
   280     
   281     for (TInt i=0; i < iCtrlPool->ControlCount(); i++)
   281     if( iCtrlPool != NULL )
   282         {
   282         {
   283         if ( iCtrlPool )
   283         for( TInt i=0; i < iCtrlPool->ControlCount(); i++ )
   284             {
   284             {
   285             iCtrlPool->ControlByIndex(i)->AddEventObserver(UiLayout());    
   285             iCtrlPool->ControlByIndex(i)->AddEventObserver( UiLayout() );           
   286             }       
   286             }
   287         }
   287         }
   288     }
   288     }
   289 
   289 
   290 // ---------------------------------------------------------------------------
   290 // ---------------------------------------------------------------------------
   291 // CAknFepVkbClientArea::~CAknFepVkbClientArea
   291 // CAknFepVkbClientArea::~CAknFepVkbClientArea