How can I create dinamically CBA from a resource and change it for differnet views?
Try doing this... Call the Cba() function of the MEikAppUiFactory to get a pointer to CEikButtonGroupContainer. Now call the SetCommandSetL() function of CEikButtonGroupContainer class passing the resource id of the new CBA.
Forum Rules