Hi, is it possible to dynamically construct a multipage dialog? I was able to do it only from resources. CEikDialog has a member class CEikDialogPageSelector which has AddPageL() method, but the class has a private scope.
Re: 9210 / c++ : multipage dialog
2005-10-18, 15:47#2
Did you try using CEikDialogPageContainer class ? Can you derive your one class from this and add pages to a CEikDialog ? Please let me know how is done.