ppl how can i manipulate my app from eg standby?
4eg:
if appswitch.application_list(0) in u'Standby mode' and '''i press shift key''':
appuifw.note(u'you pressed shift','info')
pls inform me abt this
tq,
wook
Printable View
ppl how can i manipulate my app from eg standby?
4eg:
if appswitch.application_list(0) in u'Standby mode' and '''i press shift key''':
appuifw.note(u'you pressed shift','info')
pls inform me abt this
tq,
wook
Hi,
See [url="http://discussion.forum.nokia.com/forum/showthread.php?t=123766"]this thread[/url].
[QUOTE=w00k;458769]ppl how can i manipulate my app from eg standby?
4eg:
if appswitch.application_list(0) in u'Standby mode' and '''i press shift key''':
appuifw.note(u'you pressed shift','info')
pls inform me abt this
tq,
wook[/QUOTE]
hi
i m not sure but i think this [URL="http://wiki.forum.nokia.com/index.php/How_to_use_Keys_in_PyS60"]article[/URL] may help you.
Thank you both, it will help i hope