Re: Centering content in a panel?

2012-08-20 Thread Dennis Haupt
i'm still voting for the flextable Am 20.08.2012 05:50, schrieb markww: Ok so that works (calling setHorizontalAlignment() before widgets are added). So now the labels are horizontally centered. Still can't seem the vertically center them though. I think it's because the VerticalPanel

Re: many strange problem when change from rootlayout panel to rootpanel

2012-08-20 Thread Jens
RootLayoutPanel uses absolute positioning while RootPanel does not use absolute positioning and is either the body element or any other DIV element with a given ID if you use RootPanel.get(id). So RootLayoutPanel fills the whole browser window by default while RootPanel.get() is only as heigh

Re: How to set edge shade for PopupPanel?

2012-08-20 Thread Alex Luya
How to do?Override any method? On Wed, 2012-08-15 at 17:13 +0800, Jinker Jiang wrote: jinkerji...@gmail.com -- 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: many strange problem when change from rootlayout panel to rootpanel

2012-08-20 Thread Jens
My bad: html and body must also have a height of 100% to make it work (and body also a margin:0px to remove the default margin.) Also its not a strange behavior.. its just how CSS works. A height of 100% only works if the parent element has a height. And thats also true for the html and body

Re: StackLayoutPanel and CellPanel

2012-08-20 Thread Charlie
I too, would like to know this. On Wednesday, June 13, 2012 9:28:56 AM UTC+1, coelho wrote: I'm trying to use a CellTable within a StackLayoutPanel The CellTable does'nt show Items , probably because the size is unkown The specs on StackLayoutPanel seem obsolete . Is there an

Re: Editable CellTable with password column

2012-08-20 Thread Kanagaraj M
I have tried doing that. My code is something like follows public class EditPasswordTextCell extends EditTextCell { @Override protected void edit(Context context, Element parent, String value) { setValue(context, parent, value); InputElement input =

Web app launch view activator

2012-08-20 Thread James
Once I use GWT 2.4 in development mode, Web app launch view activator is always running in background. It displays a few line of messages every couple of seconds and gains focus in IDE. It is so distracting during debug. Is there some way to get rid of this problem? James -- You received

How colspan is implemented in DataGrid?

2012-08-20 Thread James
DataGrid is very advanced widget in GWT. DataGrid is supported in html table. I love it. But I don't know how to implement colspan feature in DataGrid. James -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on

Re: GWT 2.5 change to provided=true for HTMLPanel

2012-08-20 Thread RyanZA
It seems to be an issue with the HTMLPanel itself - it blocks @UiField (provided=true) explicitly. I still have no idea why, unfortunately. Quickest workaround is to remove the (provided=true) part, and then make the HTMLPanel yourself explicitly, and add it to the original one. eg in your

gwt publishing to websphere takes crap load of time!

2012-08-20 Thread Elhanan
hi... each time i change a resouce file in *.ui.xml it takes a lng time for everything to compile,publish, start and stop the module. i get these log messages: [17:43:32:253 IDT 20/08/12] 000b ApplicationMg I WSVR0227I: User initiated module stop operation requested on Module,

GWT 2.4 App doesn't run on IEs 9 anymore. Got error on GWT's Image class.

2012-08-20 Thread Maxim Schäfner
Hello GWT community. For some reason, we can't run our webpage on IEs 9. We are still using GWT 2.4.0 and it's UIBInders and before the following occur, we had that error never before. What's the matter with this? Why Image? And why it says we should inherit it? This has been never required

Re: gwt publishing to websphere takes crap load of time!

2012-08-20 Thread Thomas Broyer
On Monday, August 20, 2012 4:52:33 PM UTC+2, Elhanan wrote: hi... each time i change a resouce file in *.ui.xml it takes a lng time for everything to compile,publish, start and stop the module. i get these log messages: [17:43:32:253 IDT 20/08/12] 000b ApplicationMg I

Re: GWT 2.4 App doesn't run on IEs 9 anymore. Got error on GWT's Image class.

2012-08-20 Thread Jens
Image itself is included with User.gwt.xml and the only deferred binding that Image uses can be found in ClippedImage.gwt.xml (defines special behavior for IE6, and is also included via User.gwt.xml). So GWT.create(Image.class) should just work. Maybe its just a cache issue? Clean the

Re: How colspan is implemented in DataGrid?

2012-08-20 Thread James
Based on the source code, colspan feature seems to be easily implemented by changing a little bit on Column class and renderRowValues method in AbstractCellTable class. 1. add new method for Column public class Column { On Monday, August 20, 2012 9:05:25 AM UTC-4, James wrote:

how to debug the compiler?

2012-08-20 Thread wahaha
i want to learn some about the source code of the compiler,but how debug it ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/-exyN-E_tOcJ. To

GWT Elemental Problem with Listner

2012-08-20 Thread Sergey
Hi. I have the same problem with addEventListener https://groups.google.com/forum/?fromgroups#!topic/google-web-toolkit/HGir5DKzf6g[1-25] Somebody knows the solution? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion

SuperDevMode Compiler Options

2012-08-20 Thread Oliver Krylow
Hi! Is there a way to pass arguments to the compiler the CodeServer uses? I am interested in passing the -strict flag for example. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

GWT Dmp pluging crashed

2012-08-20 Thread aadil alaa
Hello, i getting this problem of DMP pluging of GWT crashed in my browser Google Chrome . (my version of google chrome is 21.0.1180.79 m ) please how can i fix this problem . thanks best regards -- You received this message because you are subscribed to the Google Groups Google Web

[gwt-contrib] Re: Allows UiRenderer styles before the first call to render() (issue1794803)

2012-08-20 Thread rchandia
Ping http://gwt-code-reviews.appspot.com/1794803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: Removed EXPERIMENTAL flag from GWT validation. Cleaned up all JavaDoc comments to reflect this c... (issue1811803)

2012-08-20 Thread Ray Cromwell
We are discussing right now cherry picking it into 2.5 On Fri, Aug 17, 2012 at 1:18 AM, jens.nehlme...@gmail.com wrote: Nice, any chance that it will make its way into 2.5 Final? http://gwt-code-reviews.appspot.com/1811803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Allows UiRenderer styles before the first call to render() (issue1794803)

2012-08-20 Thread rdayal
Sorry for the delay. LGTM. http://gwt-code-reviews.appspot.com/1794803/diff/4001/user/src/com/google/gwt/uibinder/rebind/FieldManager.java File user/src/com/google/gwt/uibinder/rebind/FieldManager.java (right):