Tuesday, April 11, 2006

给pys60以不同的屏幕显示方式

如下就可以做到,我喜欢用全屏,嘿嘿
首先记得要装入appuifw模块

>>>import appuifw

然后可以选择你想要的显示方式

>>>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)

No comments:

Post a Comment