Forwarding this from the news just to get it onto our mail list.
Not sure if it is relevant to Motif, LessTif, or both. But it
should be easy to check out.
In article <916dln$bnq$[EMAIL PROTECTED]>, you write:
|> In article <8PeZ5.103500$[EMAIL PROTECTED]>,
|> [EMAIL PROTECTED] (Rick Scott) wrote:
|> > Have you considered using the XmNdialogStyle resource of
|> XmBulletinBoard??
|> >
|> > And there is _no_ need for the XtPopup!!! Managing the child of an
|> XmDialogShell
|> > is enough to get it on the screen.
|> >
|> > Rick Scott (LessTif developer)
|> >
|>
|> (Apologies if this is sent twice, dejanews kiked me out when I tried to
|> post this earlier ;-)
|>
|> Thanks Rick, this is exactly what I was looking for. But could someone
|> explain why
|>
|> m=0;
|> XtSetArg(wargs[m],XmNdialogStyle,XmDIALOG_FULL_APPLICATION_MODAL);m++;
|> w=XmCreateFormDialog(parent,"options",wargs,m);
|> XtManageChild(w);
|>
|> core dumps while,
|>
|> w=XmCreateFormDialog(parent,"options",NULL,0);
|> m=0;
|> XtSetArg(wargs[m],XmNdialogStyle,XmDIALOG_FULL_APPLICATION_MODAL);m++;
|> XtSetValues(w,wargs,m);
|> XtManageChild(w);
|>
|> works like a charm?
|>
|> Thanks again for the solution and also for LessTif, I use it everyday
|> and love it, cheers Tobias.
|>
|>
|>
|> Sent via Deja.com
|> http://www.deja.com/
--
Rick Scott (LessTif developer)