Re: "You can create a window on a secondary thread."
Re: "You can create a window on a secondary thread."
- Subject: Re: "You can create a window on a secondary thread."
- From: Darkshadow <email@hidden>
- Date: Tue, 6 Mar 2007 17:30:29 -0500
On Mar 6, 2007, at 3:36 PM, Jerry Krinock wrote:
Hey, any day I avoid multithreading is a good day. But if anyone
knows a
quick answer to why I got a white rectangle instead of a dialog,
that would
be handy to know too.
Thanks,
Jerry
Just a guess here, but likely something in setting up the window was
trying to do something on the main thread. Since your main thread
was busy, it couldn't complete and pretty much froze like that.
Did you wait for the main thread to stop processing to see if your
window would update? That'd tell you if this guess is right or not.
------------------------------------------------
Darkshadow
(aka Michael Nickerson)
http://www.nightproductions.net
_______________________________________________
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