Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Flickering FormPage
Flickering FormPage [message #466683] Fri, 13 January 2006 12:59
Hans is currently offline HansFriend
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
Previous Topic:Hi,could you pls help me have a look at this question?
Next Topic:Is there a way to programatically ensure that the categories in the property window are expanded
Goto Forum:
  


Current Time: Fri Apr 26 15:52:32 GMT 2024

Powered by FUDForum. Page generated in 0.03816 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top