When I resize my application there is some flickering on the widgets that use background.
I use a png background image that is repeated many times. The background is set by css.
How can i fix this problem?
1. what if you change png to some other format say jpeg/bmp/gif?
2. is the image with alphachannel? semi-transparent?
3. have you tried 0-margin 0-border 0-padding?
mac: flickering happens when rendering is done twice on same framebuffer memory area rite? so i think he will need to 'remove' double buffering. wat say?
ultra: found a solution?
i think programatically it would be too complex. for starters, why not try a show() and hide()? ie, hide the widget/appln and then do rendering and the do show().
wat would happen then?