Editor compatible widget

2011-03-25 Thread Metronome Basic
As my question got no reply last week ( weekend maybe ) I dare to post it once more ?! --- The question may be trivial but.. What makes a Widget compatible with Editors I tried to make a Wiget that is a modified ( expended ) LisBox with setText and getText

GWT, Ads and Friendly IFrames

2011-03-25 Thread Raphael André Bauer
Hi, people that write Ads seem to love the usage of document writes. That is not 100% compatible with AJAX aka GWT and - in many cases - potentially breaks the app. One nice solution imho might be the use of Friendly IFrames (1). The benefit would be that people could continue writing their Ads

Scroll to content

2011-03-25 Thread Stephan T
I have a rather large form which is taller than the visible area in the page. The users enters search criterias in this form and when the user executes the search I present the searchresults below the form. because the form takes up the whole screen the user doesn't notice that the searchresults

Re: RPC Serializable = invalid objects graph?

2011-03-25 Thread Carl
It does seems that GWT RPC does perserve object graphs properly. I use Twig to persist to the DataStore and that is were my object graph gets messed up. So, new investigations... Juan, Paul, thanks for your inputs, they led me in the right direction. Carl On Mar 24, 3:15 pm, Paul Robinson

Re: Problem with Gilead Integration in GWT, Spring and JPA

2011-03-25 Thread Paul Robinson
I use DTOs rather than Gilead...I guess the gilead forums may be able to help. On 24/03/11 17:51, marky8264 wrote: thanks for your answer. However, if i use a eager loading for the list, i will get this: Caused by: com.google.gwt.user.client.rpc.SerializationException: Type

Re: Scroll to content

2011-03-25 Thread Jens
Maybe searchResultPanel.getElement().scrollIntoView() might help. If not you can still play around with ScrollPanel.setScrollPosition(int position). I think position should be the value of yourFormPanel.getOffsetHeight() -- You received this message because you are subscribed to the Google

Re: problem with character encoding

2011-03-25 Thread tanteanni
thx now it is working On 23 Mrz., 09:47, Thomas Broyer t.bro...@gmail.com wrote: On Wednesday, March 23, 2011 7:10:00 AM UTC+1, tanteanni wrote: thx for your investigation, i'll try it with chnaged encoding of propery-file (at the moment i load it via

gwt + spring + maven

2011-03-25 Thread mariyan nenchev
Hi, We are going to develop a new project and i want to make some proof of concept. We want to use gwt, spring and maven. Are these well integrated? Could we use dev mode with spring? Did someone tried this GWT designer and is it generating only java code or ui binder xml based code? Our UI will

Re: Get value of GWT property at runtime

2011-03-25 Thread Raphael André Bauer
On Tue, Mar 15, 2011 at 2:54 PM, Paul Robinson ukcue...@gmail.com wrote: Possibly not as simple as you wanted, but you can do something like this: (1) Create base class com.foo.ThemeInfo and subclasses ThemeInfoOne and ThemeInfoTwo (2) Add this to your gwt.xml: replace-with

How to make customize combobox

2011-03-25 Thread zuni
Hi, I would like to add combobox in celltable. I have requirement as combobox should have the arrow image which shows in everycombobox by default. Kindly help me out. Thanks in ADVANCE. Zuned -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Is Google WebKit the same entity?

2011-03-25 Thread roschler
I'm just getting started writing extensions for Chrome 11 beta, which has support for the HTML5 Speech API. While studying some online reference docs related to writing Chrome extensions I saw a note saying that you have access to any of the APIs belonging to Google WebKit. Is Google WebKit the

Re: Get value of GWT property at runtime

2011-03-25 Thread biophonc
Cheers! ... works perfect :) On Mar 15, 2:54 pm, Paul Robinson ukcue...@gmail.com wrote: Possibly not as simple as you wanted, but you can do something like this: (1) Create base class com.foo.ThemeInfo and subclasses ThemeInfoOne and ThemeInfoTwo (2) Add this to your gwt.xml:

Starting GWT app + Java main

2011-03-25 Thread Radamanthis
Hi! I want to create a web app with gwt that take its input from a java application client. My idea was to load a java main that provides a ServerSocket for java application while loading web app too. But I don't know how to do this. -- You received this message because you are subscribed to the

Use of processing.js with GWT

2011-03-25 Thread cearl
Hi, I'm wondering if anyone has successfully run processing.js applications in GWT? On loading a .pjs file, I note that neither setup() or draw() functions are called. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: FocusPanel selection borderless

2011-03-25 Thread Marco Gadaleta
any help.. On Thu, Mar 24, 2011 at 3:40 PM, Marco Gadaleta gadaleta.ma...@gmail.comwrote: Hello everyone, I'm using a FocusPanel widget and i wan't to remove the border of selection when i click on the focus panel. I've try with a css with border: none but without succes.. Any idea? --

Celltable renderer object

2011-03-25 Thread Marco Gadaleta
Hello everyone, is there a way to obtain the object that cellTable has rendering during the rendering? For example i've associated a list of object as dataprovider to celltable and i want to know what is the object that celltable has rendering in that time? This is useful to me becouse i can add

Re: gwt + spring + maven

2011-03-25 Thread Juan Pablo Gardella
Best Practices!!! gwt http://dl.google.com/io/2009/pres/Th_0200_GoogleWebToolkitArchitecture-BestPracticesForArchitectingYourGWTApp.pdf Places, Activities: http://tbroyer.posterous.com/gwt-21-activities http://tbroyer.posterous.com/gwt-21-places MVP

RequestContext method with enumeration parameter

2011-03-25 Thread Lazo Apostolovski
Hi there, I use gwt request factory to load some object from server. I'll give an example code: https://gist.github.com/886743http://www.google.com/url?sa=Dq=https%3A%2F%2Fgist.github.com%2F886743 This code works just fine in GWT Hosted mode. But problem appears when I compile GWT code to

Re: ProxyAutoBean server-side cache

2011-03-25 Thread Thomas Broyer
[Cc: BobV, rjrjr] That would explain why our test server regularly becomes unresponsive and needs a restart (we shipped our first milestone on Monday for our customer to start testing it; I don't think they complained yet, fortunately; it hadn't beat us earlier as we test on our CI server

Re: Problem with Gilead Integration in GWT, Spring and JPA

2011-03-25 Thread marky8264
However, this is a lot of work or? You must create one DTO for one entity. If you have a lot of entites, it will be a lot of work. Is there another possibility to solve this serialization problem? On 25 Mrz., 10:46, Paul Robinson ukcue...@gmail.com wrote: I use DTOs rather than Gilead...I guess

Re: When is an object passed over RPC safe to modify?

2011-03-25 Thread Martin Larsson
I need the status on the server (new, deleted, modified), so I must wait with the modification until I know the objects have been serialized. Even though Javascript is single threaded, the actual RPC-call is done with a separate XMLHttpRequest-object, I'm uncertain if the objects are safe on

Re: Use of processing.js with GWT

2011-03-25 Thread Uemit
Yes I am using processing.js with GWT. I wrote a simple GWT wrapper for processing.js you can check it out here: https://github.com/timeu/processing-js-gwt There are three ways to load processing code (you have to call them on the instance of the wrapper): load(ExternalTextResource code

Re: Editor compatible widget

2011-03-25 Thread Jens
Use ValueListBoxT instead of ListBox. ValueListBox has methods setValue(T value) and T getValue() and it can be used as editor. So you probably won't need your custom ListBox anymore. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Use of processing.js with GWT

2011-03-25 Thread cearl
This looks good. I'll evaluate shortly.Thanks!! On Mar 25, 9:26 am, Uemit uemit.se...@gmail.com wrote: Yes I am using processing.js with GWT. I wrote a simple GWT wrapper for processing.js you can check it out here: https://github.com/timeu/processing-js-gwt There are three ways to load

Re: How to troubleshoot NPE during UIBinder component initialization

2011-03-25 Thread grigory
Thanks, adding -gen folder compiler argument (and adding it to classpath) helped with both generated code and more informative error messages. On Mar 23, 11:35 am, Thomas Broyer t.bro...@gmail.com wrote: To debug generated code: pass the -gen argument to DevMode (e.g. -gen gen) so you can look

Re: How to troubleshoot NPE during UIBinder component initialization

2011-03-25 Thread grigory
Thanks, adding -gen folder compiler argument (and adding the folder to classpath when running in dev.mode) helped with both generated code and more informative error messages. I was missing inherited modules in the application gwt.xml file. On Mar 23, 11:35 am, Thomas Broyer t.bro...@gmail.com

GWT CellList custom template for Cell Items

2011-03-25 Thread Zed
By default CellList items rendered as column. I want to add float:Left style to each item. I want them to display as a row. But every my element in CellList is wrapped by CellList div. So I want to customize that div style template. Is it possible? I found in CellList.class sources interface :

Scale an image in GWT/HTML5.

2011-03-25 Thread Brandon Donnelson
See the source code to scale an image in GWT/HTML5. I'm in love with HTML5 canvas methods in GWT! Google App Engine Image Service is very light duty api so I am transferring the processing to the client and its working great! http://code.google.com/p/gwt-examples/wiki/gwt_hmtl5 Brandon

GWT 2.2 and FocusWidget

2011-03-25 Thread bconoly
Hey All, I have a custom widget that extends the GWT FocusWidget. It is highly dependent on getting onFocus and onBlur events but unfortunately when I recently upgraded to GWT 2.2 it no longer fires these events. Does anyone have any idea what I can do to fix this or why this is happening?

Last call for I/O contest begins 2 hrs

2011-03-25 Thread David Chandler
Just a friendly reminder, GWT contest begins today at 9am PST: http://googlecode.blogspot.com/2011/03/last-call-for-google-io.html -- David Chandler Developer Programs Engineer, Google Web Toolkit w: http://code.google.com/ b: http://googlewebtoolkit.blogspot.com/ t: @googledevtools -- You

Re: Editor compatible widget

2011-03-25 Thread Metronome Basic
Thanks I'll have a try but what if I wanted to design a widget of my own ( let's say for another purpose ) Patrick - Original Message - From: Jens To: google-web-toolkit@googlegroups.com Cc: Metronome Basic Sent: Friday, March 25, 2011 2:29 PM Subject: Re: Editor

Re: GWT CellList custom template for Cell Items

2011-03-25 Thread Thomas Broyer
Override the CellList styles (pass an overridden CellList.Resource to the constructor) to add the appropriate CSS properties to cellListEvenItem and cellListOddItem. I'd recommend using display:inline-block instead of float:left though; have a look at the

Re: GWT CellList custom template for Cell Items

2011-03-25 Thread Jeff Larsen
or just use CommonResources.getInlineBlockStyle(); Out of curiosity, why do you recommend display:inline-block instead of float:left? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: @AlternateMessage and null values

2011-03-25 Thread bconoly
Anyone? On Mar 24, 11:11 am, bconoly bcon...@gmail.com wrote: Hey All,    I'm trying to use the new @AlternateMessage annotation in my message interface to control messages when some values are null and some are not.  The javadoc for the AlternateMessage says it accepts Strings but it

frequent exception

2011-03-25 Thread SVR
I frequently see this in my server logs when I run the GWT application, though I am not able to say which call throws this exception. Can anybody tell me how to track this down? Exception while dispatching incoming RPC call: java.io.IOException: SRVE0080E: Invalid content length Thanks -- You

Re: @AlternateMessage and null values

2011-03-25 Thread Jeff Larsen
Try @Optional in front of the strings that can be null. -- 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 email to

IE developer plugin installation

2011-03-25 Thread Eike Reifhardt
Hi There, I'm having trouble getting the plugin to work hope someone might have an idea. I'm working on a MacBook and when I open the URL with FF or Safari, I get promted to install the dev plugin, when it's not installed. However, when I am open the URL from inside a Virtual Machine, running XP

Controlling multiple columns sort order in GWT 2.2 CellTable

2011-03-25 Thread Yaakov
Hi, At this point, I figured out how to create a multiple column sort. I create 1 ListHandler and hadd that to the CellTable with the addColumnSortHandler method. I set each column I want to be sorted with setSortable(true) and then set multiple Comparators for each of those columns using the

Re: Is Google WebKit the same entity?

2011-03-25 Thread David Chandler
In that context, I suspect that Google WebKit is referring to Chrome since it's based on http://en.wikipedia.org/wiki/WebKit GWT is unrelated. /dmc On Thu, Mar 24, 2011 at 6:57 PM, roschler robert.osch...@gmail.com wrote: I'm just getting started writing extensions for Chrome 11 beta, which

SafeHtmlUtils on the server side

2011-03-25 Thread Matt
I am trying to use the SafeHtmlUtils class on the server side to make sure some HTML I am sending back to the client side is placed in a SafeHtml object before it is returned. I am assuming it can be used on the server side as its package name is com.google.gwt.safehtml.shared and the class is

Re: gae gwt - to serve compressed java script

2011-03-25 Thread pac
Will appreciate any suggestions to fix this. On Mar 24, 11:11 pm, pac parvez.chau...@gmail.com wrote: I did post this in gae forumhttps://groups.google.com/forum/?fromgroups#!topic/google-appengine-j... Posting here as well if somebody can suggest something. It looks that app engine is

Re: Access Service Layer inside RequestFactory EntityLocator

2011-03-25 Thread Lukasz Strzelecki
Kathiravan Tamilvanan kathir@... writes: Did you manage to resolve this? I'm forcing with same problem rigth now. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: SafeHtmlUtils on the server side

2011-03-25 Thread Juan Pablo Gardella
I suppose you need some class in the server side. Put gwt-user.jar in server side and test 2011/3/25 Matt viper2...@gmail.com I am trying to use the SafeHtmlUtils class on the server side to make sure some HTML I am sending back to the client side is placed in a SafeHtml object before it is

Cookies in gwt

2011-03-25 Thread khiem nguyen
hi, it's possible to have cookies with the same name (with the same gwt-app) so if i call: Cookies.setCookie(name, value), with firebug i can see there are many cookies with name=name is sent. so it's not consitent if server needs only 1 correct info from cookie. i think about calling

Re: GWT CellList custom template for Cell Items

2011-03-25 Thread Thomas Broyer
On Friday, March 25, 2011 4:22:06 PM UTC+1, Jeff Larsen wrote: Out of curiosity, why do you recommend display:inline-block instead of float:left? Compare the first 2 screenshots in http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ -- You received this message because

Re: GWT CellList custom template for Cell Items

2011-03-25 Thread Zed
Thanks it works now. I'm happy. On 25 мар, 18:07, Thomas Broyer t.bro...@gmail.com wrote: Override the CellList styles (pass an overridden CellList.Resource to the constructor) to add the appropriate CSS properties to cellListEvenItem and cellListOddItem. I'd recommend using

How to define a @ProxyFor(...) for a class without setters

2011-03-25 Thread Christien Lomax
Is there a way to create a Proxy for a class that does not have a setter? * (instead who's value(s) are set via its constructor)* e.g.: Solr's FacetFieldhttp://lucene.apache.org/solr/api/org/apache/solr/client/solrj/response/FacetField.html class.. the field I want to proxy is the name.. but

Re: Access Service Layer inside RequestFactory EntityLocator

2011-03-25 Thread David Chandler
You can create your own ServiceLayerDecorator that overrides the default behavior of the createLocator() method. There's an example of wiring in a custom ServiceLayerDecorator here: http://code.google.com/p/listwidget/source/browse/trunk/src/main/java/com/turbomanage/listwidget/server/servlet/

Re: Controlling multiple columns sort order in GWT 2.2 CellTable

2011-03-25 Thread Yaakov Chaikin
Hmm... One idea came to me... Would you just accomplish this by providing a comparator for the column that drives the 1st order sort that has custom code to sort the rest of the data at that point? I guess that should work, right? -yaakov. On Fri, Mar 25, 2011 at 12:06 PM, Yaakov

Re: How to define a @ProxyFor(...) for a class without setters

2011-03-25 Thread Y2i
I have a number of value proxies with final fields that are set in constructors. RequestFactory works fine with them, but there is no way to create the instances on the client, only on the server. From the client point of view these objects are read-only (which works perfectly with

Re: How to define a @ProxyFor(...) for a class without setters

2011-03-25 Thread Christien Lomax
Well, for the Solr case I mentioned in my example, it'll probably work fine then, as FacetField is passed back from Solr... its never written to by the clients. It would be nice to have some sort of annotation that allowed you to define an @ProxyForConstructor ;) -- You received this message

Re: IE developer plugin installation

2011-03-25 Thread FabioV
can you double check if it is installed in control panel and report back? -- 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 email

Cross domain GWT RPC

2011-03-25 Thread d...@vide.bz
Hi, I need to control the transport of a GWT RPC call. I need to include GWT serialized object or directly into the page, or with a custom cross domain transport. There is a way to do this? I have find two problem ... but it look like the development is stopped.

GWT hosted mode does not work in FF4

2011-03-25 Thread mayumi
I upgraded my FF to FF4 today and GWT hosted mode crashes with the message [ERROR] [bam] - Failed to create an instance of 'net.bookedin.bam.client.BAM' via deferred binding How can I fix this? Thanks, -- You received this message because you are subscribed to the Google Groups Google Web

Re: Cross domain GWT RPC

2011-03-25 Thread d...@vide.bz
JSON or ProxyServlet is for me not an option. I need to transfert a network of objects as GWT RPC can do with shared objects and not only tree of data. About the ProxyServlet, the main domain is not mine. On Mar 25, 7:26 pm, d...@vide.bz davide...@gmail.com wrote: Hi, I need to control the

Re: GWT hosted mode does not work in FF4

2011-03-25 Thread Chris Conroy
That's not a crash, that's an exception, and it means your deferred binding for that class isn't set up properly. FF4 should present itself as the gecko1_8 UA so this should be the same behavior that you see on FF3.6. On Fri, Mar 25, 2011 at 2:31 PM, mayumi mayumi.liyan...@gmail.com wrote: I

Help with building GWT from source - javax.validation.ConstraintValidation cannot be resolved

2011-03-25 Thread Tom K.
I've downloaded both the main trunk version as well as the build under releases/2.3, and both seem to have the same problem. I can get everything built OK, and I'm not showing any errors in the output from the build. When the build is complete, for some reason it labels the final packaged build

problema de integracion con Eclipse

2011-03-25 Thread David
Hola: Quiero comenzar a utilizar el framework GWT y para esto quisiera integrarlo con Eclipse. Estoy usando ademas Windows XP. Ya me he bajado el Eclipse Helios Service Release 2. Y ademas tengo descargado el plugin: com.google.gdt.eclipse.suite.e36.update.site_2.2.0.v201102111811 He seguido

Re: Problem with Gilead Integration in GWT, Spring and JPA

2011-03-25 Thread gperetin
From the output above, seems like you're missing @Transactional (or XML configuration if thats what you're using) on one of your methods that access database. However, I would recommend you cheking out MyBatis data mapper (if that's an option for you), I started using it recently instead of

Re: @AlternateMessage and null values

2011-03-25 Thread bconoly
Hmmm, nope didn't work, does the @AlternateMessage support handling null values? On Mar 25, 11:49 am, Jeff Larsen larse...@gmail.com wrote: Try @Optional in front of the strings that can be null. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Protovis-GWT

2011-03-25 Thread Lars Grammel
Thanks George Evan! It's great to hear that it's useful to you. Let me know if you have any ideas or suggestions. Cheers, Lars On Mar 24, 3:03 pm, Evan Ruff evan.r...@gmail.com wrote: Awesome Lars! I was looking at that vis library earlier! With Android supporting SVG in Honeycomb, and iOS

Re: Is Google WebKit the same entity?

2011-03-25 Thread roschler
Thanks David. On Mar 25, 12:26 pm, David Chandler drfibona...@google.com wrote: In that context, I suspect that Google WebKit is referring to Chrome since it's based onhttp://en.wikipedia.org/wiki/WebKit GWT is unrelated. /dmc On Thu, Mar 24, 2011 at 6:57 PM, roschler

Eclipse Plug-in - Locks up Eclipse

2011-03-25 Thread David E.
When clicking the clear log viewer button in the Development Mode tab in Eclipse when using the GWT plug-in it often completely locks up Eclipse requiring a hard shutdown and reboot of Eclipse. Eclipse Version 3.4.2 You should take care of this minor yet annoying issue. Thanks, -- You

Re: Help with building GWT from source - javax.validation.ConstraintValidation cannot be resolved

2011-03-25 Thread David Chandler
Hi Tom, Sounds like you're running an app that uses RequestFactory, which requires additional 3rd party dependencies on the server. These are available in gwt-servlet-deps.jar which you'll find in the gwt-0.0.0 dir. You just need to add it to your classpath. If you're using Maven, the Expenses

Re: Protovis-GWT

2011-03-25 Thread Philippe Beaudoin
Looks like a very useful tool! 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: ProxyAutoBean server-side cache

2011-03-25 Thread Julian Scheid
On Sat, Mar 26, 2011 at 1:05 AM, Thomas Broyer t.bro...@gmail.com wrote: Looking at the code, ProxyAutoBean's createShim creates a reference cycle (the shim references the proxyAutoBean, which keeps a reference on the shim). Because the value in the WeakMapping is kept with a strong reference,

GWT for Chrome Extension building?

2011-03-25 Thread roschler
I am a Chrome Extension newbie but a veteran programmer. My understanding is that GWT compiles out to Javascript and other elements, not a typical Java JAR or JAR container format. Does this mean that the output of a GWT project can be easily integrated into a Chrome extension? If yes, is it a

Re: GWT for Chrome Extension building?

2011-03-25 Thread Chris Conroy
It can be done, but there are currently hoops and a fair amount of gotchas. see http://code.google.com/p/google-web-toolkit/issues/detail?id=5577 On Fri, Mar 25, 2011 at 5:49 PM, roschler robert.osch...@gmail.com wrote: I am a Chrome Extension newbie but a veteran programmer. My

Re: GWT for Chrome Extension building?

2011-03-25 Thread roschler
Thanks Chris. I just starred it to show my support. Robert On Mar 25, 6:18 pm, Chris Conroy con...@google.com wrote: It can be done, but there are currently hoops and a fair amount of gotchas. seehttp://code.google.com/p/google-web-toolkit/issues/detail?id=5577 On Fri, Mar 25, 2011 at 5:49

Security of GWT Eclipse plugin install.

2011-03-25 Thread luca2010
I have tried to install GWT,GWT Designer on Eclipse,I placed the absolute URL for it but instead of http://.,I placed https://..,at first sight the installation proceeded but I received the warning : You are about to install software with unsigned content do you want to

Re: Help with building GWT from source - javax.validation.ConstraintValidation cannot be resolved

2011-03-25 Thread Tom K.
Thanks for the quick reply. That seemed to remove a bunch of my errors, but now I'm still left with errors. Forgive my ignorance on how Java dependencies work, I work primarily in C/C++, so I don't work in Eclipse as much as I should. I looked at Maven earlier today for the first time,

RPC Problem with HashMap containing ArrayList Value

2011-03-25 Thread richip
I've an object which contains a HashMapLong, Object instance. I'm finding that when I put a value of type ArrayList, RPC calls fail with a SerializationException that starts with: com.google.gwt.user.client.rpc.SerializationException at

Adapting GWT to Adobe air

2011-03-25 Thread lalit
We are looking to package our application so that it can be run locally using Adobe air. At the moment if we try to run with the adt tool of adobe air, it throws security restriction. There are post around how to circumvent it but none of them is successful(May be I am still missing some things.)

[gwt-contrib] Re: Introduces RunAsyncActivity, a simple wrapper to turn any activity (issue1386806)

2011-03-25 Thread Antoine DESSAIGNE
Hi, In fact, in my patch (here: http://gwt-code-reviews.appspot.com/1383802/), i didn't want to add the provider. I still think that it's best to only put the AbstractAsyncActivity. The provider was a request from the issue itself but I don't think it's a good idea. My major concern is flow

[gwt-contrib] Re: Introduces RunAsyncActivity, a simple wrapper to turn any activity (issue1386806)

2011-03-25 Thread Thomas Broyer
On Fri, Mar 25, 2011 at 9:09 AM, Antoine DESSAIGNE wrote: In fact, i don't see a single case where I would want to run the same Activity sometime in runAsync and sometime directly. It's more that if you change your mind about what should run sync and async, you shouldn't have to change your

[gwt-contrib] Re: Introduces RunAsyncActivity, a simple wrapper to turn any activity (issue1386806)

2011-03-25 Thread t . broyer
Disclaimer: I didn't review the test yet. http://gwt-code-reviews.appspot.com/1386806/diff/1011/user/src/com/google/gwt/activity/Activity.gwt.xml File user/src/com/google/gwt/activity/Activity.gwt.xml (right):

[gwt-contrib] Re: Adds a cache (PersistenUnitCache) to store CompilationUnits (issue1375802)

2011-03-25 Thread zundel
submitted as r9893 Thanks for the review! http://gwt-code-reviews.appspot.com/1375802/diff/10040/dev/core/src/com/google/gwt/dev/javac/PersistentUnitCache.java File dev/core/src/com/google/gwt/dev/javac/PersistentUnitCache.java (right):

[gwt-contrib] How to treat UI feature requests?

2011-03-25 Thread Antoine DESSAIGNE
Hi, I was wondering, if there is a feature request on a TabPanel or a SplitPanel. Should I make the fix in its Layout version only ? its original version only ? both ? Antoine. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Introduces RunAsyncActivity, a simple wrapper to turn any activity (issue1386806)

2011-03-25 Thread Antoine DESSAIGNE
Thomas, For clarity purpose, in this mail: - a synchronous Activity is an activity where the code of the start() method runs directly - an asynchronous Activity is an activity where the code of the start() method runs through GWT.runAsync. I think there are 2 points. The first one is whether or

[gwt-contrib] Re: Made UiBinder class lookup more generous. (issue1386803)

2011-03-25 Thread davidmorgan
http://gwt-code-reviews.appspot.com/1386803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Made UiBinder class lookup more generous. (issue1386803)

2011-03-25 Thread davidmorgan
Thanks, updated; PTAL. http://gwt-code-reviews.appspot.com/1386803/diff/1003/user/test/com/google/gwt/uibinder/test/client/ClassLookupTest.java File user/test/com/google/gwt/uibinder/test/client/ClassLookupTest.java (right):

[gwt-contrib] Re: Issue 5700 (issue1388804)

2011-03-25 Thread akito . nozaki
I have a simple question on one of the test. As I was making this correction I noticed that one of my test case comment is wrong. The last remove test is actually incorrect (my comment). My question is what is the expected output of the last test. If you have 2 nested event bus, and if you call

[gwt-contrib] Re: Issue 5700 (issue1388804)

2011-03-25 Thread akito . nozaki
http://gwt-code-reviews.appspot.com/1388804/diff/1/user/test/com/google/gwt/event/shared/ResettableEventBusTest.java File user/test/com/google/gwt/event/shared/ResettableEventBusTest.java (right):

[gwt-contrib] [google-web-toolkit] r9894 committed - ie9 richtexteditor event fix....

2011-03-25 Thread codesite-noreply
Revision: 9894 Author: gwt.mirror...@gmail.com Date: Fri Mar 25 03:44:43 2011 Log: ie9 richtexteditor event fix. Review at http://gwt-code-reviews.appspot.com/1384808 Review by: jlaba...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9894 Modified:

[gwt-contrib] ie9 bug fixes. (issue1383809)

2011-03-25 Thread fabiomfv
Reviewers: jlabanca, Description: ie9 bug fixes. Please review this at http://gwt-code-reviews.appspot.com/1383809/ Affected files: M user/src/com/google/gwt/dom/client/DOMImplStandard.java M user/src/com/google/gwt/user/client/ui/CheckBox.java Index:

[gwt-contrib] [google-web-toolkit] r9895 committed - Cherry picking r9888 into releases/2.3m1

2011-03-25 Thread codesite-noreply
Revision: 9895 Author: p...@google.com Date: Fri Mar 25 05:53:55 2011 Log: Cherry picking r9888 into releases/2.3m1 http://code.google.com/p/google-web-toolkit/source/detail?r=9895 Modified: /releases/2.3/user/src/com/google/gwt/canvas/Canvas.gwt.xml

[gwt-contrib] Re: ie9 bug fixes. (issue1383809)

2011-03-25 Thread jlabanca
http://gwt-code-reviews.appspot.com/1383809/diff/1/user/src/com/google/gwt/user/client/ui/CheckBox.java File user/src/com/google/gwt/user/client/ui/CheckBox.java (right): http://gwt-code-reviews.appspot.com/1383809/diff/1/user/src/com/google/gwt/user/client/ui/CheckBox.java#newcode88

[gwt-contrib] [google-web-toolkit] r9896 committed - Fixing HasDataPresenter#scheduleFinally to schedule the command in the...

2011-03-25 Thread codesite-noreply
Revision: 9896 Author: jlaba...@google.com Date: Fri Mar 25 07:28:45 2011 Log: Fixing HasDataPresenter#scheduleFinally to schedule the command in the argument, not the pendingStateCommand instance variable. Review at http://gwt-code-reviews.appspot.com/1391801

[gwt-contrib] Re: Fixing HasDataPresenter#scheduleFinally to schedule the command in the argument, not the pending... (issue1391801)

2011-03-25 Thread pdr
On 2011/03/24 20:18:47, jlabanca wrote: LGTM but this bug means there's no test coverage of this functionality. Can you add it? http://gwt-code-reviews.appspot.com/1391801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixing HasDataPresenter#scheduleFinally to schedule the command in the argument, not the pending... (issue1391801)

2011-03-25 Thread pdr
On 2011/03/24 20:18:47, jlabanca wrote: LGTM but this bug means there's no test coverage of this functionality. Can you add it? http://gwt-code-reviews.appspot.com/1391801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixing HasDataPresenter#scheduleFinally to schedule the command in the argument, not the pending... (issue1391801)

2011-03-25 Thread jlabanca
committed as r9896 I'll add a test for the bug http://gwt-code-reviews.appspot.com/1391801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: Adds a cache (PersistenUnitCache) to store CompilationUnits (issue1375802)

2011-03-25 Thread Stephen Haberman
Thanks for the review! This looks pretty exciting. Is it ready enough that, if I was comfortable running trunk (which I am for certain projects), I could enable now? Any rough stats on the speed up (particularly for DevMode) for small/large codebases? Thanks, Stephen --

[gwt-contrib] Re: Serialize GWT ASTs with CompilationUnits (issue1384807)

2011-03-25 Thread zundel
http://gwt-code-reviews.appspot.com/1384807/diff/1/dev/core/src/com/google/gwt/dev/javac/CachedCompilationUnit.java File dev/core/src/com/google/gwt/dev/javac/CachedCompilationUnit.java (right):

[gwt-contrib] Adding a new SimpleCheckboxCell and LabeledCheckboxCell cells, and a Checkbox widget backed by t... (issue1383810)

2011-03-25 Thread jlabanca
Reviewers: sbrubaker, Description: Adding a new SimpleCheckboxCell and LabeledCheckboxCell cells, and a Checkbox widget backed by the LabledCheckboxCell. The Cell supports different images for checked and unchecked states, as as well as a text label. It renders a hidden input element so the

[gwt-contrib] Better error handling when the cache is initialized with a directory (issue1380808)

2011-03-25 Thread zundel
Reviewers: scheglov, jbrosenberg, Description: Better error handling when the cache is initialized with a directory that does not exist and it cannot create. Please review this at http://gwt-code-reviews.appspot.com/1380808/ Affected files: M

[gwt-contrib] Re: Better error handling when the cache is initialized with a directory (issue1380808)

2011-03-25 Thread jbrosenberg
LGTM http://gwt-code-reviews.appspot.com/1380808/diff/1/dev/core/test/com/google/gwt/dev/javac/PersistentUnitCacheTest.java File dev/core/test/com/google/gwt/dev/javac/PersistentUnitCacheTest.java (right):

[gwt-contrib] Re: Better error handling when the cache is initialized with a directory (issue1380808)

2011-03-25 Thread scheglov
LGTM http://gwt-code-reviews.appspot.com/1380808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Better error handling when the cache is initialized with a directory (issue1380808)

2011-03-25 Thread scottb
http://gwt-code-reviews.appspot.com/1380808/diff/1/dev/core/src/com/google/gwt/dev/javac/PersistentUnitCache.java File dev/core/src/com/google/gwt/dev/javac/PersistentUnitCache.java (right):

[gwt-contrib] RR: Promoting RequestFactory to a higher package

2011-03-25 Thread Ray Ryan
RequestFactory is proving itself useful in non-GWT contexts, so we would like to give it more independence. Our plan with the GWT 2.3 release is to copy com.google.gwt.requestfactory to com.google.requestfactory, and deprecate everything in the old location. We will also provide a jar

[gwt-contrib] Re: Adds flag to enable EnumOrdinalizer result stats (issue1386802)

2011-03-25 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1386802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

  1   2   >