clock2/clockui/uilayer/clockworldview/src/clockworldview.cpp
branchRCL_3
changeset 30 d68a4b5d5885
parent 27 55d60436f00b
child 60 96907930389d
equal deleted inserted replaced
27:55d60436f00b 30:d68a4b5d5885
   590         iTimer->Start( TTimeIntervalMicroSeconds32( KIntervalTime - 1000000 * dateTime.Second() - dateTime.MicroSecond() ),
   590         iTimer->Start( TTimeIntervalMicroSeconds32( KIntervalTime - 1000000 * dateTime.Second() - dateTime.MicroSecond() ),
   591                        TTimeIntervalMicroSeconds32( KIntervalTime ), callBack );
   591                        TTimeIntervalMicroSeconds32( KIntervalTime ), callBack );
   592         }
   592         }
   593 
   593 
   594     // Activate the container.
   594     // Activate the container.
   595     iContainer->ActivateL();
   595     if( ClockApplicationUi()->TransitionOngoing() )
       
   596         {
       
   597         //ClockApplicationUi()->DoAppearTransition( iContainer );
       
   598         iContainer->ActivateL();
       
   599         }
       
   600     else
       
   601         {
       
   602         iContainer->ActivateL();
       
   603         }
   596     iContainer->SetRect( ClientRect() );
   604     iContainer->SetRect( ClientRect() );
   597     
   605     
   598     
   606     
   599     
   607     
   600     // Update the title pane text.
   608     // Update the title pane text.
   935         __PRINTS( "CClockWorldView::NewL - Entry" );
   943         __PRINTS( "CClockWorldView::NewL - Entry" );
   936         
   944         
   937         return;
   945         return;
   938         }
   946         }
   939         
   947         
   940 	HBufC* queryText( NULL );
       
   941     TInt currentListItem( iContainer->ListBox()->CurrentItemIndex() );
   948     TInt currentListItem( iContainer->ListBox()->CurrentItemIndex() );
   942     
   949     
   943     // Get information about the city selected.
   950     // Get information about the city selected.
   944     TCityInfo cityInformation( iWorldArray->GetCity( currentListItem ) );
   951     TCityInfo cityInformation( iWorldArray->GetCity( currentListItem ) );
   945 
   952