Info: Other appuifw.app attributes: Tabs , Forms
Tabs: appuifw.app.set_tabs(tabnames, callback) Tabs are used to switch application pages. Here is in short how to build tabs: # define application 1: text app
def exit_key_handler(): # create a tab handler that switches the application based on what tab is selected # create the tabs with its names in unicode as a list, include the tab handler
# Example script 2: app_tabs_advanced.py |
Tab 1 : Tab 2: Tab 3:
|
|
Forms: appuifw.app.form()
# create a list to be used in 'combo' selection mode
# set the view/edit mode of the form # creates the form # for more parameters see the Nokia API_Reference_for_python document! # Example script: form.py
|
|
|
|