i want to lock some specific keys only..
my application body is text and i m printing some data on screen.
so i dont want d user to edit the text printed by me..
plz help..
i want to lock some specific keys only..
my application body is text and i m printing some data on screen.
so i dont want d user to edit the text printed by me..
plz help..
hello jiten
i am not getting you actually but i guess you are writing something in appuifw.Text().
You can use appuifw2 extension which have the option of not allowing the users to edit the text.
Regards
Gaba88
Gargi Das- http://gargidas.blogsot.com
Forum Nokia Python Wiki
Learn Python at http://mobapps.org/PyS60
Hi,
How you are printing the data? if you are using edwin control make it read only either you can also consume the key in offerkeyeventL.
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
Yes, but this is Python
You can also use the keycapture module to detect key presses. You don't have to perform any action, just detecting them is enough as that will prevent any text from being entered in your Text instance.