Hi to all!
I'm writing a simple application that show a pop-up with "Hello!" text.
I have found this article:
http://wiki.forum.nokia.com/index.ph...put_and_Output
and so i use this code:
but i have a problem.Code:import appuifw appuifw.note(u"Hello!") #displays a simple message
This pop-up is showed only if python is on foreground.
If i start python, and start this script, and go on standby screen, i hear the bip of pop-up but i can't watch it. But if i start python, and start this script, without go on standby screen, i see the pop-up.
Is there a way to view this pop-up on standby screen, putting python schell on background?
Thanks

Reply With Quote

