Good day gentlemen!
I discoverd weird behavior of MUI and nsDialogs. I made a test script with mixed MUI pages and custom pages. It should show in this order: MUI_PAGE_WELCOME, my custom page, MUI_PAGE_INSTFILES, my custom page and finally MUI_PAGE_FINISH.
I see that if I put some custom page into MUI pages sequence then script behaves incorrectly. For example, in my test script is MUI_PAGE_INSTFILES skipped.
Is that a bug or am I doing something wrong? (using 2.37)
nsDialogs & MUI: Page skipping
5 posts
Your script works perfectly fine for me. MUI_PAGE_INSTFILES is displayed with its message boxes.
It should wait after messagebox and go on after cliking on next, shouldn't it?
No, it shouldn't. You haven't used MUI_FINISHPAGE_NOAUTOCLOSE.
OK, I am SO STUPID. Excuse me kichik... I wish this thread was deleted 🙁