home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / hp / 10401 < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.2 KB  |  34 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!spool.mu.edu!nigel.msen.com!sdd.hp.com!hp-cv!hp-pcd!hpcvusn!hpcvlx!lori
  3. From: lori@hpcvlx (Lori Cook)
  4. Subject: Re: xwd of a motif widget window
  5. Message-ID: <1992Sep14.211250.23205@hpcvusn.cv.hp.com>
  6. Sender: nobody@hpcvusn.cv.hp.com (Nobody - UID must be 99999)
  7. Nntp-Posting-Host: hpcvlx.cv.hp.com
  8. Organization: Hewlett-Packard Company, Corvallis, Oregon USA
  9. X-Newsreader: Tin 1.1 PL5
  10. References: <6043@m1.cs.man.ac.uk>
  11. Date: Mon, 14 Sep 1992 21:12:50 GMT
  12. Lines: 20
  13.  
  14. Raju
  15.  
  16.   Based on the code fragment posted:
  17.     1) is winid[10] large enough to hold winnum?
  18.     2) are you doing a 'fork' or 'vfork' of your process before
  19.         doing the 'execlp'? If not, by exec'ing, you release
  20.         all the X resources received up to that point, including
  21.         the window, and they will no longer exist.
  22.     3) waiting for the child process (xwd) to die before continuing?
  23.  
  24. Hope this helps.
  25. Lori A. Cook
  26.  
  27. --
  28. USMail: Interface Technology Operation
  29.         Hewlett-Packard - Corvallis Information Systems
  30.         1000 NE Circle Blvd.  Corvallis, OR 97330
  31.  
  32. ARPA: lori@hpcvlx.HP.COM
  33. UUCP: {cmcl2, harpo, hplabs, rice, tektronix}!hp-pcd!lori
  34.