Hello,
I have following python code:
import telephone
import e32
import appuifw
telephone.dial('01722321150')
e32.ao_sleep(5)
telephone.hang_up()
appuifw.note(u'Call ended', 'info')
if appuifw.query(u"Exit application", "query") == True:
appuifw.note(u'Bye Bye', 'info')
If I install this code in my 6630 as a python script I can see the message "Call ended".
Using a N95 (with emsymble) the mobile starts the call but it returns to the main canvas ( Desktop ) and the message "Call ended" is never shown.
Is there a way of locking the canvas ?
Thank you.
Jes

Reply With Quote



