idlehomescreen/xmluirendering/uiengine/src/xnviewcontroladapter.cpp
branchRCL_3
changeset 34 d05a55b217df
parent 16 9674c1a575e9
child 50 137ebc85284b
equal deleted inserted replaced
30:b8fae6b8a148 34:d05a55b217df
    57 // Symbian 2nd phase constructor can leave.
    57 // Symbian 2nd phase constructor can leave.
    58 // -----------------------------------------------------------------------------
    58 // -----------------------------------------------------------------------------
    59 //
    59 //
    60 void CXnViewControlAdapter::ConstructL( CXnNodePluginIf& aNode )
    60 void CXnViewControlAdapter::ConstructL( CXnNodePluginIf& aNode )
    61     {
    61     {
       
    62     CreateWindowL();
       
    63     
    62     CXnControlAdapter::ConstructL( aNode );
    64     CXnControlAdapter::ConstructL( aNode );
    63             
       
    64     CreateWindowL();
       
    65 
    65 
    66     if( Window().SetTransparencyAlphaChannel() == KErrNone )      
    66     if( Window().SetTransparencyAlphaChannel() == KErrNone )      
    67         {       
    67         {       
    68         Window().SetBackgroundColor( ~0 );       
    68         Window().SetBackgroundColor( ~0 );       
    69         }   
    69         }