Dave Hayes <d...@jetcafe.org> writes: > Sort of. Code is attached. At the moment, the exact behavior I > described is not working in the test application. I've replicated my > architecture in this code snippet, and I seem to be seeing the same > behavior regardless of the parent window that the help window is > created with. The close button does not work until the original > dialog is closed. > > Maybe this will give you insight into what I am missing? I hope so.
The Close button of the Help window does not get triggered since the (other) dialog is modal and stays in control. HTH, -- Johan