they are all in a single thread, but it is like this

[NSApplication sharedApplication];

init a bunch of stuff

create a bunch of windows and show them

 [NSApp run];

is this causing the issue?



thx

bill









On Mon, Apr 26, 2010 at 2:40 PM, Nick Zitzmann <n...@chronosnet.com> wrote:

>
> On Apr 26, 2010, at 3:35 PM, Bill Appleton wrote:
>
> > when my windows are first shown there is no drawing inside, they are
> white
> >
> > but when i slowly move the mouse over to the close box and the close box
> > responds to the mouse hover suddenly they draw their content properly
> >
> > does this ring any bells with people?
>
> Are you ordering your windows in the main thread, or in another thread or
> block?
>
> Nick Zitzmann
> <http://www.chronosnet.com/>
>
>
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to