Categories: Python | S60 | Code Examples | How To
This page was last modified 08:23, 25 April 2008.
How to change screen orientation
From Forum Nokia Wiki
The code is used to change screen orientations in Python.
The screen orientations can be toggled using one function from the appuifw module.
appuifw.app.orientation='portrait' appuifw.app.orientation='landscape'
Please note the appuifw.app.orientation doesn't change the orientation of other applications. The orientation of the PyS60 application is only toggled.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Question : Nokia 6600's key in same time | itsworld | Mobile Java General | 1 | 2004-05-01 15:51 |
| 对S60 3RD模拟器的一点意见,是一个明显的大BUG,还是我不会设置呢? | danielwang99 | Symbian | 3 | 2006-10-08 09:13 |
| Branding - Dynamically change Nokia theme's background image | najibmok | Mobile Java General | 3 | 2007-11-19 19:32 |
| How to find screen layout(landscape/potrait) | TheLittleBird | General Symbian C++ | 1 | 2006-12-15 13:10 |
| how to update screen | ceehira | Symbian User Interface | 2 | 2005-07-14 12:03 |
