home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / next / programm / 7355 < prev    next >
Encoding:
Text File  |  1992-11-21  |  980 b   |  27 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!uwm.edu!rpi!think.com!spdcc!merk!esplanade!robertl
  3. From: Robert_La_Ferla@hot.com
  4. Subject: Re: NXOpen, where?
  5. Message-ID: <1992Nov20.195810.3509@hot.com>
  6. Sender: robertl@hot.com
  7. Reply-To: Robert_La_Ferla@hot.com
  8. Organization: Hot Technologies
  9. References: <2858@ulysse.enst.fr>
  10. Date: Fri, 20 Nov 1992 19:58:10 GMT
  11. Lines: 14
  12.  
  13. > From: laroche@wayne.enst.fr (Jean Laroche )
  14. >
  15. > Does anyone know where the global variable NXOpen is defined?
  16. > I'm trying to make my application launch and open documents by
  17. > double-clicking them.
  18.  
  19. NXOpen is in the defaults database.  I don't think you should be using it  
  20. though in an application that uses the AppKit.  You should be using  
  21. openFile:ok which is a message that your application receives when a user  
  22. double-clicks on your document.  Note: The full path of the document is  
  23. given in that message.
  24.  
  25. Robert La Ferla
  26. Hot Technologies
  27.