I would like to create a dialog box that contains from 1 to 4 pages (tabbed). All pages are based on the same form resource, but with different data.
Because the number of pages is computed at run time I cannot create the array of pages in the resource file. Is it possible to create the pages at run time and to add them to the dialog? How do I go about doing this?
I had a look in the help files and source code and I cannot find any hint apart from the CEikDialogPageSelector which is privately declared.
Any leads?
GreG
Re: 7650 - Dynamic page on dialog
2005-10-18, 15:44#2
I want to create a similar thing, but isn't better to use CEikDialogPageContainer class ? See eikdpage.h header from include . How can I create a page derived from this class ?