hi, i want to create a item dynamic ,like the CEikEdwin create the item "writing language". who can give me a help?
hi, i want to create a item dynamic ,like the CEikEdwin create the item "writing language". who can give me a help?
you just add an menu item inside the DynInitMenuPaneL(), or you have two separate menu's and you swap them.
I mean that create a item dynamic not use DynInitMenuPannel() function ,and not use any resource, the item's title and command is given by the code in my programe
I don't see that possible with menu's then. Basically to make a normal menu for normal application, you need to have a menu resource defined, then you could use the DynInitMenuPannel() to add menu itmes to this resource defined menu, and for those additional menu items you don't need to have a resource.
Maybe you can use popup menu, use CAknListQueryDialog then.
Regards,
Herwin