Hello All,
I try to make a Full Screen application for S60 3rd.
In AppUI in InitializeContainers I use this command
And when Creating Container I use this commandCode:Cba()->MakeVisible(EFalse);
instead of the defaultCode:MyContainer::NewL( AppUi()->ApplicationRect(), NULL, this );
This gives me full screen app just fine, but then when I call confirmation note at some point like thisCode:MyContainer::NewL( ClientRect(), NULL, this );
Full screen dissapears and even though I still can't see CBA buttons (which is what I want anyway) there is no full screen anymore - I can see space reserved for CBA buttons at the very bottom of the screen.Code:CAknConfirmationNote* note = new ( ELeave ) CAknConfirmationNote(); note->ExecuteLD( *aOverrideText );
Would appreciate any thoughts on how to fix this.
Thanks



