I have a label buried inside a VLayout that is buried with HLayouts & VLayouts and finally a top-level Window. The label however is not using the full width of the window when the window is first created. However, if I manually resize the window by even 1 pixel, the label automatically adjusts CORRECTLY to use the full width. Is this a known issue? I tried a quick workaround by calling the redraw method, but that didn't help.
Note: All layouts are set to 100% width. Overflow is set to visible on all components. And the window's autoresize is set to true.
Additional details:
======================
OS: Windows XP Pro
IDE: MyEclipse 10.0 with Google Plugin for Eclipse (2.5)
SmartGWT EE 3.0p
Browwer: Mozilla Firefox 4.0.1 vs Chrome 20.0.1132.57 m
GWT SDK: 2.5.0rc1
Sun JDK 1.6.30
Note: All layouts are set to 100% width. Overflow is set to visible on all components. And the window's autoresize is set to true.
Additional details:
======================
OS: Windows XP Pro
IDE: MyEclipse 10.0 with Google Plugin for Eclipse (2.5)
SmartGWT EE 3.0p
Browwer: Mozilla Firefox 4.0.1 vs Chrome 20.0.1132.57 m
GWT SDK: 2.5.0rc1
Sun JDK 1.6.30
Comment