Re: Flickering
From: Jonathan Wood (jwood_at_softcircuits.com)
Date: 05/23/04
- Next message: Jeff Partch [MVP]: "Re: Flickering"
- Previous message: Janiv Ratson: "Flickering"
- In reply to: Janiv Ratson: "Flickering"
- Next in thread: Jeff Partch [MVP]: "Re: Flickering"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 23 May 2004 07:58:51 -0600
One way would be to stop redrawing it every time the user clicks on it.
Another way would be to draw it to a memory bitmap and just bitblt that to
screen when updating the screen.
-- Jonathan Wood SoftCircuits http://www.softcircuits.com Available for consulting: http://www.softcircuits.com/jwood/resume.htm "Janiv Ratson" <janiv@aoe6.net> wrote in message news:uY0ihqMQEHA.2404@TK2MSFTNGP12.phx.gbl... > Hi, > I M drawing a wallpaper on my CView class, I have to redraw it every time > the user click on that view. Because of that any time the user click on the > View the wallpaper is redrawn and flickers. > Why? How do I prevent that ? > > 10x, > Janiv. > >
- Next message: Jeff Partch [MVP]: "Re: Flickering"
- Previous message: Janiv Ratson: "Flickering"
- In reply to: Janiv Ratson: "Flickering"
- Next in thread: Jeff Partch [MVP]: "Re: Flickering"
- Messages sorted by: [ date ] [ thread ]