[comp.windows.x.motif] question on XmCreateErrorDialog

avi@bu-pub.bu.edu (Avram Weiss) (04/25/91)

I have a function which makes a call to XmCreateMessageDialog:

box = XmCreateErrorDialog(w, "err", args, n);

where box is type widget and w is the parent widget.

I then do a XtManageChild(box) and presto!... nothing happens!
Upon the second call to the same code, the dialog pops up.

If anybody have any ideas, I'd love to hear them.

- Avi Weiss

"Upward Compatibility - A manufacturer's commitment to previous mistakes"

avi@bass.bu.edu