I'm displaying a modal sheet for a Window using beginSheetModalForWindow: but I'm seeing that whilst the sheet is displayed new messages sent to the application using a previously registered NSConnection are not being handled.

I think this is because the run loops is not in NSDefaultRunLoopMode whilst the modal sheet is being displayed ?

Is there a way for me to register my NSConnection on whatever mode the run loop is in whilst the modal sheet is displayed ?

Or a way to run a modal sheet in a NSDefaultRunLoopMode so that my NSConnection messages are handled ? I looked at runModalSession: but I'm not sure that I can really use that to my advantage (and it seems like a rather complicated solution).

Thanks

Andrew 8-)
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to