csxhelp/src/CSXHHtmlTopicView.cpp
branchRCL_3
changeset 5 d06b1526f62c
parent 0 1f04cf54edd8
child 8 91bbff48ea9c
equal deleted inserted replaced
1:27f5851bd5a5 5:d06b1526f62c
   249                              
   249                              
   250 void CCSXHHtmlTopicView::DoDeactivate()                             
   250 void CCSXHHtmlTopicView::DoDeactivate()                             
   251     {   
   251     {   
   252     if(iBCContainer)
   252     if(iBCContainer)
   253         {
   253         {
       
   254         iBCContainer->MakeVisible(EFalse);
   254         TRAP_IGNORE(iBCContainer->CancelFetchL());
   255         TRAP_IGNORE(iBCContainer->CancelFetchL());
   255         iBCContainer->MakeVisible(EFalse);
       
   256         AppUi()->RemoveFromStack(iBCContainer);
   256         AppUi()->RemoveFromStack(iBCContainer);
   257         }
   257         }
   258     }
   258     }
   259 // --------------------------------------------------------------------------
   259 // --------------------------------------------------------------------------
   260 // When a view which was previously activated, goes to background and gets
   260 // When a view which was previously activated, goes to background and gets
   349 #ifdef FF_HELP_TUTORIAL_MERGE
   349 #ifdef FF_HELP_TUTORIAL_MERGE
   350  // --------------------------------------------------------------------------
   350  // --------------------------------------------------------------------------
   351 // CCSXHAppUi::LaunchTutorial
   351 // CCSXHAppUi::LaunchTutorial
   352 // Lauch tutorial if exist, else popup a error message.
   352 // Lauch tutorial if exist, else popup a error message.
   353 // --------------------------------------------------------------------------
   353 // --------------------------------------------------------------------------
   354 void CCSXHHtmlTopicView::LaunchTutorial()
   354 void CCSXHHtmlTopicView::LaunchTutorialL()
   355     {
   355     {
   356     CCSXHDocument *doc = static_cast<CCSXHDocument*>(AppUi()->Document());
   356     CCSXHDocument *doc = static_cast<CCSXHDocument*>(AppUi()->Document());
   357     CCSXHHtmlTOC2 *displayTopic = STATIC_CAST(CCSXHHtmlTOC2*,doc->GetDisplayTopic());
   357     CCSXHHtmlTOC2 *displayTopic = STATIC_CAST(CCSXHHtmlTOC2*,doc->GetDisplayTopic());
   358     TCoeHelpContext helpContext;
   358     TCoeHelpContext helpContext;
   359     displayTopic->GetHelpContext(helpContext);
   359     displayTopic->GetHelpContext(helpContext);