Hi!
I want to implement my app for S40 platform in full screen mode. I know about GameCanvas.setFullScreenMode method but my app uses the Form class for UI. Can I develop my app with Forms in full screen mode?
Hi!
I want to implement my app for S40 platform in full screen mode. I know about GameCanvas.setFullScreenMode method but my app uses the Form class for UI. Can I develop my app with Forms in full screen mode?
No, you cannot change the default implementation of Form.
Regards
Gopal
Hi HellStranger,
if you want to have your application in full screen mode then you have to draw the components on canvas your self instead of adding to Form.