[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #4066] NSWorkspace launchApplicaion: misbehaved
From: |
Stefan Urbanek |
Subject: |
Re: [bug #4066] NSWorkspace launchApplicaion: misbehaved |
Date: |
Sun, 22 Jun 2003 12:59:23 +0200 |
On 2003-06-22 12:39:17 +0200 nobody@savannah.gnu.org wrote:
I think the price on performance (time waiting on an app to finish all of its
initialization) would be to high for the avarage case. Maybe we could augment
the API with a method, that actually waits? Or send a distributed notification
before/after posting appDidFinishLaunching:?
Thanks david, you got it. This is what would be helpful. I think, that both
thigs (waiting method: launchApplication:wait:(BOO) and the notification) can
be useful.
The goal I want to achieve with this method is to make use of application
services by using listener more accessible and easier to use and to expose
easier application cooperation. Plus: not to fiddle with NSConnection, as this
seems to be a not very clean.
(rest snipped)
Stefan