Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!udel!rochester!spot!spot.wbst128.xerox.com!jhs From: jhs@spot.wbst128.xerox.com Newsgroups: comp.windows.x Subject: XNews and XtNinput Message-ID: <219@spot.wbst128.xerox.com> Date: 12 Sep 89 22:09:12 GMT Sender: news@spot.wbst128.xerox.com Reply-To: jhs@spot.wbst128.xerox.com () Organization: WRC, XEROX Lines: 24 I have some problems using the Xnews release from Sun. All my keystrokes are not directed to my string boxes; they either end in nowhere land or are captured by the window underneath. I set XtNinput of the top level shell to True but it still doesn't work (adding this line helped when I tried my application with the beta-release of Xnews, but with the new release I am back to the same old problem). My code looks like this: static Arg set_input[1] = { { XtNinput, True } }; toplevel = XtInitialize( "xbrowser", "XBrowser", NULL, 0, &argc, argv); XtSetValues(toplevel, set_input, XtNumber(set_input)); Did I miss something? Thanks /Hans ArpaNet: schlichter.wbst128@xerox.com