I have made one drawing application, in that I send around 75 display( [self setNeedDisplayInRect:rect]) message in 1 sec.
Is there any possibility to miss any display message ?
p2