Re: Redrawing slow.

2006-03-08 Thread Gravis Zero
which platform are you developing for? is it for linux or windows? windows seems to have problems drawing graphics quickly. also, are you double buffering? a bit more info about your implimentation would be nice. On Tue, 2006-03-07 at 12:32 -0500, Jordan Walsh wrote: > Hi. I have implemented a

Redrawing slow.

2006-03-07 Thread Jordan Walsh
Hi. I have implemented a widget, and had to include native scrolling capabilities. Only problem is, redrawing is slightly slow, and a noticeable lag (.25 second) is noticed on every scroll. I was wondering if there is a way to after a scroll, draw my window somewhere else, and then show it all