Thursday, November 3, 2011

Re: UIBinder and interface design

First, "layout panels" are not what you're looking for (no "global scrollbar").

IMO, you'd better use plain old HTML+CSS for the layout (i.e. with an HTMLPanel as the root), with SimplePanel and FlowPanel where you need to dynamically "inject" widgets (main panel).
Or possibly putting your layout code right into your HTML host page and use RootPanel.get("main") to get slots where to dynamically "inject" widgets.

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

No comments:

Post a Comment