home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / windows / x / motif / 5595 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1.1 KB

  1. 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
  2. From: deveau@oceanroutes.ns.ca (Terry J. Deveau)
  3. Newsgroups: comp.windows.x.motif
  4. Subject: Re: change focus on popup window
  5. Message-ID: <9208131313.AA02504@BU.EDU>
  6. Date: 13 Aug 92 13:13:23 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: inet
  9. Organization: Oceanroutes Canada Inc.
  10. Lines: 14
  11.  
  12. David Gonzalez (@walter.bellcore.com) writes Aug 10, 92 3:10 pm:
  13. >
  14. >       I have a formDialog box with a messageBox and a text
  15. > area in it.
  16. >       I only have the OK button on the messageBox and the 
  17. > text is read only. The problem is that the text (scrolledText)
  18. > takes the focus and, the OK button looses the "default borders".
  19. >       What I want to do is to have a return activate the 
  20. > OK button not act on the text area. Any ideas will be appreciated
  21. >
  22. See FAQ-Motif, subject 30 - except you have the converse problem:
  23. instead of translating CR into newline() (as shown there) you'll want
  24. to translate it to Return() (which is an XmBulletinBoard action).
  25.  
  26.