multimediacommscontroller/mmcccontroller/src/mccscreen.cpp
branchRCL_3
changeset 6 f9c1f5f9ce0b
parent 3 513a8b745b2f
child 7 267e1b1adf0c
equal deleted inserted replaced
5:5e57de868bc0 6:f9c1f5f9ce0b
   201     
   201     
   202     User::LeaveIfError( iRwGroup->Construct( groupId, EFalse ) );
   202     User::LeaveIfError( iRwGroup->Construct( groupId, EFalse ) );
   203     iRwGroup->SetName( KMccWindowGroupName );
   203     iRwGroup->SetName( KMccWindowGroupName );
   204     
   204     
   205     iRwGroup->SetOrdinalPosition( iWindowOrdinalPosition, iWindowOrdinalPriority );
   205     iRwGroup->SetOrdinalPosition( iWindowOrdinalPosition, iWindowOrdinalPriority );
       
   206     iRwGroup->AutoForeground( EFalse );
   206          
   207          
   207     // Create screen device
   208     // Create screen device
   208     iDev = new (ELeave) CWsScreenDevice( iRwSession );
   209     iDev = new (ELeave) CWsScreenDevice( iRwSession );
   209     iDev->Construct( iDeviceIndex ); 
   210     iDev->Construct( iDeviceIndex ); 
   210     
   211