Hi, Why I cant extends the width of a DialogBox more than 350px ?
The code: DialogBox dialogBox = new DialogBox(); dialogBox.setWidth("600px"); Is the same result that: DialogBox dialogBox = new DialogBox(); dialogBox.setWidth("350px"); But not the same that: DialogBox dialogBox = new DialogBox(); dialogBox.setWidth("200px"); Thanks for help -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.