Hello all,

I am working on a kind of application which can best be described as a
CRM. The UI is built as a Flextable containing labels, textboxes, ...
However, I would like that the UI can change automatically depending
on the size (width) of the browser window. If the browser window is
large enough, all data should be shown in 2 columns, otherwise the UI
should automatically change to one column. Moreover, the UI should
also automatically update when the browser is resized by the user.

So my question; what is the best way to do this. Is deferred binding
an option for realizing this (what about the brwoser resizing)? Or am
I forced to check the browser size myself, construct the UI as I want
it and add events for browser resizes?

Cheers
Tom
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to