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.
Printable View
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.
hello,
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.
Thanks.