DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Setting Pys60 Screen Size
In pys60 1.1.3 and later, you can specify different screen size
appuifw.app.screen='normal' #(a normal screen with title pane and softkeys) appuifw.app.screen='large' #(only softkeys visible) appuifw.app.screen='full' #(a full screen)





