RE: Modal Windows
what you need to do is modal windows and currently, scripts are only allowed to do modeless. That's a technical limitation designed to prevent stack overflows and other similar problems. Plus! rarely uses modal windows (although, in the case of the "downloading..." window, yes, it is one).
A workaround is to intercept WM_ACTIVATE in the parent and automatically set the child in the foreground when it's displayed.
|