Hi all,
How I can capture the continuous pressed on key (ie: exactly as writing a message when the key pressed once give a Character and when it pressed twice give another Character and so on.) is there any Event to do that.
Thanks
Hi all,
How I can capture the continuous pressed on key (ie: exactly as writing a message when the key pressed once give a Character and when it pressed twice give another Character and so on.) is there any Event to do that.
Thanks
You can do it, Using the key press detection in Python.
See in this article : http://wiki.forum.nokia.com/index.ph...sses_in_Python
Best regards,
Thanks rahulvala for your reply.
another problem, I cant handle Event of number keys on Text body, any suggestions for this problem ??
Thanks