NSRunLoop Quirkiness
NSRunLoop Quirkiness
- Subject: NSRunLoop Quirkiness
- From: "Josh Ferguson" <email@hidden>
- Date: Thu, 1 Dec 2005 15:49:14 -0600
- Thread-topic: NSRunLoop Quirkiness
I'm using -[NSRunLoop runMode:beforeDate] to block a method from
returning during asynchronous networking operations. It works fine up
until I display a window (using makeKeyAndOrderFront). My window now
refuses to receive any events at all. I'm sure there's something I'm
misunderstanding here, but is there a way to make it so that events are
passed into my window while -[NSRunLoop runMode:beforeDate] sits in a
while loop?
Thanks,
Josh
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden