Full Screen S60 Application:
To let your application to use the full screen, please add the following line in your Appview class.
  SetExtentToWholeScreen(); 
This is a public API in ccoecontrol. So, any CCoeControl class can use this. After adding this line, your application will not be having any control pane or status pane.  
Note: This code is tested on S60 5th edition and in portrait mode
  
0 comments:
Post a Comment