uifw/AvKon/src/AknSettingPage.cpp
branchRCL_3
changeset 23 3d340a0166ff
parent 18 0aa5fbdfbc30
child 25 941195f2d488
equal deleted inserted replaced
18:0aa5fbdfbc30 23:3d340a0166ff
  1692                                    ETouchFeedbackVibra,
  1692                                    ETouchFeedbackVibra,
  1693                                    TPointerEvent() );
  1693                                    TPointerEvent() );
  1694             }
  1694             }
  1695         }
  1695         }
  1696     
  1696     
       
  1697 	//
       
  1698   	// Set editor control to be invisible
       
  1699   	//
       
  1700 	iEditorControl->MakeVisible( EFalse );
       
  1701 
  1697 	DynamicInitL();
  1702 	DynamicInitL();
  1698 	ActivateL();
  1703 	ActivateL();
  1699 
  1704 
  1700 	if ( iExtension->iEmbeddedSoftkeys )
  1705 	if ( iExtension->iEmbeddedSoftkeys )
  1701 	    {
  1706 	    {
  1709         TRect demarcation;
  1714         TRect demarcation;
  1710         CAknTransitionUtils::GetDemarcation( CAknTransitionUtils::EPopup, 
  1715         CAknTransitionUtils::GetDemarcation( CAknTransitionUtils::EPopup, 
  1711                 demarcation );
  1716                 demarcation );
  1712         GfxTransEffect::SetDemarcation( this, demarcation );
  1717         GfxTransEffect::SetDemarcation( this, demarcation );
  1713 
  1718 
       
  1719 		iEditorControl->MakeVisible( ETrue );
  1714         MakeVisible( ETrue );
  1720         MakeVisible( ETrue );
  1715         GfxTransEffect::End( this );
  1721         GfxTransEffect::End( this );
  1716         }
  1722         }
  1717     else
  1723     else
  1718         {
  1724         {
       
  1725         iEditorControl->MakeVisible( ETrue );
  1719         MakeVisible( ETrue );
  1726         MakeVisible( ETrue );
  1720         }
  1727         }
  1721 
  1728 
  1722 	iEditorControl->SetObserver( this );
  1729 	iEditorControl->SetObserver( this );
  1723 	iEikonEnv->EikAppUi()->AddToStackL(this,ECoeStackPriorityDialog);
  1730 	iEikonEnv->EikAppUi()->AddToStackL(this,ECoeStackPriorityDialog);
  1775 	if ( PostDisplayCheckL() )
  1782 	if ( PostDisplayCheckL() )
  1776 		{
  1783 		{
  1777 		StartActiveScheduler();
  1784 		StartActiveScheduler();
  1778 		}
  1785 		}
  1779 	else
  1786 	else
  1780 		AttemptExitL(EFalse);
  1787 		{
       
  1788         AttemptExitL(EFalse);	
       
  1789         }
  1781 	
  1790 	
  1782 	iEikonEnv->EikAppUi()->RemoveFromStack(this);
  1791 	iEikonEnv->EikAppUi()->RemoveFromStack(this);
  1783 	CleanupStack::Pop(); // this
  1792 	CleanupStack::Pop(); // this
  1784 
  1793 
  1785 	if ( iExtension->iEmbeddedSoftkeys )
  1794 	if ( iExtension->iEmbeddedSoftkeys )