Path: utzoo!attcan!uunet!husc6!linus!spdcc!bloom-beacon!SAM.CS.CMU.EDU!Francois.Bitz From: Francois.Bitz@SAM.CS.CMU.EDU Newsgroups: comp.windows.x Subject: some proble writing text after XMapWindow() Message-ID: <8808050403.AA23834@ATHENA.MIT.EDU> Date: 5 Aug 88 04:02:12 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 20 I seem to have some trouble in the following simple statements: XMapWindow(display,window); XDrawImagestring(display,window,mygc,20,20,string,strlen(string); most of the times (when the window is previously unmappped) these statements get executed the text DOES NOT show up on the window, whereas a second call to the same lines when the window is already MAPPED prints text in the window correctly. I tried doing a XFlush(), but nothing seems to help... Any suggestions ? thanks