Discussion Board
-
CBA labels
2004-01-03, 22:01
#1
Registered User
HI
I have a 9210.
Please could you tell me what is this solution "as before" for 9210 ?
Thanks in advance.
Jean-Pierre
-
9210 CBA labels
2004-01-03, 22:26
#2
Registered User
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
-
Nokia Developer Expert
How about like here:
CEikCommandButton* now = ButtonGroupContainer().ButtonById(<EMyGameBidDefault>);
if (now != NULL)
{
now->SetTextL(<...>);
now->DrawDeferred();
}
Br Vesku
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules