Path: utzoo!attcan!uunet!sbi!victoria From: victoria@sbi.UUCP (Victoria Drozdov) Newsgroups: comp.windows.x Subject: Re: blocking and X Keywords: blocking, X, Motif Message-ID: <330@sbi.UUCP> Date: 12 Jul 90 12:42:39 GMT References: <860@airgun.wg.waii.com> Organization: The Pivot Group Lines: 9 In article <860@airgun.wg.waii.com>, lampshir@airgun.wg.waii.com (gregory b. lampshire) writes: > ... > I am writing a program that must ask alot of yes/no questions. These > questions are critical and hence, the program cannot continue without > them. What I would like to do is use the following code segment > ... All you need is to use a Motif modal dialog box. Just set the XmNdialogStyle to XM_DIALOG_APPLICATION_MODAL.