Re: setNeedsDisplay: thread safe?
Re: setNeedsDisplay: thread safe?
- Subject: Re: setNeedsDisplay: thread safe?
- From: Andreas Mayer <email@hidden>
- Date: Fri, 9 Apr 2004 07:26:04 +0200
Am 09.04.2004 um 01:23 schrieb lbland:
If you are in a modal loop then you need to call display (the run loop
is starved). Just one example.
I think the correct way would be
[myView setNeedsDisplay:YES];
[myView displayIfNeeded];
Andreas
P.S.: Please don't crosspost. This thread is already split in two ...
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.