DS3100 XtInstallAccelerators problem?

Alex Savchenko alex at lvd1.bme.ohio-state.edu
Sat Jul 14 04:19:34 AEST 1990


	I ported xrn-6.0 to my DECStation 3100 and ecountered problem
	with XtInstallAccelerators call. After the first invocation 
	of this procedure program seems to fall into infinite loop
	somewhere inside toolkit.

	...
    static char *accel = "#override\n\
                          <Key>0xff0a: set() notify() unset()\n\
                          <Key>0xff0d: set() notify() unset()";
	...
    XtSetArg(bbArgs[0], XtNaccelerators, XtParseAcceleratorTable(accel));
	...
	/* YOU NEVER GET OUT OF THIS ! */
    XtInstallAccelerators(dialog, bb);
	...

	Can anybody help me with this problem?

Thanks,

	Alex.



More information about the Comp.unix.ultrix mailing list