FROM : Markus Hitter
DATE : Tue Dec 21 19:34:44 2004
Am 21.12.2004 um 16:43 schrieb Miguel Arroz:
> I have some NSView subclasses that are becoming really slow to re-draw
> due to the large ammount of text and graphics contained in them. So, I
> would like to draw to an offscreen buffer, ...
Cocoa Views are already double buffered (through Quartz), there
shouldn't be a need to duplicate this. Are you sure the design of your
drawing code is fine?
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
DATE : Tue Dec 21 19:34:44 2004
Am 21.12.2004 um 16:43 schrieb Miguel Arroz:
> I have some NSView subclasses that are becoming really slow to re-draw
> due to the large ammount of text and graphics contained in them. So, I
> would like to draw to an offscreen buffer, ...
Cocoa Views are already double buffered (through Quartz), there
shouldn't be a need to duplicate this. Are you sure the design of your
drawing code is fine?
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
| Related mails | Author | Date |
|---|---|---|
| Miguel Arroz | Dec 21, 16:43 | |
| Jim Thomason | Dec 21, 17:16 | |
| Miguel Arroz | Dec 21, 18:28 | |
| paul webb | Dec 21, 19:17 | |
| Markus Hitter | Dec 21, 19:34 |






Cocoa mail archive

