UI not responding again
UI not responding again
- Subject: UI not responding again
- From: aashish tiwari <email@hidden>
- Date: Tue, 23 Jan 2007 04:54:40 +0000 (GMT)
Hi All,
In my application previously every thing was done by main thread, which called a method that did massive computations and because of that my UI was not responding till that massive computing method was finished.
To solve this problem we run the computing method in a worker thread and that worked fine, till that time my app had only one window.
Now my app has two windows, both window are in same nib file and created during launch of app, and i move between them by using makeKeyAndFront and orderOut.
After adding the new window again my UI does not respond when the computing method is being run, inside the computing method i have just used setEnabled like of UI operations not more than that.......but even these enable and disable operations are not taking place immediatly.
One more thing, i have not maintained any parent child relationship between the two windows.....even though second window gets visible only after a certain user event on first window.
why UI is not responding immediatly?
what i have done wrong?
Please help me as soon as possible.
Thanks,
Aashish
---------------------------------
What kind of emailer are you? Find out today - get a free analysis of your email personality. Take the quiz at the Yahoo! Mail Championship.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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