Doublebuffering with SWT [message #464664] |
Mon, 28 November 2005 13:39 |
Eclipse User |
|
|
|
Originally posted by: michael_imhof.ch.csc.com
Does SWT supports doublebuffering?
Within my application I have to redraw often (10 times/sec) and
without doublebuffering the whole screen is flickering!
I saw implementations using the gc.drawImage(..) function but this
is very slow and it seems to me that this function is copy the content
of the image to the gc (instead of switching from one to the other buffer).
Regards
Michael
|
|
|
|
|
Re: Doublebuffering with SWT [message #464729 is a reply to message #464669] |
Tue, 29 November 2005 09:12 |
Eclipse User |
|
|
|
Originally posted by: mimhof.ch.csc.com
Thanks for the hint. SWT.DOUBLE_BUFFERED ist working. But its still
very slow (as slow as my previous version with drawImage)!
Michael
|
|
|
|
Powered by
FUDForum. Page generated in 0.03619 seconds