widgets/widgetapp/src/WidgetUiObserver.cpp
changeset 10 a359256acfc6
parent 5 10e98eab6f85
child 11 c8a366e56285
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
   191                       iWindow->WindowManager().ActiveWindow()->Engine()->FocusedElementType();
   191                       iWindow->WindowManager().ActiveWindow()->Engine()->FocusedElementType();
   192         // Check if focused element type is editing type
   192         // Check if focused element type is editing type
   193         if ((elementtype == TBrCtlDefs::EElementActivatedInputBox) ||
   193         if ((elementtype == TBrCtlDefs::EElementActivatedInputBox) ||
   194                        (elementtype == TBrCtlDefs::EElementActivatedObjectBox))
   194                        (elementtype == TBrCtlDefs::EElementActivatedObjectBox))
   195             {
   195             {
   196             iWindow->WindowManager().View()->ShowActivatedObject( ETrue );
   196             iWindow->WindowManager().View()->UpdateStatusPane( ETrue );
   197             }
   197             }
   198         else 
   198         else 
   199             {
   199             {
   200             iWindow->WindowManager().View()->ShowActivatedObject( EFalse );
   200             iWindow->WindowManager().View()->UpdateStatusPane( EFalse );
   201             }        
   201             }        
   202         }
   202         }
   203     }
   203     }
   204 
   204 
   205 // -----------------------------------------------------------------------------
   205 // -----------------------------------------------------------------------------