Python for Nokia

Very easy to coding pys60 

Please download the latest run-time library form https://garage.maemo.org/frs/?group_id=854 , in-order to start the programming 

Example for Input..

import appuifw

data = appuifw.query(u"Type a word:", "text")

appuifw.note(u"The typed word was: " + data, "info")

No comments:

Post a Comment