HI
I have a 9210.
Please could you tell me what is this solution "as before" for 9210 ?
Thanks in advance.
Jean-Pierre
Printable View
HI
I have a 9210.
Please could you tell me what is this solution "as before" for 9210 ?
Thanks in advance.
Jean-Pierre
HI again
I wanted to add a new question to an open thread.
In fact closed !
As I does not find any valid answer, I open again the subject:
HOW TO DYNAMICALLY CHANGE THE CBA LABELS ON 9210 ??
Thanks in advance !
Jean-Pierre
How about like here:
CEikCommandButton* now = ButtonGroupContainer().ButtonById(<EMyGameBidDefault>);
if (now != NULL)
{
now->SetTextL(<...>);
now->DrawDeferred();
}
Br Vesku