uifw/AvKon/src/aknmessagequerycontrol.cpp
branchRCL_3
changeset 18 fcdfafb36fe7
parent 9 0aa5fbdfbc30
child 19 aecbbf00d063
equal deleted inserted replaced
17:a1caeb42b3a3 18:fcdfafb36fe7
   896       * AknLayoutUtils::LayoutEdwin() is still used for setting its text color and font. 
   896       * AknLayoutUtils::LayoutEdwin() is still used for setting its text color and font. 
   897      **/ 
   897      **/ 
   898     TAknMultiLineTextLayout multilineLayout = TAknTextComponentLayout::Multiline(textComponentLayoutArray);
   898     TAknMultiLineTextLayout multilineLayout = TAknTextComponentLayout::Multiline(textComponentLayoutArray);
   899     AknLayoutUtils::LayoutEdwin( iEdwin, listPopupInfoPane.Rect(),
   899     AknLayoutUtils::LayoutEdwin( iEdwin, listPopupInfoPane.Rect(),
   900         multilineLayout, EAknsCIQsnTextColorsCG19 );
   900         multilineLayout, EAknsCIQsnTextColorsCG19 );
   901     //iEdwin->SetRect( listPopupInfoPane.Rect() );
   901     // Use list_popup_info_pane as editor's rect
       
   902     iEdwin->SetRect( listPopupInfoPane.Rect() );
   902     textComponentLayoutArray.Close();
   903     textComponentLayoutArray.Close();
   903     
   904     
   904     iEdwin->SetBorder( TGulBorder::ENone );
   905     iEdwin->SetBorder( TGulBorder::ENone );
   905     iEdwin->SetFocus( EFalse );
   906     iEdwin->SetFocus( EFalse );
   906     AknsUtils::RegisterControlPosition( iEdwin );
   907     AknsUtils::RegisterControlPosition( iEdwin );