equal
deleted
inserted
replaced
70 User::LeaveIfError( iMyWindowGroup.Construct( ( TUint32 )&iMyWindowGroup) ); |
70 User::LeaveIfError( iMyWindowGroup.Construct( ( TUint32 )&iMyWindowGroup) ); |
71 |
71 |
72 iMyWindowGroup.SetName( KMusUiBackgroundWindowGroupName ); |
72 iMyWindowGroup.SetName( KMusUiBackgroundWindowGroupName ); |
73 iMyWindowGroup.SetOrdinalPosition( iOrdinalPosition, ECoeWinPriorityNormal ); |
73 iMyWindowGroup.SetOrdinalPosition( iOrdinalPosition, ECoeWinPriorityNormal ); |
74 iMyWindowGroup.EnableReceiptOfFocus( EFalse ); |
74 iMyWindowGroup.EnableReceiptOfFocus( EFalse ); |
|
75 iMyWindowGroup.AutoForeground( EFalse ); |
|
76 iMyWindowGroup.SetNonFading( ETrue ); |
75 |
77 |
76 CreateWindowL(&iMyWindowGroup); |
78 CreateWindowL(&iMyWindowGroup); |
77 |
79 |
78 iGroupIdentifier = iMyWindowGroup.Identifier(); |
80 iGroupIdentifier = iMyWindowGroup.Identifier(); |
79 |
81 |