Re: Notifications
Re: Notifications
- Subject: Re: Notifications
- From: Georg Tuparev <email@hidden>
- Date: Tue, 28 Aug 2001 18:03:36 +0200
Simon,
Three suggestions:
1. Check the NSNotificationQueue class, and in particular the section
about Coalescing Notifications;
2. Be sure to send more general notifications containing the model
object (or even better, the changed part)
3. While in drawRect: method remember to redraw only parts of the view
that are exposed (e.g. do not make the mistake to ignore the aRect
parameter).
hope this helps
...
On Tuesday, August 28, 2001, at 12:47 PM, Simon Stapleton wrote:
>
Has anyone got any ideas as to how to get round this or reduce the
>
impact?
Georg Tuparev
Klipper 13
1186 VR Amstelveen
The Netherlands
Mobile: +31-6-55798196
References: | |
| >Notifications (From: Simon Stapleton <email@hidden>) |