Re: Equivalent of Redraw(MFC) on Cocoa

2009-04-06 Thread Mike Abdullah
On 6 Apr 2009, at 14:07, Dave Geering wrote: On Mon, Apr 6, 2009 at 10:52 PM, Sourabh Sahu wrote: Hi Everyone, What is equivalent of Redraw method of MFC on Cocoa? Sourabh Usually you can send an NSView or a subclass of NSView "setNeedsDisplay:YES" and it will redraw the entire view. But

Re: Equivalent of Redraw(MFC) on Cocoa

2009-04-06 Thread Dave Geering
On Mon, Apr 6, 2009 at 10:52 PM, Sourabh Sahu wrote: > Hi Everyone, > What is equivalent of Redraw method of MFC on Cocoa? > Sourabh Usually you can send an NSView or a subclass of NSView "setNeedsDisplay:YES" and it will redraw the entire view. ___ Co

Equivalent of Redraw(MFC) on Cocoa

2009-04-06 Thread Sourabh Sahu
Hi Everyone, What is equivalent of Redraw method of MFC on Cocoa? Sourabh DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. I