[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Image Flicker Problem
|
Investigate SWT.NO_BACKGROUND. This will get rid of the automatic
background filling for your widget but you will need to draw and pixels that
are not included in the image.
"nightblue" <nightblue99@xxxxxxxxx> wrote in message
news:04e1486139a8092caabbc84b629a988b$1@xxxxxxxxxxxxxxxxxx
> Hi;
>
> I have a few images on my design canvas; if I add one new widget to the
> canvas, I get the widget image and repaint the all canvas and there is no
> problem. But when I mouse down the one widget and moving the mouse to
> reposititoning the widget, I redraw the canvas images with mouse move
> operations but flickers appears on the canvas.
>
> How can I prevent to canvas flickering?
>
> Thanks;
>
>
>