home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!utcsri!eecg.toronto.edu!asm
- Newsgroups: comp.sys.next.programmer
- From: asm@eecg.toronto.edu (Anees Munshi)
- Subject: How to hide on auto-launch?
- Message-ID: <1992Sep4.174050.5261@jarvis.csri.toronto.edu>
- Date: 4 Sep 92 21:40:51 GMT
- Lines: 17
-
-
- I'm trying to implement something like a hide-on-auto-launch
- feature, so I need to detect if the application was
- auto-launched by the Workspace.
-
- I tried reading NXArgv, but discovered it is stripped by the
- +initialize method of the Application class.
-
- I have read something in the Concepts doc about an NXAutoLaunch
- "parameter". However, there was no further reference to it.
-
- I can think of some inelegant ways of finding out if the app
- was auto-launched, but I'd like to think there is a better way.
-
- I'd appreciate any pointers on this one.
-
- Thanks in advance. -Anees Munshi (asm@eecg.toronto.edu)
-