How can I change dynamically the text/label/Tag of a CAknButton?
I load the button from a resource:
Initial text is STR_13, but I need to change it programmatically.Code:RESOURCE AVKON_BUTTON r_button { states = { AVKON_BUTTON_STATE { txt = STR_13; helptxt = STR_14; dim_bmpmask = -1; press_bmpmask = -1; hover_bmpmask = -1; bmpmask = -1; } }; }





