Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!mead!corbet From: corbet@mead.uucp (Jonathan Corbet) Newsgroups: comp.windows.x Subject: Re: xmh under x11r4 Message-ID: <6040@ncar.ucar.edu> Date: 17 Jan 90 21:29:30 GMT References: <21805@uflorida.cis.ufl.EDU> Sender: news@ncar.ucar.edu Reply-To: corbet@mead.UCAR.EDU (Jonathan Corbet) Organization: Field Observing Facility, NCAR, Boulder, CO Lines: 42 esj@bikini.cis.ufl.edu (Eric S. Johnson): >No, I haven't found a bug. I just don't like the new look and >feel. Just can't get into the accelerator keys. I much prefer >the keyboardless UI in the xmh released with x11r3. Before you toss it for the old version, I would recommend looking closely at the man page. I, too, badly missed my "inc", "next", and "prev" buttons until I figured out the resources required to put them back. I'll append what I have to this message -- it's very similar to some example stuff that is distributed with R4. Now if I could only figure out how to add a "burst" button... jon ----------- Xmh*CommandButtonCount: 7 Xmh*commandBox.button1.label: Inc Xmh*commandBox.button1.translations: #override\ ,: XmhIncorporateNewMail()unset() Xmh*commandBox.button2.label: Next Xmh*commandBox.button2.translations: #override\ ,: XmhViewNextMessage()unset() Xmh*commandBox.button3.label: Prev Xmh*commandBox.button3.translations: #override\ ,: XmhViewPreviousMessage()unset() Xmh*commandBox.button4.label: Delete Xmh*commandBox.button4.translations: #override\ ,: XmhMarkDelete()unset() Xmh*commandBox.button5.label: Move Xmh*commandBox.button5.translations: #override\ ,: XmhMarkMove()unset() Xmh*commandBox.button6.label: Commit Xmh*commandBox.button6.translations: #override\ ,: XmhCommitChanges()unset() Xmh*commandBox.button7.label: Reply Xmh*commandBox.button7.translations: #override\ ,: XmhViewReply()unset() ----------- Jonathan Corbet National Center for Atmospheric Research, Field Observing Facility corbet@stout.ucar.edu