an
saurus
tags:
swt
ctabitem
views:
165
answers:
1
+2
Q:
SWT: How to redisplay new contents of a CTabItem
A:
Have you tried calling layout()?
Kire Haglin
2010-02-04 08:25:36
Yep, on the CTabFolder and on the ScrolledComposite that's set to the CTabItem. Doesn't work :(
Germán
2010-02-04 23:44:53
I got it! I needed to call the layout(boolean,boolean) overload, with (true,true). I'll accept your answer, it led to the solution by looking a bit more at the API.
Germán
2010-02-04 23:56:18
related questions
Find composite location on screen
What are some SWT datagrids/tables?
How do you build an SWT application with Maven
SWT Image concatenation or tiling / mosaic
Java - change focus on key press
Eclipse 3.4 TextViewer
Menu item accel key works only after menu item has been shown.
Catching window.print() from SWT Browser
SWT - OS agnostic way to get monospaced font
which library better for faster java application swt or swing?
Overcoming Windows User Object Handle Limit
SWT Link flickers with gradient background
Eclipse RCP Toolbar buttons with the Eclipse Look
Possible causes of Java VM EXCEPTION_ACCESS_VIOLATION?
How to have a Label inherite a Composite's GC in SWT
A more advanced table/spreadsheet SWT implementation
Has anyone got an example of aerith style swing mixed with GUI maintainability of SWT editing?
org.eclipse.swt.SWTError: Item not added
Is there an RTF display widget in SWT
What's the best way to return variables from a syncExec?
What is the best OpenGL java binding?
Setting Colors in SWT.
Prevent SWT scrolledComposite from eating part of it's children
Libraries for pretty charts in SWT?
Packaging Java apps for the Windows/Linux desktop.