Professional Software Development Tools
Hmm... I think the message "Cannot navigate pages while a dialog is visible" is pretty descriptive, don't you agree?
You can't jump to another page while a DialogEx is open. You can set a variable in your script, so you can know where to jump to after the dialog is closed.
From the help file:
And no, this is not a bug.Note: You cannot navigate pages when a dialog is visible, nor can you show another instance of a dialog if it is already visible. You can however show a dialog from a dialog.
Ulrich
lol, i agreeHmm... I think the message "Cannot navigate pages while a dialog is visible" is pretty descriptive, don't you agree?
@kankan, in a few weeks AMS will support Child Windows and will have a huge array of child window objects including scroll bars, splitter, explorers, listicon and much more
i have been wanting to write this system for ages and have only recently found the time, after seeing a few posts like this one where people want to use dialog windows as child windows (it just dont work without errors) i decided to go ahead with it, i'll post a "WIP" as soon as i can