mmappcomponents/audiofetcher/src/audiofetcherdialog.cpp
changeset 1 7f2202662322
parent 0 a2952bb97e68
child 9 bee149131e4b
child 20 b1fb57be53fe
equal deleted inserted replaced
0:a2952bb97e68 1:7f2202662322
   284     
   284     
   285     
   285     
   286     iListBox->View()->SetListEmptyTextL( *iEmptyListText );
   286     iListBox->View()->SetListEmptyTextL( *iEmptyListText );
   287     
   287     
   288     iStatusPaneHandler->SetTitleL( iTitle );
   288     iStatusPaneHandler->SetTitleL( iTitle );
   289     iStatusPaneHandler->SetNaviPaneTitleL( KNullDesC );
       
   290     
   289     
   291     CEikButtonGroupContainer& dialogCba = ButtonGroupContainer(); 
   290     CEikButtonGroupContainer& dialogCba = ButtonGroupContainer(); 
   292     dialogCba.MakeCommandVisible(EAknSoftkeySelect, EFalse);
   291     dialogCba.MakeCommandVisible(EAknSoftkeySelect, EFalse);
   293 
   292 
   294     WLOG("CAudioFetcherDialog::PreLayoutDynInitL <");
   293     WLOG("CAudioFetcherDialog::PreLayoutDynInitL <");
   874         TRect mainPaneRect;
   873         TRect mainPaneRect;
   875         AknLayoutUtils::LayoutMetricsRect( 
   874         AknLayoutUtils::LayoutMetricsRect( 
   876         AknLayoutUtils::EMainPane, mainPaneRect );
   875         AknLayoutUtils::EMainPane, mainPaneRect );
   877         SetRect( mainPaneRect );
   876         SetRect( mainPaneRect );
   878         TRAP_IGNORE( iStatusPaneHandler->SetTitleL( iTitle ) );
   877         TRAP_IGNORE( iStatusPaneHandler->SetTitleL( iTitle ) );
   879         TRAP_IGNORE( iStatusPaneHandler->SetNaviPaneTitleL( KNullDesC ) );
       
   880         DrawDeferred();
   878         DrawDeferred();
   881         }
   879         }
   882         
   880         
   883     CCoeControl::HandleResourceChange( aType );
   881     CCoeControl::HandleResourceChange( aType );
   884     }
   882     }