GUI not responding possibly because of NSRunLoop, what can I do?
GUI not responding possibly because of NSRunLoop, what can I do?
- Subject: GUI not responding possibly because of NSRunLoop, what can I do?
- From: "Devraj Mukherjee" <email@hidden>
- Date: Mon, 6 Aug 2007 09:02:40 +1000
Hi everyone,
I am writing a Cocoa based app that uses NetSocket from Blackhole
media to read and write from a socket and based on the socket events I
'd like to popup various GUI components.
My GUI components work, no issues there, but since I am running an
[[NSRunLoop currentLoop] run] it listens and responds to socket events
and the GUI is inactive (I can t click the buttons etc on it)
I am guessing the problem is the NSRunLoop part.
Any suggestions on where I should look to get a socket / GUI
application running properly?
--
"I never look back darling, it distracts from the now", Edna Mode (The
Incredibles)
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden