to the 'show' function and now I know 'why': on the 'Back' move Welcome page 'show' function runs on the still presenting Directory page. So my questions: is this correct? How to address (hwnd) this 'ready to show' previous page on the back move?
FindWindow $0 '#32770' '' $HWNDPARENT
MessageBox MB_OK "childdlg=$0"
Edited:
I can add that I see 2 '#32770' childs after 'Back' click, but how i can determine from plug-in the 'incoming' one? Is it always hidden window? Or last child? Can I rely this will be repeatable in 2.15? 🙂