Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!usc!aero-c!gumby.dsd.trw.com!deneva!rigel.sdd.trw.com!rroux From: rroux@rigel.sdd.trw.com Newsgroups: comp.windows.x.motif Subject: auto-traverse of text widgets Message-ID: <2801F4F9.5C0D@deneva.sdd.trw.com> Date: 9 Apr 91 17:08:08 GMT Sender: news@deneva.sdd.trw.com Reply-To: rroux@rigel.sdd.trw.com () Distribution: usa Organization: TRW Inc., Redondo Beach, CA Lines: 17 I'm stumped. I have a bulletinboard widget that contains two single line text widgets and a couple labels. I want to be able to press in one of the text widgets and have the focus automatically shift to the other text widget. I tried using XtSetKeyboardFocus with limited success. The focus _does_ change, but the text cursor in the first widget keeps blinking. It seems that there is confusion between the program and the window manager as to which widget really has the focus. Is there a better/another way? By the way, I'm using Motif 1.0.3 and the X11R3 libraries, but running X11R4. Thanks, Ray Roux rroux@rigel.sdd.trw.com