Re: How to slow down JavaScript execution (in Firefox)?

2010-09-27 Thread András Csányi
On 26 September 2010 03:32, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: Hi all, I'm trying to run integration tests and one of the things I'm trying to test is that various status messages are displayed in the right order. The problem is that everything runs so fast that certain messages

Uibinder, @sprite and ui:with ClientBundle ImageResource, HOW?

2010-09-27 Thread Andrew Hughes
Howdy, Our ui.xml template styles would like to access some ImageResources defined in a ClientBundle. ui:with field=res type=com.acme.project.client.resource.AcmeClientBundle/ But the @sprite's can't ever seem to use the ClientBundle's ImageResources from the ui.xml's ui:style... for

Example GWT application

2010-09-27 Thread branflake2267
I made this to complain to the FCC about Android bloatware: http://tellthefcc.appspot.com/ http://gwt-examples.googlecode.com Thanks for looking, Brandon -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

How to import Expenses project into Eclipse?

2010-09-27 Thread hezjing
Hi May I know how to import the GWT 2.1's expenses project into Eclipse? I tried to generate .classpath or .project as described in trunk\samples\expenses\README-MAVEN.txt, but there is no 'eclipse.generate' goal defined in build.xml: C:\gwt\trunk\samples\expensesant eclipse.generate Buildfile:

Re: How to import Expenses project into Eclipse?

2010-09-27 Thread Thomas Broyer
On Sep 27, 10:10 am, hezjing hezj...@gmail.com wrote: Hi May I know how to import the GWT 2.1's expenses project into Eclipse? I tried to generate .classpath or .project as described in trunk\samples\expenses\README-MAVEN.txt, but there is no 'eclipse.generate' goal defined in build.xml:

Re: Any recommended input validation lib?

2010-09-27 Thread Thomas Broyer
On Sep 27, 2:47 am, nacho vela.igna...@gmail.com wrote: Hi, searching on google i've found a few gwt validation libraries. I would like to know if you are using anyone in special or if you have tested some of them. FYI, GWT 2.1 should come with built-in support for javax.validation. I don't

Re: making resources at server side available as webservice

2010-09-27 Thread dadada
hi, or should i be using jax-rs to create the webservice? can someone please give me an advice? thanks! On Sep 25, 4:03 pm, dadada ytbr...@gmail.com wrote: hi all, if i want to open the resource as a webservices so that other component like mobile app can communicate with it. How should

Re: ActionCell code example (data presentation widget - 2.1m3)

2010-09-27 Thread Thomas Broyer
On Sep 27, 3:42 am, Bayard Randel k...@bestpractice.org.nz wrote: Would anyone happen to have a code example demonstrating the use of an ActionCell? The Showcase sample contains one such example:

GWT 2.0 + maven

2010-09-27 Thread aces2805
Hi Guys, Need help on configuring maven and GWT 2.0 no idea on how to handle Invalid GWT home, just a newbie in it. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Auto Focus of CellTable when refreshing data

2010-09-27 Thread AlexG
Hi @ all, I have several Views with a CellTable. I did these like the bikeshed example. The problem I have is, when the Presenter calls a table-refresh, the CellTable is always focused. When the focus is on a TextBox, and I type something in, it is possible, that the TextBox loose focus, while

Re: GWT 2.0 + maven

2010-09-27 Thread olivier nouguier
hi, Insure that GWT (GEP) container lib is before Maven dependency container. HIH On Mon, Sep 27, 2010 at 11:12 AM, aces2805 ace...@gmail.com wrote: Hi Guys, Need help on configuring maven and GWT 2.0 no idea on how to handle Invalid GWT home, just a newbie in it. Thanks -- You

CSS Opacity on IE8

2010-09-27 Thread Nicolas ANTONIAZZI
Hello, I think that there is a problem with the Dom Implementation of opacity in IE8. getElement().getStyle.setOpacity(value); The standard way of setting a css opacity is opacity : value with IE6 or 7, it is : filter : alpha(opacity=value); with IE8, it is the same. but there is only a

Re: Auto Focus of CellTable when refreshing data

2010-09-27 Thread Thomas Broyer
On Sep 27, 11:37 am, AlexG alexander.gauss.ax...@googlemail.com wrote: Hi @ all, I have several Views with a CellTable. I did these like the bikeshed example. The problem I have is, when the Presenter calls a table-refresh, the CellTable is always focused. When the focus is on a TextBox,

GWT-OpenLayers 0.5 Released

2010-09-27 Thread Andrew Hughes
Greetings, Around Twelve months in the making and GWT-OpenLayers 0.5 has been released, a BIG THANK YOU to everyone who contributed. I've posted this across a few mailing lists that might find this interesting blend of technologies applicable to their needs, these are primarily the GeoServer,

Re: [Gwt-openlayers-devl] GWT-OpenLayers 0.5 Released

2010-09-27 Thread Couzic Mikael
Guys, this is just awesome ! I'd just like to add : A Big Thank You *Andrew *for putting so much effort into this release and full maven support ! A Big Thank You *Edwin *for... well... everyting ! 2010/9/27 Andrew Hughes ahhug...@gmail.com Greetings, Around Twelve months in the making and

Re: CSS Opacity on IE8

2010-09-27 Thread bconoly
I believe there is a problem with GWT's dom implementation for IE 8. I found a workaround here: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/bfeb810a63066989/6e70f7d7868c4440?lnk=gstq=bconoly#6e70f7d7868c4440 On Sep 27, 7:28 am, Nicolas ANTONIAZZI

Re: GWT 2.0 + maven

2010-09-27 Thread bconoly
This article may help: http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google-plugin-for-eclipse.html On Sep 27, 5:12 am, aces2805 ace...@gmail.com wrote: Hi Guys,      Need help on configuring maven and GWT 2.0 no idea on how to handle Invalid GWT home, just a newbie in it. Thanks

API design rant!

2010-09-27 Thread dmen
Have been working with datepicker.. This must be the nth time I think gosh your component model and API are poorly designed! The compiler is great sure, but *please* take a look at projects like Ext GWT of how things should be done the-right-way before you introduce APIs the- clumsy-way that will

Re: API design rant!

2010-09-27 Thread Jaroslav Záruba
do you have some interesting showcase? :) On Mon, Sep 27, 2010 at 4:33 PM, dmen dmenou...@gmail.com wrote: Have been working with datepicker.. This must be the nth time I think gosh your component model and API are poorly designed! The compiler is great sure, but *please* take a look at

Re: GWT 2.0 + maven

2010-09-27 Thread aces2805
Hi, I'm really thankful, I've tried adding the pluginrepository and use 2.0-rc1 but I'm not sure if it works as of now it does have any error during compile and build. On Sep 27, 10:26 pm, bconoly bcon...@gmail.com wrote: This article may

Re: GWT Widget List/Documentation

2010-09-27 Thread Chris Conroy
DynaTable is not a library widget. Rather, it's an example of a widget you might make in an app yourself. http://code.google.com/p/google-web-toolkit/source/browse/#svn/trunk/samples/dynatable/src/com/google/gwt/sample/dynatable On Fri, Sep 24, 2010 at 5:29 PM, Al rayalans...@yahoo.com wrote:

Re: GWT Developer Plugin not working in Namoroka (Firefox) Linux x86_64

2010-09-27 Thread Chris Conroy
See this thread for troubleshooting info on the plugin: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/9e0c72621846bb45/9daf57fd972c5fe4?lnk=gstq=LD_DEBUG#9daf57fd972c5fe4 On Fri, Sep 24, 2010 at 4:41 PM, sheamus ohall...@gmail.com wrote: I can confirm it's working in

Re: Any recommended input validation lib?

2010-09-27 Thread P.G.Taboada
Learn from gwt-pectin, this is a comment I found in the bikeshed source code. And, I must say, gwt-pectin is a really nice binding and validation framework. To be honest, it is the best I have seen until now. My wishlist? GWT uses a metamodel and API like gwt-pectin does provide, plus a nice

Re: API design rant!

2010-09-27 Thread dmen
Don't have the time to back my claims now; hence I said rant. I intend to write a lengthy blog post about this though. Just for the datepicker I 'll say that GWT has a separate package counting 10 artifacts compared to just 2 GXT artifacts that are superior in so many ways. On Sep 27, 5:38 pm,

Re: API design rant!

2010-09-27 Thread Jaroslav Záruba
ok, i was only curious On Mon, Sep 27, 2010 at 5:01 PM, dmen dmenou...@gmail.com wrote: Don't have the time to back my claims now; hence I said rant. I intend to write a lengthy blog post about this though. Just for the datepicker I 'll say that GWT has a separate package counting 10

Re: API design rant!

2010-09-27 Thread dmen
Don't get me wrong however. I am thankful for the whole GWT contribution (free and open source). Just felt ranting a little. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Changing RadioButton font-size

2010-09-27 Thread ctasada
Hi guys, Is it even possible to change the font-size of a RadioButton widget? I've tried applying an style and forcing through HTML, but the size is always the same. Am I missing something obvious? RadioButton rb = new RadioButton(test, font size=\8px\Test/ font, true); also RadioButton rb =

Re: API design rant!

2010-09-27 Thread Jaroslav Záruba
I'm in no relationship to GWT-team. And I'm quite sure no one would take your rant like you don't appreciate the benefits GWT brings. On Mon, Sep 27, 2010 at 5:09 PM, dmen dmenou...@gmail.com wrote: Don't get me wrong however. I am thankful for the whole GWT contribution (free and open

Re: Auto Focus of CellTable when refreshing data

2010-09-27 Thread AlexG
OK, thanks Thomas. It´s good to know, that I don´t make something wrong :-) Looking forward for the 2.1M4 release... Greets Alex On Sep 27, 3:13 pm, Thomas Broyer t.bro...@gmail.com wrote: On Sep 27, 11:37 am, AlexG alexander.gauss.ax...@googlemail.com wrote: Hi @ all, I have

Re: How to import Expenses project into Eclipse?

2010-09-27 Thread David Chandler
Run mvn clean package eclipse:eclipse, then import your project into Eclipse. Eventually, you will not have to run mvn package first, but currently this is necessary to trigger DataNucleus enhancement as well as the war:war goal which copies static resources into place. /dmc On Sep 27, 4:10 am,

GWT + Sprint insight

2010-09-27 Thread P.G.Taboada
Hi, I am testdriving the tc server / insight tooling chain with sts. What if I am not looking for the Spring Roo magic, just trying to use this magical tooling for plain old GWT development? Is there any wiki/ blog/ article/ youtube video on how to use it? My guess is that I have to create

Re: HTTP query string when tested in development mode

2010-09-27 Thread volkan özdemir
2010/9/26, hezjing hezj...@gmail.com: Thanks to Philippe, The solution is simply rename the hosted page *.html to *.jsp See https://groups.google.com/group/google-appengine-java/browse_thread/thread/46240ee12dc856be

left navigation bar used in Google search page

2010-09-27 Thread tamer
Hi all, What's the best/easiest way of building a panel containing a list of Anchors with icons, similar to the left navigation bar of Google search results page? thanks, Tamer -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Custom GWT library

2010-09-27 Thread Atilla İlhan KARTAL
Hello ; I want create a custom gwt library. But i did receive Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly [Error] MyLibModule.gwt.xml I ?xml version=1.0 encoding=UTF-8? !DOCTYPE module

left navigation bar used in Google search page

2010-09-27 Thread tamer
Hi all, I want to develop a left navigation bar just like the one used in Google search page? I'm ok with having a panel with a list of Anchors in it, but I could not find a proper way of placing icons before the anchors. I inspected the Google search page, and saw that the anchor image actually

Where can I find documentation to GWT MVP comming with version 2.1

2010-09-27 Thread Kardigen
Hi, here http://code.google.com/webtoolkit/doc/latest/ReleaseNotes.html#MvpFramework is mentioned that MVP framework is coming in version 2.1. We have 2.1 M3 release, but I can not find any documentation for MVP. Do anyone know where can I find any classes, examples documentation? -- You

embed entire GWT application into single html file

2010-09-27 Thread Wolfgang
I've tried doing this on my own with not much success, as the javascript generated by google web tookit is a bit too cryptic for me. What I am trying to do is this: embed all html, css, images, and javascript for my GWT application into a single html file. I only need to target a single web

Development Mode not connecting

2010-09-27 Thread Johnnie
Hi all, I've been using GWT for about a year and really found it a fantastic platform. I've just got one bug that keeps periodically returning that is driving me mad! :) Most of the time I can debug a GWT app just fine. But sometimes when I try to run an application in development mode, the

Re: Development Mode not connecting

2010-09-27 Thread Chris Conroy
Sounds like perhaps you have an existing DevMode session active, and perhaps you launched it with Run as... rather than Debug as It's easy to accidentally keep an old DevMode session around in Eclipse because the UI for it is a bit non-obvious. Though, if you are using the same run

Re: Where can I find documentation to GWT MVP comming with version 2.1

2010-09-27 Thread Thomas Broyer
On 27 sep, 11:08, Kardigen mar...@kardigen.org wrote: Hi, herehttp://code.google.com/webtoolkit/doc/latest/ReleaseNotes.html#MvpFra... is mentioned that MVP framework is coming in version 2.1. We have 2.1 M3 release, but I can not find any documentation for MVP. Do anyone know where can I

SelectionModel from 2.1M2 is not working in 2.1M3

2010-09-27 Thread Jambi
Hey guys, I switched from GWT 2.1M2 to M3 the last days and I still have a problem with setting the SelectionModel. Before I had something like this: public void setSelectionModel() { final SingleSelectionModelMember selectionModel = new SingleSelectionModelMember();

Re: SelectionModel from 2.1M2 is not working in 2.1M3

2010-09-27 Thread Jambi
Ahh I got it working with this code: public void setSelectionModel() { final SingleSelectionModelMember selectionModel = new SingleSelectionModelMember(); Handler selectionHandler = new SelectionChangeEvent.Handler() { public void

looking for a gwt programmer in Haifa

2010-09-27 Thread ziv
anyone knows? Thanks! -- 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.

Re: How to import Expenses project into Eclipse?

2010-09-27 Thread Ed M
where are you supposed to run the 'mvn package' command from? If the answer is the command prompt. I'm assuming that this means one has to actually download maven, not just the eclipse plugin -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: GWT Designer crash with eclipse 3.6

2010-09-27 Thread Noor
Unfortunately, the same problem. -- 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

Multiple RPC from same page gives Error 500

2010-09-27 Thread GWTViju
e are using GWT 2.0.3 and Spring in the backend. Facing the below issue in IE(6,7,8) as well as Firefox. A proxy is placed between the Browser and the Application Server. In our application, we make multiple RPC calls to display the page. The scenario is described below RPC A and RPC B is

Benchmark

2010-09-27 Thread Ümit
Not sure if it was posted before but I found following interesting blog about GWT Array performance: http://lgrammel.blogspot.com/2010/09/gwt-arraylist-hashset-and-jsarray.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Does the HTTP PUT method work while running GWTTestCases?

2010-09-27 Thread smoyer
I've got an application that uses the PUT method to send updated documents to the server, but while running my GWTTestCases, it seems like the PUT method does not work. I've sub-classed the GWTShellServlet with one that includes logging and a proxy, but the PUT statement never even makes it to

Re: Uibinder, @sprite and ui:with ClientBundle ImageResource, HOW?

2010-09-27 Thread Chris Conroy
Sounds like you need to use ui:with http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html#Using_an_external_resource On Mon, Sep 27, 2010 at 2:17 AM, Andrew Hughes ahhug...@gmail.com wrote: Howdy, Our ui.xml template styles would like to access some ImageResources defined in a

Help With LoadHandler

2010-09-27 Thread rjcarr
I have an application where an Image object gets an updated url quite often from the result of a user action. I'm running into problems where if the image is updated (i.e., the setUrl() method is called) more than once before the image is actually loaded, then the image doesn't load correctly.

Re: Any recommended input validation lib?

2010-09-27 Thread Andrew Pietsch
Hi there, thanks for your compliments about pectin. Just as a matter of interest I've started talking with the author of Bindgen (http://bindgen.org/) about the possibilities of using it with pectin and things are looking promising. If we can get it working (and I think we can) you'll be able to

Re: embed entire GWT application into single html file

2010-09-27 Thread lineman78
There was a single file linker in the 1.5 days, dont know if its still around, but it would blow up if it determined more than one permutation is needed. On Sep 26, 1:21 pm, Wolfgang wolfgangmey...@gmail.com wrote: I've tried doing this on my own with not much success, as the javascript

DateBox behind popup

2010-09-27 Thread Adam35413
I am trying to use DateBox to allow the user to input a date in a DialogBox that contains other relevant fields such as name, etc. However, when I click on the DateBox field the DatePicker appears behind my DialogBox. I placed my DateBox at the bottom of the popup, and as a result I can see the

Re: embed entire GWT application into single html file

2010-09-27 Thread Wolfgang
WOOHOO! Thanks a lot, just the keywords I needed :) http://google-web-toolkit.googlecode.com/svn-history/r8177/javadoc/2.1/com/google/gwt/core/linker/SingleScriptLinker.html I hope it works for 2.x... On Sep 27, 5:19 pm, lineman78 linema...@gmail.com wrote: There was a single file linker in the

Re: embed entire GWT application into single html file

2010-09-27 Thread Wolfgang
Also some notes on how to narrow it down to only one result: http://code.google.com/p/google-web-toolkit-doc-1-5/wiki/FAQ_CompileOnePermutation On Sep 27, 5:19 pm, lineman78 linema...@gmail.com wrote: There was a single file linker in the 1.5 days, dont know if its still around, but it would

Re: Uibinder, @sprite and ui:with ClientBundle ImageResource, HOW?

2010-09-27 Thread Andrew Hughes
Thanks Chris, unfortunately that's what I am doing. but here's an example of what is NOT working to clear things up EXAMPLE ui:with field=res type=com.acme.project.client.resource.AcmeClientBundle/ ui:style @sprite .x { gwt-image: 'res.someImage'; /** - THIS DOES NOT WORK! *? }

Modal Dialogs with setGlassEnabled Disable Input Elements

2010-09-27 Thread melody
I have a modal dialog that I want to be modal so I have set the modal property thus: DialogBox dlg = new DialogBox(); dlg.setModal(true); dlg.setGlassEnabled(true); Now this dialog contains variaous widgets that include input elements like TextBox and ListBox's. I use a widget constructed from

Re: embed entire GWT application into single html file

2010-09-27 Thread Wolfgang
OK, totally got this to work with firefox (I assume it would work with any other browser, just change the user.agent to the appropriate value)... here are the lines to add to your module: define-linker name=sso class=com.google.gwt.core.linker.SingleScriptLinker / set-property name=user.agent

[gwt-contrib] Re: Removed the acquire event, renamed WriteOperation to DataEvent, renamed CREATE to PERSIST. (issue892802)

2010-09-27 Thread amitmanjhi
http://gwt-code-reviews.appspot.com/892802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Removed the acquire event, renamed WriteOperation to DataEvent, renamed CREATE to PERSIST. (issue892802)

2010-09-27 Thread Amit Manjhi
Thanks for the feedback. The new patch incorporates the feedback. On Sun, Sep 26, 2010 at 2:41 PM, rj...@google.com wrote: http://gwt-code-reviews.appspot.com/892802/diff/1/2 File fixWriteOperationEnum.diff (right): http://gwt-code-reviews.appspot.com/892802/diff/1/2#newcode1

[gwt-contrib] Re: Changes required to make the Scaffold app look like the mocks. Added null checks AbstractProxyLi... (issue925801)

2010-09-27 Thread t . broyer
http://gwt-code-reviews.appspot.com/925801/diff/1/2 File user/src/com/google/gwt/app/place/AbstractProxyListActivity.java (right): http://gwt-code-reviews.appspot.com/925801/diff/1/2#newcode256 user/src/com/google/gwt/app/place/AbstractProxyListActivity.java:256: if (view == null) { Isn't the

[gwt-contrib] Re: Changes required to make the Scaffold app look like the mocks. Added null checks AbstractProxyLi... (issue925801)

2010-09-27 Thread jlabanca
http://gwt-code-reviews.appspot.com/925801/diff/1/2 File user/src/com/google/gwt/app/place/AbstractProxyListActivity.java (right): http://gwt-code-reviews.appspot.com/925801/diff/1/2#newcode256 user/src/com/google/gwt/app/place/AbstractProxyListActivity.java:256: if (view == null) { TBH - I

[gwt-contrib] [google-web-toolkit] r8870 committed - The formatting was showing checkstyle errors in eclipse. Minor fixes i...

2010-09-27 Thread codesite-noreply
Revision: 8870 Author: amitman...@google.com Date: Sun Sep 26 19:46:41 2010 Log: The formatting was showing checkstyle errors in eclipse. Minor fixes in formatting. Patch by: amitmanjhi Review by: cromwell...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8870

[gwt-contrib] [google-web-toolkit] r8871 committed - getLastPage no longer issues request with negative start range if tabl...

2010-09-27 Thread codesite-noreply
Revision: 8871 Author: rj...@google.com Date: Sun Sep 26 20:02:00 2010 Log: getLastPage no longer issues request with negative start range if table is empty http://code.google.com/p/google-web-toolkit/source/detail?r=8871 Modified:

[gwt-contrib] Why is getOffsetWidth/getOffsetHeight returning 0 even after onLoad is called for LayoutPanel children?

2010-09-27 Thread Damon Lundin
I posted this over on the normal group but hopefully I can get some useful responses here. I am attempting to use the new GWT LayoutPanels and unfortunately they are causing me some grief. We are using the layout panels (RootLayoutPanel, DockLayoutPanel, LayoutPanel, etc) to arrange the overall

Re: [gwt-contrib] Why is getOffsetWidth/getOffsetHeight returning 0 even after onLoad is called for LayoutPanel children?

2010-09-27 Thread Joel Webber
getOffsetWidth/Height() always read the current state of the widget's backing element, which won't be updated until the layout panels are done laying themselves out. All the layout panels have the potential to be animated, and defer actually laying things out until the end of the current event (in

[gwt-contrib] Re: remove SeriaizableLogRecord and SerializableThrowable (issue875803)

2010-09-27 Thread unnurg
http://gwt-code-reviews.appspot.com/875803/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Let MenuItem implement HasEnabled (issue846801)

2010-09-27 Thread jgw
On 2010/09/20 13:06:07, jgw wrote: Sorry about that. Will look at it this afternoon (US/EST). And apparently this afternoon means several days later... Sorry about that. The patch seems fine overall, but if you have a moment to add a test of the enabled/disabled state, that would be helpful

[gwt-contrib] Re: remove SeriaizableLogRecord and SerializableThrowable (issue875803)

2010-09-27 Thread scottb
http://gwt-code-reviews.appspot.com/875803/diff/1/2 File samples/hello/war/Hello.html (right): http://gwt-code-reviews.appspot.com/875803/diff/1/2#newcode1 samples/hello/war/Hello.html:1: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN Don't forget to revert.

[gwt-contrib] Re: Why is getOffsetWidth/getOffsetHeight returning 0 even after onLoad is called for LayoutPanel children?

2010-09-27 Thread Damon Lundin
On Sep 27, 10:29 am, Joel Webber j...@google.com wrote: getOffsetWidth/Height() always read the current state of the widget's backing element, which won't be updated until the layout panels are done laying themselves out. All the layout panels have the potential to be animated, and defer

[gwt-contrib] [google-web-toolkit] r8874 committed - Moved Test suites and benchmarks to separate packages to prevent spamm...

2010-09-27 Thread codesite-noreply
Revision: 8874 Author: rchan...@google.com Date: Tue Jul 20 09:29:15 2010 Log: Moved Test suites and benchmarks to separate packages to prevent spammy errors http://code.google.com/p/google-web-toolkit/source/detail?r=8874 Added:

[gwt-contrib] Re: Adds a way to tune the optimization level in steps from (issue915802)

2010-09-27 Thread scottb
Mostly LG. http://gwt-code-reviews.appspot.com/915802/diff/1/4 File dev/core/src/com/google/gwt/dev/jjs/JJSOptionsImpl.java (right): http://gwt-code-reviews.appspot.com/915802/diff/1/4#newcode119 dev/core/src/com/google/gwt/dev/jjs/JJSOptionsImpl.java:119: public void setDraftCompile(boolean

[gwt-contrib] Re: Changes required to make the Scaffold app look like the mocks. Added null checks AbstractProxyLi... (issue925801)

2010-09-27 Thread jlabanca
http://gwt-code-reviews.appspot.com/925801/diff/1/3 File user/src/com/google/gwt/app/place/AbstractProxyListView.java (right): http://gwt-code-reviews.appspot.com/925801/diff/1/3#newcode84 user/src/com/google/gwt/app/place/AbstractProxyListView.java:84: protected void init(Widget root,

[gwt-contrib] Re: Removed all the Request sub-types. Fixed the generator and the server code where we were relying... (issue926801)

2010-09-27 Thread amitmanjhi
http://gwt-code-reviews.appspot.com/926801/diff/1/12 File user/src/com/google/gwt/requestfactory/rebind/RequestFactoryGenerator.java (right): http://gwt-code-reviews.appspot.com/926801/diff/1/12#newcode241 user/src/com/google/gwt/requestfactory/rebind/RequestFactoryGenerator.java:241: if

[gwt-contrib] Re: Changes required to make the Scaffold app look like the mocks. Added null checks AbstractProxyLi... (issue925801)

2010-09-27 Thread jlabanca
http://gwt-code-reviews.appspot.com/925801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8876 committed - Removed unnecessary sample applications coming from merge from trunk o...

2010-09-27 Thread codesite-noreply
Revision: 8876 Author: rchan...@google.com Date: Fri Aug 20 11:05:58 2010 Log: Removed unnecessary sample applications coming from merge from trunk operation http://code.google.com/p/google-web-toolkit/source/detail?r=8876 Deleted:

[gwt-contrib] Fixed stale error messages. DataTransferObject has been renamed to ProxyFor annotation. (issue927801)

2010-09-27 Thread amitmanjhi
Reviewers: rjrjr, Description: Fixed stale error messages. DataTransferObject has been renamed to ProxyFor annotation. Patch by: amitmanjhi Review by: rj...@google.com Please review this at http://gwt-code-reviews.appspot.com/927801/show Affected files: M

[gwt-contrib] Re: remove SeriaizableLogRecord and SerializableThrowable (issue875803)

2010-09-27 Thread unnurg
http://gwt-code-reviews.appspot.com/875803/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: remove SeriaizableLogRecord and SerializableThrowable (issue875803)

2010-09-27 Thread unnurg
comments addressed - although I'm having a couple of issues with the includes - I'll come and find you to ask in person http://gwt-code-reviews.appspot.com/875803/diff/1/3 File user/src/com/google/gwt/core/client/impl/SerializableThrowable.java (right):

[gwt-contrib] Re: remove SeriaizableLogRecord and SerializableThrowable (issue875803)

2010-09-27 Thread unnurg
http://gwt-code-reviews.appspot.com/875803/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adds a way to tune the optimization level in steps from (issue915802)

2010-09-27 Thread zundel
http://gwt-code-reviews.appspot.com/915802/diff/1/4 File dev/core/src/com/google/gwt/dev/jjs/JJSOptionsImpl.java (right): http://gwt-code-reviews.appspot.com/915802/diff/1/4#newcode119 dev/core/src/com/google/gwt/dev/jjs/JJSOptionsImpl.java:119: public void setDraftCompile(boolean draft) { On

[gwt-contrib] Re: Adds a way to tune the optimization level in steps from (issue915802)

2010-09-27 Thread zundel
http://gwt-code-reviews.appspot.com/915802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: HTML5 tags in com.google.gwt.dom.DOM.gwt.xml module

2010-09-27 Thread jarrod
Or at least consider allowing extensions to the build in support... see comment: http://code.google.com/p/gwt-html5-media/source/browse/trunk/src/main/java/com/google/code/gwt/html5/media/client/Media.java#691 On Aug 18, 11:53 am, Joel Webber j...@google.com wrote: Le 15 août 2010 10:40,