Hi,

I have a widget with a toolbar, a grid and a pagingtoolbard. When I use this widget in a window all is OK but when i put this widget in a tabpanel (but not in the first tab) the widget in not correctly draw (see the attachment).
When i move the mouse the toolbar and the gris appears correctly without the pagingtoolbar and why I maximize the window all the widget (toolbar, grid and pagingtoolbar) is correctly draw.

An idea ? Thanks in advance,

JB

A part of the widget's code
Code:
VerticalLayoutContainer con = new VerticalLayoutContainer();
con.add(t, new VerticalLayoutData(1,-1));con.add(grid, new VerticalLayoutData(1,1));
con.add(pagToolBar, new VerticalLayoutData(1,-1));
Img 1 : on load
img1.jpg

Img 2 : when I move the mouse
img2.jpg
Img 3 : when I maximize and restore the window
img3.jpg