Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!ucbvax!alphalpha.com!nazgul From: nazgul@alphalpha.com (Kee Hinckley) Newsgroups: comp.windows.x.motif Subject: Re: Problem using the WorkingDialog Message-ID: <901004143230.998@alphalpha> Date: 4 Oct 90 18:32:30 GMT References: <1990Oct1.111721.3499@bmc.uu.se> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 9 > I have a little problem with the usage of XmMessageBox of type WORKING. This will work most of the time. Create and manage your dialog Create a timer with a zero second timeout In the timer callback start your work Note that if possible you should still check for events while you are working so that the user can cancel if they want to.