HI !
I want to use the CBA-buttons ( cba=R_AVKON_SOFTKEYS_OK_CANCEL ), but I don't know how ;-(
I read different threads and in some postings people sugguest to use the following code:
// Code
CEikButtonGroupContainer* pCba = CEikButtonGroupContainer::Current();
pCba->MakeVisible(EFalse);
The OK / Cancel is not showing, but the following CBA is showing: " Options ^ Exit "
I didn't define this CBA in my code ...
Is there any developer, who can explain me that behavior and ( more important ) say me, how to hide the OK / Cancel CBA-Define
correctly ?
Thanks . . .
Greeting
IngeS





