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