Citing from comp.windows.x.motif:
>Anyone have a clue why these commands would give me different results
>on different platforms:
>
>dialog = XmCreateFileSelectionDialog (shell, "filesb", NULL, 0);
>Widget form=XmFileSelectionBoxGetChild(dialog, XmDIALOG_WORK_AREA);
>if (!form)
> form=XtVaCreateManagedWidget("form", xmFormWidgetClass, dialog,
>NULL);
>form=XmFileSelectionBoxGetChild(dialog, XmDIALOG_WORK_AREA);
>if (!form) exit(1);
>
>On Linux (Lesstif 0.92 - current version) the program exits, but on
>Irix 6.5 it works fine. Am I missing something simple here?
Yes, a quick look shows that we don't handle this at all
(namely that argument to that function). Sounds like a fix which requires
not too many lines of code, but who knows ... ;-)
--
Alexander Mai
[EMAIL PROTECTED]