import appuifw appuifw.note(u"Hello", 'info')
The message to be display must be in unicode. See u"Hello"
11388 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
import appuifw appuifw.note(u"Hello", 'info')
You need to create an account or log in to post comments to this site.