home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!network.ucsd.edu!dog.ee.lbl.gov!ucbvax!oceanroutes.ns.ca!deveau
- From: deveau@oceanroutes.ns.ca (Terry J. Deveau)
- Newsgroups: comp.windows.x.motif
- Subject: Re: change focus on popup window
- Message-ID: <9208131313.AA02504@BU.EDU>
- Date: 13 Aug 92 13:13:23 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: inet
- Organization: Oceanroutes Canada Inc.
- Lines: 14
-
- David Gonzalez (@walter.bellcore.com) writes Aug 10, 92 3:10 pm:
- >
- > I have a formDialog box with a messageBox and a text
- > area in it.
- > I only have the OK button on the messageBox and the
- > text is read only. The problem is that the text (scrolledText)
- > takes the focus and, the OK button looses the "default borders".
- > What I want to do is to have a return activate the
- > OK button not act on the text area. Any ideas will be appreciated
- >
- See FAQ-Motif, subject 30 - except you have the converse problem:
- instead of translating CR into newline() (as shown there) you'll want
- to translate it to Return() (which is an XmBulletinBoard action).
-
-