Re: NSButton not responding to click in worker thread
Re: NSButton not responding to click in worker thread
- Subject: Re: NSButton not responding to click in worker thread
- From: m <email@hidden>
- Date: Sun, 5 Apr 2009 23:47:34 -0700
UI events are reported on the main thread. If your main thread is
blocked, you will not receive any events.
_murat
On Apr 5, 2009, at 11:20 PM, Vijay Kanse wrote:
Hello All,
I have separated my task on thread when my main thread is blocked.
I am not able to find where my main thread is blocked. Separating my
task on
worker thread i am not able to get button click event.
I think this is because of main thread is blocked.
How can i find where my main thread is blocked ?
or is there any solution to get button click event in worker thread
while
main thread is blocked ?
After execution of worker thread , i am getting my main thread
working and i
am getting event of clicked button.
Thanks.
_______________________________________________
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
_______________________________________________
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