Hi,

I could not agree with you, that it is necessary to use (indirectly)
tables.
It depends on you which widgets you are using. And quite frankly, I
avoid using table based widgets.
(table width 100% crash on msie8)
I prefer widgets based on absolute position. ..Layout..Classes for
example.

However, you must deeply understand css and its layout when NOT using
tables.

Stefan Bachert
http://gwtworld.de

On 21 Apr., 22:47, Sven <sven.ti...@googlemail.com> wrote:
> Dear all,
>
> if I got it right, layouts based on GWT widgets normally end up in
> huge table structures. While it works pretty fine for me, I see many
> people arguing that nowdays you should avoid the use of tables for
> layouting but build your layouts based on css formatting, such as 
> onhttp://webdesign.about.com/od/layout/a/aa111102a.htm
>
> Up to GWT 1.6, my way of layouting GWT applications was to program
> them using the various panels and widgets in the Java source code and
> I did not spend too much on CSS. Now that I can build the components
> on XML/Java source code, I wonder what is the better way: building up
> the main layout using XHTML and CSS and just adding the interactive
> widgets into this kind of frame or to continue using GWT panels and
> layouts to create applications and using CSS for decoration only.
>
> Any opinions out there?
>
> Sven
>
> --
> 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-tool...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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-tool...@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