perfapps/memspyui/ui/avkon/src/MemSpyDeviceWideOperationDialog.cpp
changeset 53 819e59dfc032
parent 51 b048e15729d6
equal deleted inserted replaced
52:36d60d12b4af 53:819e59dfc032
   242 	iProgressDialog = new( ELeave ) CAknProgressDialog( reinterpret_cast< CEikDialog** >( &iProgressDialog ), ETrue );
   242 	iProgressDialog = new( ELeave ) CAknProgressDialog( reinterpret_cast< CEikDialog** >( &iProgressDialog ), ETrue );
   243 	iProgressDialog->PrepareLC( R_MEMSPY_DEVICE_WIDE_OPERATION_PROGRESS_DIALOG );
   243 	iProgressDialog->PrepareLC( R_MEMSPY_DEVICE_WIDE_OPERATION_PROGRESS_DIALOG );
   244 	iProgressDialog->SetCallback( this );
   244 	iProgressDialog->SetCallback( this );
   245 	iProgressDialog->SetGloballyCapturing( ETrue );
   245 	iProgressDialog->SetGloballyCapturing( ETrue );
   246 	iProgressInfo = iProgressDialog->GetProgressInfoL();	
   246 	iProgressInfo = iProgressDialog->GetProgressInfoL();	
       
   247 	iProgressInfo->SetFinalValue( 100 );	
   247 	
   248 	
   248 	iSession.NotifyDeviceWideOperationProgress( iProgress, iStatus );
   249 	iSession.NotifyDeviceWideOperationProgress( iProgress, iStatus );
   249 	
   250 	
   250 	UpdateProcessDialogL( iProgress.Progress(), iProgress.Description() );
   251 	UpdateProcessDialogL( iProgress.Progress(), iProgress.Description() );
   251 	
   252