Will try to use and see if it can help. Thanks
On Jun 12, 5:41 pm, Cristian Rinaldi <
csrina...@gmail.com> wrote:
> I have built complex structures using LayoutPanel, gives much flexibility.
> Also as Thomas said, you can animate transitions.
>
> By example:
> public void setDefaultLayout () {
> ...
> ...
> mainLayout.setWidgetLeftWidth (logo, 0, TCP 100, TCP);
> mainLayout.setWidgetTopHeight (logo, 0, PCT, NORTH_HEIGHT, PX);
>
> mainLayout.setWidgetLeftWidth (navigation, 0, TCP 100, TCP);
> mainLayout.setWidgetTopHeight (navigation, NORTH_HEIGHT, PX 38, PX);
> ...
> ...
> mainLayout.animate (500);
>
> }
>
> You are responsible for positioning the internal widget or panels.
>
> A.U.S Cristian Rinaldi
>