Hi Thomas, Thanks for your reply. Could you pls explain a bit how to use LayoutPanel instead of AbsolutePanel which i am using right now. I did not find any good example on LayoutPanel.
On Wed, Oct 6, 2010 at 3:49 AM, Thomas Broyer <[email protected]> wrote: > > > On 5 oct, 23:02, Deepak Singh <[email protected]> wrote: > > Hi All, > > > > I have one complex UI binder file. The xml file is attached here. > > The problem is that it appears as fixed size layout on all system > resolution > > / all sizes of monitors. So it does not look good on high resolution. > > I want that the panels and widgets inside it should automaticall be > > adjusted/resize according to the screen/monitor size so that it should > look > > good on all kinds of monitor size/resolution. > > OMG, tables all the way down! > > > Kindly someone pl guide me how to acheive this. > > Really? I think you should try LayoutPanel and/or DockLayoutPanel > (will be much more readable and maintainable!), and try using % or em/ > ex units (for fluid/elastic layout). > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://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 [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.
