Serialization Error

2012-04-13 Thread Vincenz Mössenböck
Hey i got a serialization error in my prject... just don t konw why may be sb can help me. Here is my Code where the Error occures with some other things. if (listSvc == null) { listSvc = GWT.create(ListServices.class); } // Set up the callback object. AsyncCallback callback = new

Re: about table layout to "fixed"

2012-04-13 Thread Thomas Broyer
On Friday, April 13, 2012 8:05:50 AM UTC+2, tong123123 wrote: > > In fact, if using pure html + css, if table layout is fixed, the column > content will penetrate the next cell, but not truncate, but in gwt, I found > that the content will really be truncated, so strange. This is because TDs

Re: GWT Designer + MGWT library = Runtime exception

2012-04-13 Thread John Gentilin
Konstantin, Has this version of truck been made available for the Eclipse updates ? I just upgraded to the latest and the problem still exists. Thank You John Gentilin On Thursday, February 16, 2012 6:35:47 AM UTC-8, Konstantin Scheglov wrote: > > Fixed in GWT Designer trunk. -- You received t

Re: GWT 2.5 and beyond

2012-04-13 Thread Nagin Kothari
I , too second that regard Nagin On Fri, Apr 13, 2012 at 12:00 AM, Handw wrote: > That's amazing! > > > On Saturday, March 31, 2012 10:07:49 AM UTC-4, Thomas Broyer wrote: >> >> >> On Saturday, March 31, 2012 4:00:56 PM UTC+2, supercobra wrote: >>> >>> The GWT PR machine has been offline for a

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-13 Thread Nagin Kothari
++1 On Thu, Apr 12, 2012 at 7:58 PM, Jmscavaleiro wrote: > +1 > > On Apr 2, 4:19 pm, Joshua Kappon wrote: > > With the rise of the new developers.google.com, and with Google trying > to > > rally up developers using Google technologies and products, and the rise > of > > Dart and unclear future

What to install for Designer

2012-04-13 Thread Blake McBride
Greetings, I'm a little confused on what to install. I am using eclipse Indigo (3.7). I've checked the install docs and they are out of date. For example: Location: http://dl.google.com/eclipse/plugin/3.7 Contains: GWT Designer Core (2.5.0-20111229) GWT Design Editor (2.5.0-20111229)

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-13 Thread Blake McBride
I strongly disagree with this. First of all browser technology and HTML are in constant flux. If GWT is not updated, it will very soon become out-of-date (bugs in new browsers) and unusable (reliably usable over a broad base of browsers and platforms). Secondly, building apps with GWT is a full

Re: Serialization Error

2012-04-13 Thread Philippe Lhoste
On 13/04/2012 09:08, Vincenz Mössenböck wrote: private Set alBestellpositionDTO; One of the first advices I got for making DTOs is to avoid using interfaces in them. GWT will try and generate JavaScript for all the interface implementations it can find in the classpath, which is rather costly

Challenges with SplitLayoutPanel in Standards Mode

2012-04-13 Thread stagirus
We have been using HorizontalSplitPanel in our application. When we enabled standards mode , HorizontalSplitPanel does not show its content. The deprecated HorizontalSplitPanel might have some issues in the standards mode. So I tried to use the recommended widget SplitLayoutPanel in GWT 2.4. I use

CellTable - How to programmatically start editing a cell.

2012-04-13 Thread Alfredo Quiroga-Villamil
Scenario is as follows: - CellTable with a column containing an EditTextCell. - Add new record to the ListDataProvider. - I can edit and do all the good stuff by hand to the newly added record in the CellTable. Requirement: - Programmatically call a starttEdit on say the first cell of the newly

Quirks Mode Support

2012-04-13 Thread dhroth
I recently started to use GWT 2.4 (previously used 2.1) and noticed a message in the hosted mode log indicating that quirks mode is no longer supported by GWT. [INFO] GWT no longer supports Quirks Mode (document.compatMode=' BackCompat').Make sure your application's host HTML page has a Stand

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-13 Thread sampath sai
+1. Lets do small rally!!. I know it sounds weird.but at least group of 20 people in front of Google head office. let me know. we can create poll who ever is interested can join. Google will at least get some attention... On Fri, Apr 13, 2012 at 3:39 AM, Nagin Kothari wrote: > ++1 > > > On Thu,

bizarre yet predictable triple and interleaved call to servlet when using Chrome GWT devmode

2012-04-13 Thread dsw
I asked this on stackoverflow: http://stackoverflow.com/questions/10137389/bizarre-yet-predictable-triple-and-interleaved-call-to-servlet-when-using-gwt-de but I'm blocked on it so I hope you don't mind if I ask it here. The short version is that I have a Bar.jsp file that renders out an HTML pag