adrian@chanakya.oakhill.uucp (Adrian Lao) (02/19/91)
I have two dialogs, one is is ErrorDialog created by XmCreateErrorDialog, and the other is BullDialog created by XmCreateBulletinBoardDialog. Both are created with dialogStyle XmDIALOG_SYSTEM_MODAL. BullDialog's purpose is to ask the user to input and did something and if anything wrong occurs, the ErrorDialog will be poped up. However, the ErrorDialog won't be able to get the input focus once the BullDialog is poped up and what even worse is that the BullDialog doesn't accept any input once the ErrorDialog is poped up. I guess the problem may be both are XmDIALOG_SYSTEM_MODAL. Is there anyway to get around it (i.e. ErrorDialog get input focus and accept input once it is poped up) if I still want both to be XmDIALOG_SYSTEM_MODAL? Thank you. Adrian adrian@ssdt-bluestein.sps.mot.com