uifw/AvKon/src/AknTextSettingPage.cpp
branchRCL_3
changeset 29 a8834a2e9a96
parent 15 08e69e956a8c
child 38 c52421ed5f07
equal deleted inserted replaced
25:941195f2d488 29:a8834a2e9a96
   409 	UpdateCbaL();
   409 	UpdateCbaL();
   410 
   410 
   411 	// Construct an appropriate control context for the contained editor areas.
   411 	// Construct an appropriate control context for the contained editor areas.
   412 	// Context produced is owned by CAknSettingPage. 
   412 	// Context produced is owned by CAknSettingPage. 
   413     SetEditedItemFrameIID( KAknsIIDQsnFrInput, KAknsIIDQsnFrInputCenter );
   413     SetEditedItemFrameIID( KAknsIIDQsnFrInput, KAknsIIDQsnFrInputCenter );
   414 	TextControl()->ScrollBarFrame()->VerticalScrollBar()->SetMopParent(this);
   414     
       
   415     // ScrollBarFrame always exists in this phase
       
   416     CEikScrollBar* sb = editor->ScrollBarFrame()->VerticalScrollBar();
       
   417     if ( sb )
       
   418         {
       
   419         sb->SetMopParent( this );
       
   420         sb->MakeVisible( ETrue );
       
   421         }
   415 	}
   422 	}
   416 
   423 
   417 /**
   424 /**
   418  * Acts upon changes in the hosted control's state. 
   425  * Acts upon changes in the hosted control's state. 
   419  *
   426  *