[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Refresh in swt

Hi,
I'm trying to manage the refresh of an swt GUI. The GUI is a
hierarchical GUI with swt composites we can open or close. The top
composite is a ScrolledComposite.
My problem is that the laps of time when refreshing (after an open/close
of a component for example) increase with the depth of the hierarchical
GUI (because each component is layout until reach the
ScrolledComposite).
How can I do to have a time constant when refreshing the GUI?

Thanks in advance!
Regards,
 Priscille.