Categories: Python | S60 | Code Examples | How To | UI
This page was last modified 15:13, 19 August 2008.
How to use globalui
From Forum Nokia Wiki
This article describes how to use globalui, a module available starting from PyS60 1.4.4. The elements are similar to the ones in appuifw, but are displayed even if the application is running in the background.
import globalui globalui.global_note(u"This is a global note") #Displays a note globalui.global_query(u"Continue to next level?") #Displays an OK/Cancel query globalui.global_popup_menu([u"Object1",u"Object2"],u"Please make a choice") #Displays a popup menu globalui.global_msg_query(u"Do you agree with the terms?",u"About the application") #Displays an OK/Cancel query, but with a new look
Screenshots illustrating the elements above:
See also: Python Input and Output
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to write Help for my App | Vincent_Kwan | Python | 7 | 2008-09-25 17:40 |
| PyS60 shell hides my appuifw window | pzul_wisner | Python | 5 | 2008-08-21 21:04 |
| Active Standy Screen plugin | skewlboy | Python | 4 | 2008-08-23 13:50 |
| [Announce] PyS60 Community Edition! | Sorcery-ltd | Python | 31 | 2008-09-29 16:28 |
| Background processes doubts | totetote | Python | 12 | 2008-07-10 15:25 |




