Name: pa48320 Date: 05/20/2003
When I am on a dialog and I bring up the help window I can still perform functions on the dialog, which is expected. The help window is dependent on the dialog itself (i.e. modal) and shouldn't be. I'm unable to display the dialog in the foreground when the help window is open, which will definitely irritate users who want to enter information and go back and forth between the dialog and help window.
Also, if the help window is open and I select a button on the dialog that opens another dialog, I can't close the help window (until I close the new dialog).
And, if I select the help button on the new dialog, it replaces the current help window.
In my experience with software standards, help windows should be in no way dependent on the dialog from which they are selected (i.e. non-modal). I should be able to select a help window and keep it open forever, and I should be able to display multiple help windows at the same time. I should also have the ability to switch between the dialog itself and the help windows associated, rather than having to move the help window to a different part of the screen so I can enter information in the dialog.
======================================================================