
Originally Posted by
belimawr
thanks for the nice hack, works well. i was wondering if there is a way to have the labels renamed on the dialogs as well? i have app.body as text and using uikludges i can rename the softkey label ok. however, when i open a dialog like e.g. appuifw.query(question1, "query"), then the right soft key label is set to default "cancel" again.
thx,
-beli
This module allow you to change the display of the Exit key only ! It's not linked to the Right Soft key.
I'm going to explain this. When the phone display 'Exit' (in your language locale) on any soft key (right or left even if exit display always on right soft key) then you can display another string instead ('Quit' ie )
uikludges is very limited it only change all 'Exit' display to whatever string you want !
I have upgraded this module by this one uitricks.
Download it with key_tricks.py
Now you can all or almost change all soft key (bugs for Ok,Cancel and Select
) to whatever you want !
Code:
import uitricks
from key_tricks import *
# change Yes soft key to Italian :)
uitricks.set_text(u'Si',EAknSoftkeyYes)
#reset Yes soft key
uitricks.set_text(u'Yes',EAknSoftkeyYes)
For more examples and installation of these files look at http://discussion.forum.nokia.com/fo...light=uitricks