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

  1. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  2. From: mohan@lns598.TN.CORNELL.EDU
  3. Newsgroups: comp.windows.x
  4. Subject: Re: Communication between Motif apps using properties
  5. Message-ID: <9208131530.AA27878@lns598.TN.CORNELL.EDU>
  6. Date: 13 Aug 92 15:30:49 GMT
  7. References: <1992Aug13.062116.26316@tfs.com>
  8. Sender: daemon@athena.mit.edu (Mr Background)
  9. Organization: The Internet
  10. Lines: 18
  11.  
  12.  
  13. > I am writing a user interface that part of its job is to display
  14. > error messages received from other applications running on the same
  15. > machine.  The other apps communicating the messages to the user
  16. > interface using properties/atoms.  My problem is that all apps have
  17. > to share a widget because properties are associated with widgets.
  18. > I guess the most reasonable widget to use is the text widget in
  19. > which the errors are to be displayed.  But how can the other apps
  20. > know the widget ID of that window?
  21. > -- 
  22. >
  23. > Meir Zaid            meir@tfs.com
  24. > TRW Financial Systems        (510) 704-3362
  25. > Berkeley,  California        Fax: (510) 845-7311
  26.  
  27.    You can define your own property on the root window that holds the widget ID
  28. The other clients can than query the server for that property at startup.
  29.                                                       - Mohan
  30.