[comp.windows.x] XNews and XtNinput

jhs@spot.wbst128.xerox.com (09/13/89)

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

jhs@monet.wbst128.xerox.com (Hans Schlichter) (09/13/89)

Sorry that I sent out the previous message on XNews and XtNinput. 
I mistakenly confused Xview with Xnews. After I saw the flood
of messages discussing the released version of XView I thought
it would be okay to post the mentioned message. I was told that
Xnews is not publicly available. 
I am sorry please ignore the mentioned message

/Hans
ArpaNet: schlichter.wbst128@xerox.com