Path: utzoo!attcan!uunet!wuarchive!gem.mps.ohio-state.edu!apple!usc!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: Sun function keys [really binding strings to keys for text apps] Message-ID: <8909202118.AA12868@LYRE.MIT.EDU> Date: 20 Sep 89 21:18:38 GMT References: <91821@ti-csl.csc.ti.com> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 14 > In my resource database, I have > > XTerm*Translations: ... > Whenever I start up an xterm, I get the message "X Toolkit Warning: > Actions not found: string" although everything actually works. Your resource specification says "for all widgets in XTerm...". There are many other widgets besides the (virtual) VT100 widget; i.e. the Scrollbar, not all of which have a string() action. Make it XTerm*VT100.Translations, as Jim suggested and you'll be fine. This is a common error...