Re: scrolling an NstextView
Re: scrolling an NstextView
- Subject: Re: scrolling an NstextView
- From: Douglas Davidson <email@hidden>
- Date: Wed, 14 Jul 2004 16:10:37 -0700
On Jul 14, 2004, at 3:52 PM, David Rice wrote:
I added a setNeedsDisplay:YES as shown below without success. Is this
because the redisplay happens only in the main event loop? Would a
timer be a way to do this?
If you are not giving time back to the event loop, you will need to
call display or related methods to cause immediate display--probably on
the scroll view, since it will also be changing.
Douglas Davidson
_______________________________________________
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.