Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!usenet.ins.cwru.edu!cwjcc!abvax!icd.ab.com!jaz From: jaz@icd.ab.com (Jack A. Zucker) Newsgroups: comp.windows.x Subject: Help with text color on asciiTextWidget Message-ID: <1050@abvax.UUCP> Date: 14 Mar 90 14:13:10 GMT Sender: news@abvax.UUCP Reply-To: jaz@icd.ab.com (Jack A. Zucker) Organization: Allen-Bradley Company, Industrial Computer Division Lines: 9 I have a series of input fields which are asciiTextWidgets. I have set up an event to trigger on EnterWindowMask | LeaveWindowMask. Whenever I get an event, I switch the foreground and background pixel values of the asciiTextWidget using XtSetValues(). This works for the field, but the text remains in it's previous color. I tried changing the textSink widget's foreground and background, but to no avail. Any suggestions ? jaz@calvin.icd.ab.com