On Friday, June 8, 2012 10:08:10 AM UTC+2, tong123123 wrote: > > in the showcase > http://gwt.google.com/samples/Showcase/Showcase.html#!CwBasicText > the textbox lower right corner has a dragger to resize the textbox, how to > do it? > > I try > >> TextArea ta = new TextArea(); >> ta.setCharacterWidth(80); >> ta.setVisibleLines(5); >> > > > but the textbox generated has no such a resize dragger. > > It might because of setCharacterWidth(), that's the only difference from the showcase. Anyway, the dragger is "native", added and handled by your browser, so it also depends which browser you use.
-- 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/-/ExHPsmf76mcJ. 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.
