photosgallery/viewframework/views/fullscreenview/src/glxfullscreenviewimp.cpp
changeset 3 9a9c174934f5
parent 2 7d9067c6fcb1
child 4 57d388cc48c1
equal deleted inserted replaced
2:7d9067c6fcb1 3:9a9c174934f5
   832                     {
   832                     {
   833                     //Dont start the timer while activating the zoom control,
   833                     //Dont start the timer while activating the zoom control,
   834                     //when the timer activates while launching the zoom 
   834                     //when the timer activates while launching the zoom 
   835                     //it causes the crash.
   835                     //it causes the crash.
   836                     ShowUiL(EFalse);
   836                     ShowUiL(EFalse);
   837                     SetSliderLevel();
       
   838                     TRAP_IGNORE( ActivateZoomControlL(EZoomStartKey));
   837                     TRAP_IGNORE( ActivateZoomControlL(EZoomStartKey));
   839                     return EEventConsumed;
   838                     return EEventConsumed;
   840                     }
   839                     }
   841                 }
   840                 }
   842             case EStdKeyUpArrow:            
   841             case EStdKeyUpArrow:            
  1012                 {
  1011                 {
  1013                 // Zoomview is only launched if the currentslider value is above the level
  1012                 // Zoomview is only launched if the currentslider value is above the level
  1014                 // of fullscreenlevel.
  1013                 // of fullscreenlevel.
  1015                 iTimer->Cancel();
  1014                 iTimer->Cancel();
  1016                 iSliderWidget->ShowWidget( ETrue, 0 );
  1015                 iSliderWidget->ShowWidget( ETrue, 0 );
  1017                 SetSliderLevel();
       
  1018                 TRAP_IGNORE( ActivateZoomControlL(EZoomStartSlider));
  1016                 TRAP_IGNORE( ActivateZoomControlL(EZoomStartSlider));
  1019                 }
  1017                 }
  1020                 return EEventConsumed;
  1018                 return EEventConsumed;
  1021             default:
  1019             default:
  1022                 return EEventNotHandled;
  1020                 return EEventNotHandled;