Namespaces
Variants
Actions

Archived:How to change screen orientation using PySymbian

Jump to: navigation, search
Archived.png
Aquivado: Este artigo foi arquivado, pois o conteúdo não é mais considerado relevante para se criar soluções comerciais atuais. Se você achar que este artigo ainda é importante, inclua o template {{ForArchiveReview|escreva a sua justificativa}}.

All PySymbian articles have been archived. PySymbian is no longer maintained by Nokia and is not guaranteed to work on more recent Symbian devices. It is not possible to submit apps to Nokia Store.

This snippet shows how to change the screen's orientation in PySymbian.

Article Metadata

Tested with
Devices(s): Nokia N95

Compatibility
Platform(s): S60 3rd Edition

Article
Keywords: appuifw
Created: User:Kandyfloss (25 Apr 2008)
Last edited: hamishwillee (08 May 2013)

Preconditions

This method is only available for some S60 3rd Edition devices.

The orientation attribute of the application can be read and written and can be one of the following values: 'automatic' (this is the default value), 'portrait' or 'landscape'.

Note: This method only changes the orientation of the application in which it is used. Other applications are not affected. In other words, once the application has been closed the screen's orientation is set back to the previous orientation.

Source code

import appuifw
 
 
appuifw.app.orientation = 'landscape'

Postconditions

The application's orientation is set to landscape mode.

This page was last modified on 8 May 2013, at 14:57.
235 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved