Re: How to use DataGrid?

2016-03-09 Thread Anne Summers
Thank you! On Wednesday, March 9, 2016 at 3:11:03 PM UTC-6, Gilberto wrote: > > The fast way to solve that is to set a height in pixels for the DataGrid. > Like this: > > table.setHeight("400px"); > > ... but that's not ideal for layout purposes. You may want to use a > DockLayoutPanel to better

Re: How to use DataGrid?

2016-03-09 Thread Gilberto
The fast way to solve that is to set a height in pixels for the DataGrid. Like this: table.setHeight("400px"); ... but that's not ideal for layout purposes. You may want to use a DockLayoutPanel to better accommodate your table, or use a CellTable instead of DataGrid. -- You received this me

How to use DataGrid?

2016-03-09 Thread Anne Summers
I'd been trying to use the DataGrid but I am running into problems. Consider this code. private static class MyWidget extends Composite { private SimpleLayoutPanel slp = new SimpleLayoutPanel (); private VerticalPanel vPanel = new VerticalPanel(); private SimplePager pager = new

Re: GWT 2.8 with App Engine on Java 7

2016-03-09 Thread Paul Mazzuca
"mvn appengine:update" abstracts most of the packaging and compiling, so I am unsure where that separation would need to be implemented. I will check it out though. Thanks. On Wed, Mar 9, 2016 at 11:59 AM, Michael Joyner wrote: > Is there any reason you can't split the project up into two proje

Re: GWT 2.8 with App Engine on Java 7

2016-03-09 Thread Michael Joyner
Is there any reason you can't split the project up into two projects? A java8 => js frontend, and the java7 backend? On 03/09/2016 02:57 PM, Paul Mazzuca wrote: Using the maven gwt and appengine plugins, is it possible to compile GWT 2.8 in Java 8, and then app engine related files using Java 7

GWT 2.8 with App Engine on Java 7

2016-03-09 Thread Paul Mazzuca
Using the maven gwt and appengine plugins, is it possible to compile GWT 2.8 in Java 8, and then app engine related files using Java 7? I realize the managed VMs support Java 8, but it would be nice to stick with the app engine environment which currently only support Java 7? I am wondering

Re: gwt-comet - CometException: EventSource error

2016-03-09 Thread gichuhi
Hi Did you get a solution to this problem i have a similar problem On Friday, November 16, 2012 at 1:32:58 PM UTC+3, Magnus wrote: > > Hello, > > I would like to use "gwt-comet": > http://code.google.com/p/gwt-comet/ > > To get started, I tested the chat application provided with on the project >

Re: Carousel.. how to make..

2016-03-09 Thread jhpark
update source code... click hear for download 2016년 3월 9일 수요일 오후 2시 4분 33초 UTC+9, jhpark 님의 말: > > Thank You. I success.. >>> >> > > if you want my source.. click hear for download >