Flickering FormPage [message #466683] |
Fri, 13 January 2006 12:59 |
Hans Messages: 36 Registered: July 2009 |
Member |
|
|
I use the Forms API to create a multi-page editor. The scrolled forms
contains a nested hierarchy of containers, arranged in a
TableWrapLayout. Unfortunately the whole form flickers quite a bit when
I refresh it. Also, the layout seems to be running (and painting) in at
least two passes, as a temporary layout is painted and then quickly
repainted with a new layout. This significant layout uglyness (and
other problems) will likely force me to write my own layout manager to
get rid of TableWrapLayout.
Facing the flickering, I have tried to set SWT.DOUBLE_BUFFERED to all
containers on the form, but it does not make any difference.
Thanks for any suggestions!
Hans
|
|
|
Powered by
FUDForum. Page generated in 0.02931 seconds