How create multipage-dialog from resources ?
My next code don't work
RESOURCE DIALOG r_test_dialog
{
title = "test"
pages = r_pages;
}
RESOURCE ARRAY r_pages
{
items=
{
PAGE={text="page1";id=EPage1;},
PAGE={text="page2";id=EPage2;}
};
}
what's wrong ?