CellTable display in DialogBox

2012-07-06 Thread skalimer0
Hello, I want to center a DialogBox when the cellTable is loaded (the celltable is include in the DialogBox). The LoadingStateChangeHandler is just before the screen display and the center() function of the DialogBox is useless. I want to know if an Event exist just after the screen refresh

Re: CellTable display in DialogBox

2012-07-06 Thread skalimer0
I just want to find a clean method... for me : scheduler it's not clean for cellTable loading... that's work... OK... but... not clean... It may be exist an event to say hey... the cell table is refreshed on your browser !! Le vendredi 6 juillet 2012 10:30:43 UTC, Jens a écrit : Have you

Re: CellTable display in DialogBox

2012-07-06 Thread skalimer0
I note that : getVisibleItemCount() getVisibleItems() getVisibleItem() functions works only when the screen refresh is done... an event may be exist... Le vendredi 6 juillet 2012 10:19:25 UTC, skalimer0 a écrit : Hello, I want to center a DialogBox when the cellTable is loaded

Re: CellTable display in DialogBox

2012-07-06 Thread skalimer0
!! myDialogBox.center() }}, ValueChangeEvent.getType()); Le vendredi 6 juillet 2012 10:19:25 UTC, skalimer0 a écrit : Hello, I want to center a DialogBox when the cellTable is loaded (the celltable is include in the DialogBox). The LoadingStateChangeHandler is just before

Re: GWT Designer 2.2 error with gwt-maven project

2011-02-18 Thread skalimer0
i use version 2.1.0-1 the last one... for now. I have a response from gwt-maven-plugin team : The new release (2.2.0) will mostly only upgrade plugin dependencies, so don't expect a fix. From my understanding of the stacktrace, GWT Designer don't support using the M2E Classpath container.

Re: GWT Designer 2.2 error with gwt-maven project

2011-02-17 Thread skalimer0
I use version 2.1.0-1 the last one On 17 fév, 16:14, Eric Clayberg clayb...@google.com wrote: Are you using the gwt-maven-plugin? If so, what version? Make sure that you are using a version that is compatible with GWT 2.2 (and not 2.1). -Eric -- You received this message because you

Re: migrate GWT 2.1.1 to 2.2 error

2011-02-16 Thread skalimer0
write dependency of gwt-dev in gwt-maven section and not with all dependencies. -- 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-toolkit@googlegroups.com. To unsubscribe from this group, send

GWT Designer 2.2 error with gwt-maven project

2011-02-16 Thread skalimer0
GWT Designer 2.2 don't work with a gwt-maven project. I have this error for all file opening : WindowBuilder internal errorjava.lang.NullPointerException at com.google.gdt.eclipse.designer.hosted.tdt.HostedModeSupport.getSharedClassLoader(HostedModeSupport.java:184) at

Re: migrate GWT 2.1.1 to 2.2 error

2011-02-15 Thread skalimer0
OK, thanks i change scopetest/scope to scopecompile/scope for gwt-dev dependency and it's compile without error. -- 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-toolkit@googlegroups.com. To

Re: migrate GWT 2.1.1 to 2.2 error

2011-02-15 Thread skalimer0
I install new Eclipse 3.6 with new GWT 2.2 import my CVS project... and when i try to open an Composite class of my projet in the new GWT Designer 2.2 i have this error : Stack trace: java.lang.NullPointerException at

gwt-maven

2011-02-15 Thread skalimer0
I Use gwt-maven to manage my project and with this one, the new GWT Designer don't work. I try to create a new GWT project : GWT Designer works. I try to create a new gwt-mave project (i use 2.1.0-1 version of this plugin), i just change GWT version to 2.2.0 in the POM.xml file and move my