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: LabelGadget problems Message-ID: <901113151819.13731@alphalpha> Date: 13 Nov 90 19:18:19 GMT References: <1990Nov9.174932.7131@sctc.com> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 8 > The problem that I'm having is that the label becomes blank after > the first XtSetValues, and it doesn't get updated until after > the callback finishes executing, by which time it comes up with > "finished processing" from the second setting of the labelString. I seem to recall someone once saying that labelGadgets do text display by doing a clear and waiting for an expose event, at which point they draw the text.