Hi,
I am following this link to hide the control pane to make a full screen app but the control pane is not getting hidden.
http://www.developer.nokia.com/Commu...ymbian_C%2B%2B
Lines:
have not effect at all.Code:CEikButtonGroupContainer* cba = CEikButtonGroupContainer::Current(); cba->MakeVisible( EFalse );
Alternatively if i try to use SetExtentToWholeScreen(), the emulator crashes everytime.
Is there something else i am missing to do here?
Thanks

Reply With Quote

