Re: Space out the widget within a vertical panel

2010-05-04 Thread kelvin.huang
Hi, You can add spacing property for the vertical panel, and it will add specified space between items(widgets) inside the vertical panel. VerticalPanel panel= new VerticalPanel(); panel.setSpacing(spacing); or you can use CSS to set space

How to embed an external page in GWT application?

2010-01-27 Thread kelvin.huang
Hi, I am using GWT 1.6.4 and trying to include facebook connect page inside a widget of a GWT page, I checked the HTML and HTMLPanel, they take html string as parameters, is it possible just past url and render a page inside a widget? can anyone tell me how to embed an external page in GWT

Re: How to embed an external page in GWT application?

2010-01-27 Thread kelvin.huang
Thanks Stevko! -- 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

Tab panel bottom position issue with Chrome browser

2009-09-04 Thread kelvin.huang
Hi We tested our application on Hosted Mode, IE and Firefox and Tab Panel works fine for us. but there is a position issue when we use Chrome browser, the Tab panel bottom portion auto-adjusted with browser when resizing the browser, then there is a big gap between Tab bars and Tab panel

Re: gwt 1.7 app - blank page in ie7, safari

2009-08-08 Thread kelvin.huang
Hi Sam, Please check your web.xml url-pattern/url-pattern, I fixed a similar issue as you mentioned by changing the servlet context path. hope it helps. Thanks Kelvin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: GWT upgrade hosted mode issue (1.3 to 1.6)

2009-07-13 Thread kelvin.huang
Solved the problem by creating a brand new GWT web application and import existing source code and configurations. Thanks Kelvin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

GWT upgrade hosted mode issue (1.3 to 1.6)

2009-07-08 Thread kelvin.huang
I am upgrading an application from GWT 1.3 to 1.6.4, and get below error when starting the hosted mode, I am not sure if I missed any required jar files or Hosted mode configuration is wrong. can anyone help me on the issue. [ERROR] Failure while parsing XML