Skip navigation.
 
mlRe: Happy New Years & [NSView lockFocus]
FROM : Janek Priimann
DATE : Wed Jan 01 12:47:04 2003

>* I have tested that [self canDraw] returns YES.
>* [self lockFocus] does not improve anything.
>* using NSLog() calls I know the NSTimer is calling
>repeatedly the pattern: message (as it should).
>


You forgot to flush the graphics on the screen.
Add this like after you are done with the drawing:

[yourwindow flushWindow];

-----------------------------------------
Hot Mobiil - helinad, logod ja piltsunumid!
http://portal.hot.ee
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
No related mails found.