Re: Modal run loop input sources
Re: Modal run loop input sources
- Subject: Re: Modal run loop input sources
- From: Chris Kane <email@hidden>
- Date: Tue, 4 Sep 2001 18:43:29 -0700
On Saturday, August 25, 2001, at 10:30 PM, Tony wrote:
I have a problem trying to accomplish the following:
- first application should be disabled but present the dialog box
informing user to wait
- second application would send DO notification to first one, which
would cause modal dialog box to be removed and user can continue
working with the first app
However, it looks like modal run loop would not pick DO notifications.
Did you try [connObject addRequestMode:NSModalPanelRunLoopMode] after
setting up the connection?
Chris Kane
Cocoa Frameworks, Apple