How to send parameter during launch time
How to send parameter during launch time
- Subject: How to send parameter during launch time
- From: Fei Li <email@hidden>
- Date: Wed, 14 Nov 2001 09:14:11 -0700
Hello, Mac OSX developers,
I need to send one parameter to an application when I launch it from another
application. This parameter will be used to change the application's
interface so it is needed immediately during the initiation.
I tried to send notification to the launcher in
applicationWillFinishLaunched and let launcher send another notification
with the parameter after receive this notification. But the application has
already been launched with original interface before it receive the
parameter. Maybe there's other way to do this.
Any information will be highly appreciated!
Fei