Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!skat.usc.edu!curtz From: curtz@skat.usc.edu (Curtz Lam) Newsgroups: comp.windows.x.motif Subject: yet another text problem Message-ID: <28344@usc> Date: 22 Nov 90 02:03:18 GMT Sender: news@usc Organization: University of Southern California, Los Angeles, CA Lines: 20 Nntp-Posting-Host: skat.usc.edu Originator: curtz@skat.usc.edu I have a problem with displaying the insertion point in a "TextField" widget. The sequence of calls look like this: XtSetSensitive(w, FALSE); /* where w is a XmTextFieldWidget */ XtSetSensitive(w, TRUE); XmProcessTraversal(w, XmTRAVERSE_CURRENT); The cursor won't show in the widget until some action is preformed (e.g. backspacing). I tried doing a XFlush before XmProcessTraversal, but it didn't help either. I am not sure if this is related to the problem with backspacing in Text Widget, but they surely look similiar. Thanks in advance. Curtz -- --- Internet: curtz@usc.edu UUCP: ...!uunet!usc!curtz