Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hplabs!hpl-opus!hpcc05!hpsciz!hpdtczb!bazavan From: bazavan@hpdtczb.HP.COM (Valentin Bazavan) Newsgroups: comp.windows.x.motif Subject: Re: XmUpdateDisplay - the little engine that couldn't? Message-ID: <17100010@hpdtczb.HP.COM> Date: 19 Jun 91 14:37:37 GMT References: Organization: HP Design Tech Center - Santa Clara, CA Lines: 13 The sequence below always works for me: XmUpdateDisplay sleep XmUpdateDisplay The problem with this approach is that the shortest suspension time you can set using sleep(3) is one second; that's too long. You will have to write your own sleep() to allow shorter suspension times. Valentin Bazavan vbazavan@dtc.hp.com