Discussion Board
-
RE: How to change the text of the softkey for 7650?
1970-01-01, 02:00
#1
Registered User
Hi,
This should work :
CEikButtonGroupContainer* cba = CEikButtonGroupContainer::Current();
cba->SetCommandSetL(aResourceId);
cba->DrawNow();
Etienne
-
RE: How to change the text of the softkey for 7650?
1970-01-01, 02:00
#2
Registered User
Can we set the text and not use the resource ? :)
-
How to change the text of the softkey for 7650?
2002-04-03, 05:12
#3
Regular Contributor
Hi,
Does anyone know how to replace the standard cba(softkey) text for
Series60(7650)?
Thanks.
-
RE: How to change the text of the softkey for 7650?
2002-04-03, 06:48
#4
Regular Contributor
I found the solution.
Do it in the way as before in 9210.
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