home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / windows / openloo / 4621 < prev    next >
Encoding:
Text File  |  1992-11-22  |  1.1 KB  |  26 lines

  1. Newsgroups: comp.windows.open-look
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!jvnc.net!nuscc!lincoln.technet.sg!ctan
  3. From: ctan@solomon.technet.sg (Tan Chee Weei)
  4. Subject: Q: xv_init when server not running
  5. Message-ID: <By5H82.MC8@lincoln.technet.sg>
  6. Sender: news@lincoln.technet.sg
  7. Nntp-Posting-Host: solomon.technet.sg
  8. Organization: TECHNET, Singapore
  9. X-Newsreader: TIN [version 1.1 PL6]
  10. Date: Mon, 23 Nov 1992 03:48:01 GMT
  11. Lines: 13
  12.  
  13.  
  14. Xview applications need to call xv_init to parse the xview related command 
  15. line arguments before the application parses its own specific arguments.
  16. What if the application is basically a character based application which can
  17. be used in non-X environments and only uses a GUI front end when a certain
  18. application specific option is specified? Basically I want my application
  19. to be able to invoke xv_init at the start but not die and core dump on me
  20. when xv_init discovers that there is no X-server running but instead 
  21. continue operating which is fine because it possibly isn't required to
  22. invoke its GUI. How can I accomplish this? Thanks.
  23.  
  24. CW
  25.  
  26.