There is a way to force a scroll inside a RootLayoutPanel widget? For example may i force a scroll in a flextable inside a RootLayoutPanel? (I can't use scrollpanel component because it does not run on andorid.. )
Thx 2010/4/8 Marco Gadaleta <[email protected]> > Thx Jan > > 2010/4/8 Jan Ehrhardt <[email protected]> > > A Composite wraps another Widget. A ResizeComposite wraps a Widget, that >> implements HasLayout, since it will delegate resizing to it. A Button does >> not implement HasLayout, so it cannot be wrapped by ResizeComposite. >> >> Regards >> Jan Ehrhardt >> >> Am 08.04.10 12:22, schrieb gadaleta.marco: >> >> When I try to add to RootPanel a class that extends ResizeComposite >>> (in this class i add only a simple button), >>> I receive this error message: "LayoutComposite requires that its >>> wrapped widget implement HasLayout". >>> >>> Can anyone, help me?? >>> Txh, Marco >>> >>> >>> >> >> -- >> 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. >> >> > > > -- > Marco > -- Marco -- 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.
