Xref: utzoo comp.windows.x:24361 comp.sys.dec:3585 comp.unix.ultrix:3948 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!nisca.ircc.ohio-state.edu!lvd1.bme.ohio-state.edu!alex From: alex@lvd1.bme.ohio-state.edu (Alex Savchenko) Newsgroups: comp.windows.x,comp.sys.dec,comp.unix.ultrix Subject: DS3100 XtInstallAccelerators problem? Keywords: DECStation 3100, XtInstallAccelerators, xrn Message-ID: <2766@nisca.ircc.ohio-state.edu> Date: 13 Jul 90 18:19:34 GMT Sender: news@nisca.ircc.ohio-state.edu Reply-To: alex@lvd1.bme.ohio-state.edu (Alex Savchenko) Followup-To: comp.windows.x Organization: Biomedical Engineering OSU Lines: 22 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\ 0xff0a: set() notify() unset()\n\ 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.