One follow up.

I am using GWT 2.0.4 with the eclipse 3.5 and the plug-in

On Feb 17, 9:34 am, skippy <al.leh...@fisglobal.com> wrote:
> I have the following UI Binder XML:
> <g:ScrollPanel ui:field='outerPanel' >
>         <g:VerticalPanel>
>             <g:Cell verticalAlignment="ALIGN_TOP">
>                 <g:HorizontalPanel ui:field='topPanel'>
>                     <g:cell width="30%"
> horizontalAlignment="ALIGN_LEFT"> // not working and does not show
>                         <g:SimplePanel ui:field='logoPanel'> </
> g:SimplePanel>
>                     </g:cell>
>                     <g:cell width="70%"
> horizontalAlignment="ALIGN_RIGHT">     // this looks center
>                             <g:FlexTable ui:field='bannerArea' />
>                     </g:cell>
>                     </g:HorizontalPanel>
>             </g:Cell>
>             <g:Cell horizontalAlignment="ALIGN_CENTER">
>                    <g:SimplePanel ui:field='bodyPanel'/>
>             </g:Cell>
>             <g:Cell verticalAlignment="ALIGN_BOTTOM">  // not working
>                 <g:HTML ui:field="footer"/>
>             </g:Cell>
>        </g:VerticalPanel>
>    </g:ScrollPanel>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to