GWT The type XXX is already defined error on package-private classes with NO previous definition.

2011-04-21 Thread magic
I am getting several The type XXX is already defined errors when I compile my web application. These all occur with package-private classes (those in the Java file of another class but not nested in that class) in a module that is inherited by my web application. I have not been able to determine

Re: Navigation between different html pages

2011-04-21 Thread Carlos
am using Window.open(.) specifying the url of the new html page which contains a link to a new module but it's not working. it can't find the specified url On Apr 20, 6:18 pm, SVR svr...@gmail.com wrote: On Success of the RPC, you could open a new Window with Window.open. depending on what

Re: Problem while trying to build GWT from source

2011-04-21 Thread Thomas Broyer
Re your reporthttp://code.google.com/p/google-web-toolkit/issues/detail?id=6273in the issue tracker: For me, on Windows, those instructions were enough (I'm launching ant from within Eclipse though): http://code.google.com/webtoolkit/makinggwtbetter.html#compiling And setting up the projects

Aw: Strange scrolling div problem in WebKit browsers

2011-04-21 Thread Jens
After some research I figured out that GWT's PopupPanel is probably responsible for that behavior. I have some wizard views which contain the custom list mentioned before and these wizards use a PopupPanel which is set to modal. I think there might be a bug in the way PopupPanels cancel events

Re: StackPanel

2011-04-21 Thread Carlos
hello, you can create a panel which can be of any kind according to the way you want to view your items (a vertical panel for example) then you add the different items to this new created item. finally you add this panel to your StackPanel. hope this will help you Ani. Carlos. On 20 avr, 08:14,

New Google Web Toolkit Group in Russian

2011-04-21 Thread shaman.sir
We've opened Russian group for talks about GWT. Russian-speaking GWT Developers, you're welcome: https://groups.google.com/forum/?hl=ru#!forum/google-web-toolkit-ru -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: Using native methods in a JavascriptObject class

2011-04-21 Thread Alexandre Ardhuin
This test case shows you how to do : http://code.google.com/p/gwt-google-apis/source/browse/trunk/ajaxloader/ajaxloader/test/com/google/gwt/ajaxloader/client/ClientLocationTest.java Alexandre 2011/4/16 muggs muggs...@gmail.com I'm currently trying out my first gwt app with gwt-map library. I'm

Re: Navigation between different html pages

2011-04-21 Thread Carlos
should i configure something in the web.xml for the jetty server? On 21 avr, 09:58, Carlos hbazz...@gmail.com wrote: am using Window.open(.) specifying the url of the new html page which contains a link to a new module but it's not working. it can't find the specified url On Apr 20, 6:18 

Re: UmbrellaException

2011-04-21 Thread l.denardo
You can call GWT.setUncaughtExceptionHandler(GWT.UncaughtExceptionHandler handler) to add a catch all exception handler in your code. Then take a look at GWT logging capabilities (outlined from previous poster) to print to console, log to server, etc. This saved me from an IE debugging

Convenient way to obfuscate include JS files

2011-04-21 Thread RobW
Does anyone know a convenient, preferably build-time, way to obfuscate JS source files include as part of an external GWT module? I know GWT does a great job ob obfuscating the JS files it produces, but can't see any obvious way to have it do the same for JS files included as resources. I suspect

Re: CellTable Sort in 2.2

2011-04-21 Thread jgranie
Hi, Can't you give a predefined order like this : table.getColumnSortList().push(nameColumn); This cause the arrow to appear. I think that arrow isn't displayed since no sort order have been selected. On 20 avr, 15:55, SVR svr...@gmail.com wrote: Yes I do provide one, but what I notice is

Out of Memory

2011-04-21 Thread darkling
I'm working with a GXT tree grid right now and its throwing OOM exceptions whenever I try to open a node. I'm struggling to figure that out since the tree only contains about 15 nodes and I have allocated over a gig of heap memory. Can anyone elaborate on how an OOM exception is thrown in GWT?

Re: Navigation between different html pages

2011-04-21 Thread SVR
you mean your hard-coded url isnt working? If it cant find the url, try accessing the page using : *getHostPageBaseURL*(), according to GWT: Gets the URL prefix of the hosting page, useful for prepending to relative paths of resources which may be relative to the host page.

Cell table styling

2011-04-21 Thread Nisha
Hi , I am working on a cell table and by default it has some styling which I dont want. I want it to appear like the componets in gwt -ext. I mean the look and feel should be like gwt ext. Please help.. Thanks in advance. -- You received this message because you are subscribed to the Google

Re: Custom Server Validation in GWT 2.2

2011-04-21 Thread Andy
I have checked that both classes are in gwt-user.jar from the trunk, are you using the right jar in your classpath ? they are not yet in gwt 2.2.0. -- 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: Navigation between different html pages

2011-04-21 Thread Carlos
thanks SVR its working :) On 21 avr, 15:47, SVR svr...@gmail.com wrote: you mean your hard-coded url isnt working? If it cant find the url,  try accessing the page using  : *getHostPageBaseURL*(), according to GWT:           Gets the URL prefix of the hosting page, useful for prepending to

Problems with Godaddy hosting and server-side deserialization

2011-04-21 Thread Andrew C
Hi there, I have developed an application using GWT and have managed to successfully deploy it on my local tomcat server. Everything works fine here and I am able to transmit serialized data from client to server and vice-versa. However, when I use Godaddy hosting, on a specific call to server,

Nobody is using Struts1 with GWT successfully?

2011-04-21 Thread Jak
I've been search the entire internet about samples or tutorial on how to build GWT with Struts. It seems nobody has done it successfully. So the two frameworks combined is not a common practice. Can somebody help enlighten this topic? The only thing I've found is this plugin:

Re: Nobody is using Struts1 with GWT successfully?

2011-04-21 Thread SVR
It depends on what you want to do. We are using GWT with Struts2. Your GWT UI can be part/whole of a page (this could become the host page of your GWT app) generated by a Struts action and so on. On Thu, Apr 21, 2011 at 9:23 AM, Jak jaka...@gmail.com wrote: I've been search the entire internet

Re: GWT maps API GoogleBarEnabled

2011-04-21 Thread John Doran
Again it's something I'd like to use. Has anyone implemented the Google bar embedded in MapWidget to display search results? On Wed, Apr 20, 2011 at 8:31 PM, jonty johnwildo...@gmail.com wrote: Hi all, I was just having a look at the API, if I call mapWidget.setGoogleBarEnabled(true); I get a

Odg.: Problems while upgrading to GWT-2.2.0 from GWT-2.0.4

2011-04-21 Thread maticpetek
Hello, I think some change was done in GWT compiler between 2.1 and 2.2 and that's way you need recompile / download gwt-dnd library for 2.2. It was the some problem with GXT. For BitLevel, do you maybe use gwt-math? Regards, Matic -- GWT stuff twitter -

Re: Please provide update Eclipse plugin for 3.7 aka Indigo

2011-04-21 Thread David Chandler
We'll be working on Eclipse 3.7 support after we finish the GWT 2.3 release now in process. /dmc On Wed, Apr 20, 2011 at 11:49 AM, adietisheim andre.dietish...@gmail.comwrote: The GWT Plugins do not work with Eclipse 3.7. aka Indigo. Since a lot of people switch over to the latest milestones

Layout Panels missing from GWT Designer palette in Eclipse

2011-04-21 Thread Christian
In the GWT Designer from within Eclipse I am missing some panels in the panels section in the palette, e.g. LayoutPanel, DockLayoutPanel. Seems like all the ones introduced with GWT 2.0 http://code.google.com/intl/de/webtoolkit/doc/latest/DevGuideUiPanels.html#Design. I am running the latest

Re: Problems with Godaddy hosting and server-side deserialization

2011-04-21 Thread David Chandler
Hi Andrew, Can anyone point me in the right direction? May I suggest Google App Engine? :-) /dmc On Wed, Apr 20, 2011 at 4:55 PM, Andrew C drewcall...@gmail.com wrote: Hi there, I have developed an application using GWT and have managed to successfully deploy it on my local tomcat

Re: Problems with Godaddy hosting and server-side deserialization

2011-04-21 Thread nino ekambi
+ 1 for Appengine You will never regret :) 2011/4/21 David Chandler drfibona...@google.com Hi Andrew, Can anyone point me in the right direction? May I suggest Google App Engine? :-) /dmc On Wed, Apr 20, 2011 at 4:55 PM, Andrew C drewcall...@gmail.com wrote: Hi there, I have

Can GWT application (inside one iFrame) be able to manipulate content insides other iFrames

2011-04-21 Thread keke
Dear group, Our GWT application (using GXT) has to be displayed inside an iFrame. And we have a number of such iFrames in our application. My question is is it possible to only load one instance of the GWT application (the module iFrame) into the DOM and always use that piece of code to generate

gwt-maven-plugin woes

2011-04-21 Thread cri
I'm trying to use gwt project generated by using the gwt-maven-plugin archetype but don't very far. I feel I must be making a simple mistake. It would be great if maven support was provided directly by GWT. Here is are the steps I followed with gwt-maven-plugin (from the gwt- maven-plugin

Re: Problems with Godaddy hosting and server-side deserialization

2011-04-21 Thread Andrew C
Will look it up. Thanks David and Nino On Apr 21, 6:18 pm, nino ekambi jazzmatad...@googlemail.com wrote: + 1  for Appengine You will never regret :) 2011/4/21 David Chandler drfibona...@google.com Hi Andrew, Can anyone point me in the right direction? May I suggest Google

Re: select TreeItem with right click

2011-04-21 Thread Patrick Tucker
When you show the context menu, set the menuitem's selected style class. Just make sure you remove it upon hiding the menu. On Apr 20, 12:00 pm, Ernesto Reig erniru...@gmail.com wrote: Hello everybody, I´ve googling a bit but I don´t find a good/easy way of achieving this. The thing is that

Re: 2.3 beta release notes link broken

2011-04-21 Thread Doug Kramer
The correct link is: http://code.google.com/webtoolkit/release-notes.html#Release_Notes_Current This correction should appear by 1pm PT today. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

GWT/Android development

2011-04-21 Thread Ernesto Reig
Well, I don't know if this is the right place to post this question, but... I am doing the mobile view of a GWT application, and in order to see the changes that I am making I need to run it in the android bowser. I have downloaded the android sdk, and use the device emulator in order to run the

Re: GWT/Android development

2011-04-21 Thread joe kolba
just test it in chrome, the android browser is just a webkit browser. On Thu, Apr 21, 2011 at 1:31 PM, Ernesto Reig erniru...@gmail.com wrote: Well, I don't know if this is the right place to post this question, but... I am doing the mobile view of a GWT application, and in order to see the

Re: CellTable Sort in 2.2

2011-04-21 Thread SVR
You are right, but since I did push 2 columns, the arrow to sort was appearing in only the Column that was pushed last. I was thinking (assuming! after using the Flex widgets) that this was a sort within a sort. But I understand now that the table can be sorted atmost on One Column at a time.

Hi

2011-04-21 Thread Deepak Singh
Hi, Any expected date for final release of GWT 2.3 ? Thanks Deepak -- 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: Navigation between different html pages

2011-04-21 Thread Armishev, Sergey
String site = yourpage.html; if(!GWT.isProdMode()) site += ?gwt.codesvr=127.0.0.1:9997; Window.Location.replace(GWT.getHostPageBaseURL() + site); From:

Re : Hi

2011-04-21 Thread Thomas Broyer
Probably around May 10-11 http://www.google.com/events/io/2011/ ;-) -- 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: connecting MySql to Eclipse (GWT)

2011-04-21 Thread gwtuser
Hello John, Thanks for providing info about the examplei have gone thru that exampleit doesn't use MySql DB. I am looking for an example which uses this. It will be great help for me if someone could give any info on this. Thanks. On Apr 15, 11:46 am, John Doran johnwildo...@gmail.com

Re: GWT RPC - WebServiceClient

2011-04-21 Thread Chris
Like you, I read that it was possible but ran into the same issues. I ended up having to strip down the generated classes to POJO, which clearly reduces the advantages of using something like JAX-B in the first place. My understanding is that there are some classes in javax.xml that will never

Re: Using native methods in a JavascriptObject class

2011-04-21 Thread bear-z
Why are you try to get this from native javascript. Try to implement this, using gwt objects. You can insert gwt-map js from the normal view, not from EntryPoint. Here code example: public MapRootView() { Maps.loadMapsApi(, 2, false, new Runnable() {

Radiobuttons and UiBinder

2011-04-21 Thread karthik reddy
Lets say I have three radio buttons belonging to a group. Upon some event, I would like to retrieve the value of the radio button selected in my UiBInder class. One possible approach, I guess, is to declare a ui:field for each of the radio buttons(like in the example below) and thus retrieve

Show floating panel on top of a Flextable?

2011-04-21 Thread Sunit Katkar
I have a Flextable which occupies a fixed area in my app. Now there are buttons outside this table which do certain actions. I need to create a 'modal' sort of panel (transparent would be added bonus) which will cover this flex table or at least a part of it and show some text messages while the

Re: GWT RPC - WebServiceClient

2011-04-21 Thread Chris
I can't speak to the CXF issue but I use many JAXB generated objects across GWT-RPC . The solution I used is detailed here: http://goo.gl/VK2JY which strictly deals with JAXB annotations (extracting the annotations into a separate jar). If for some reason that doesn't suffice I've also had

Re: Problem while trying to build GWT from source

2011-04-21 Thread Johannes Tuchscherer
Thomas, Thanks for your help. I got the project set up in Eclipse and I am able to run the tests in there. I guess I should have checked the eclipse folder in my search for build instruction... Now I am finally able to continue my work on the patch. Thanks again, Johannes -- You received

[gwt-contrib] Switch RequestFactory to use the real ConstraintViolation instead of the hacky Violation interface. (issue1422809)

2011-04-21 Thread bobv
Reviewers: rjrjr, Message: Request requested. http://gwt-code-reviews.appspot.com/1422809/diff/1/user/src/com/google/web/bindery/requestfactory/server/SimpleRequestProcessor.java File user/src/com/google/web/bindery/requestfactory/server/SimpleRequestProcessor.java (right):

[gwt-contrib] Add RequestContext.append() to allow actions across different domain service types to be combine... (issue1423805)

2011-04-21 Thread bobv
Reviewers: rjrjr, Description: Add RequestContext.append() to allow actions across different domain service types to be combined in a single HTTP request. Patch by: bobv Review by: rjrjr Please review this at http://gwt-code-reviews.appspot.com/1423805/ Affected files: M

[gwt-contrib] Re: Treats last modified time of jar file entries differently for purposes of computing staleness. (issue1422802)

2011-04-21 Thread zundel
http://gwt-code-reviews.appspot.com/1422802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Treats last modified time of jar file entries differently for purposes of computing staleness. (issue1422802)

2011-04-21 Thread zundel
This greatly simplifies the patch. I'm not sure the extra complexity and time spent to recover cached units by calculating their content ID again is worth it, given the infrequency of jar file updates in the wild.. http://gwt-code-reviews.appspot.com/1422802/ --

[gwt-contrib] Re: Treats last modified time of jar file entries differently for purposes of computing staleness. (issue1422802)

2011-04-21 Thread jbrosenberg
LGTM I think this is in practice a safe compromise. If a file within a jar changes, then all things in the jar will appear to be updated, but I think this is reasonable. Can refine in the future, to try to detect whether the date of an entry is 0 (or somehow invalid), and only revert to the

[gwt-contrib] Re: Move single jso logic from BasicWebModeCompiler to JavaToJavaScriptCompiler. (issue1428802)

2011-04-21 Thread bobv
LGTM http://gwt-code-reviews.appspot.com/1428802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adding benchmarks to measure the performance of updating na existing tables. Also refactored Wid... (issue1419801)

2011-04-21 Thread rjrjr
Jaime, can you take this? http://gwt-code-reviews.appspot.com/1419801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adding benchmarks to measure the performance of updating na existing tables. Also refactored Wid... (issue1419801)

2011-04-21 Thread jlabanca
Jaime and I are going to look at the benchmarks when we have more time. http://gwt-code-reviews.appspot.com/1419801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: MobileWebApp sample. Showcases GWT providing a single app providing specialized views for Deskto... (issue1427803)

2011-04-21 Thread jlabanca
I forgot to check during the review, but we usually put the .project, .classpath, .checkstyle, .settings, and war directory in trunk/eclipse/samples/MobileWebApp http://gwt-code-reviews.appspot.com/1427803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Structural changes to UiBinder to make fields accessible via getters (issue1420804)

2011-04-21 Thread rjrjr
http://gwt-code-reviews.appspot.com/1420804/diff/7001/user/src/com/google/gwt/uibinder/rebind/FieldManager.java File user/src/com/google/gwt/uibinder/rebind/FieldManager.java (right):

[gwt-contrib] Re: Switch RequestFactory to use the real ConstraintViolation instead of the hacky Violation interface. (issue1422809)

2011-04-21 Thread Ray Ryan
Nick, could you take a look at this too? In particular see the bottom of http://gwt-code-reviews.appspot.com/1422809/diff/1/user/src/com/google/web/bindery/requestfactory/server/SimpleRequestProcessor.java On Thu, Apr 21, 2011 at 6:57 AM, b...@google.com wrote: Reviewers: rjrjr, Message:

Re: [gwt-contrib] Re: Wrap low-priorty log calls with an 'if' test to avoid unnecessary calls (issue1426802)

2011-04-21 Thread Eric Ayers
On Thu, Apr 21, 2011 at 1:50 PM, Daniel Rice (דניאל רייס) r...@google.com wrote:  I ran a Showcase compile with log level 'info' 4 times each way, and took the average of the 3 best times for each way: Without 'if' tests: 396 seconds With 'if' tests: 350 seconds wow, this is fantastic.

[gwt-contrib] Re: MobileWebApp sample. Showcases GWT providing a single app providing specialized views for Deskto... (issue1427803)

2011-04-21 Thread Rodrigo Chandia
Yes, I'll make a patch with those files. I held on that until I could test GPE with the fix for the validation jars On Thu, Apr 21, 2011 at 1:42 PM, jlaba...@google.com wrote: I forgot to check during the review, but we usually put the .project, .classpath, .checkstyle, .settings, and war

[gwt-contrib] Re: Switch RequestFactory to use the real ConstraintViolation instead of the hacky Violation interface. (issue1422809)

2011-04-21 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/1422809/diff/1/user/src/com/google/web/bindery/requestfactory/gwt/client/impl/AbstractRequestFactoryEditorDriver.java File user/src/com/google/web/bindery/requestfactory/gwt/client/impl/AbstractRequestFactoryEditorDriver.java (right):

[gwt-contrib] Re: Treats last modified time of jar file entries differently for purposes of computing staleness. (issue1422802)

2011-04-21 Thread scottb
LVGTM http://gwt-code-reviews.appspot.com/1422802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10050 committed - Move single jso logic from BasicWebModeCompiler to JavaToJavaScriptCom...

2011-04-21 Thread codesite-noreply
Revision: 10050 Author: gwt.mirror...@gmail.com Date: Thu Apr 21 12:23:11 2011 Log: Move single jso logic from BasicWebModeCompiler to JavaToJavaScriptCompiler. http://gwt-code-reviews.appspot.com/1428802 Review by: robertvaw...@google.com

[gwt-contrib] Re: Structural changes to UiBinder to make fields accessible via getters (issue1420804)

2011-04-21 Thread hermes
http://gwt-code-reviews.appspot.com/1420804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add RequestContext.append() to allow actions across different domain service types to be combine... (issue1423805)

2011-04-21 Thread rjrjr
LGTM Wow. Wow. This is a very big deal, and from such a simple change! The patch includes its own demonstration of why it matters. Look at RequestFactoryTestBase. It's an asynchronous test that can't declare itself to be finished until two separate reset() messages are acknowledged by the

[gwt-contrib] Re: Structural changes to UiBinder to make fields accessible via getters (issue1420804)

2011-04-21 Thread hermes
http://gwt-code-reviews.appspot.com/1420804/diff/7001/user/src/com/google/gwt/uibinder/rebind/FieldManager.java File user/src/com/google/gwt/uibinder/rebind/FieldManager.java (right):

[gwt-contrib] Re: Structural changes to UiBinder to make fields accessible via getters (issue1420804)

2011-04-21 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/1420804/diff/7001/user/src/com/google/gwt/uibinder/rebind/FieldManager.java File user/src/com/google/gwt/uibinder/rebind/FieldManager.java (right):

[gwt-contrib] Re: MobileWebApp sample. Showcases GWT providing a single app providing specialized views for Deskto... (issue1427803)

2011-04-21 Thread rjrjr
I just realized that I don't like the name of this sample. It's not just about being a mobile app. It's about being a well architected one, which provides both a mobile and desktop UI. Shall we call it tasks instead? http://gwt-code-reviews.appspot.com/1427803/ --

[gwt-contrib] no warnings in mobile sample (issue1427806)

2011-04-21 Thread rjrjr
Reviewers: rchandia, Description: no warnings in mobile sample Please review this at http://gwt-code-reviews.appspot.com/1427806/ Affected files: M samples/mobilewebapp/src/com/google/gwt/sample/mobilewebapp/client/MobileWebAppShellBase.java M

[gwt-contrib] Re: no warnings in mobile sample (issue1427806)

2011-04-21 Thread rjrjr
Review, please. http://gwt-code-reviews.appspot.com/1427806/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10052 committed - Add RequestContext.append() to allow actions across different domain s...

2011-04-21 Thread codesite-noreply
Revision: 10052 Author: gwt.mirror...@gmail.com Date: Thu Apr 21 15:19:33 2011 Log: Add RequestContext.append() to allow actions across different domain service types to be combined in a single HTTP request. Patch by: bobv Review by: rjrjr Review at

[gwt-contrib] Re: Add RequestContext.append() to allow actions across different domain service types to be combine... (issue1423805)

2011-04-21 Thread bobv
r10052 http://gwt-code-reviews.appspot.com/1423805/diff/1/user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java File user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java (right):

[gwt-contrib] Re: Switch RequestFactory to use the real ConstraintViolation instead of the hacky Violation interface. (issue1422809)

2011-04-21 Thread bobv
r10053 http://gwt-code-reviews.appspot.com/1422809/diff/1/user/src/com/google/web/bindery/requestfactory/gwt/client/impl/AbstractRequestFactoryEditorDriver.java File user/src/com/google/web/bindery/requestfactory/gwt/client/impl/AbstractRequestFactoryEditorDriver.java (right):

[gwt-contrib] Re: Add RequestContext.append() to allow actions across different domain service types to be combine... (issue1423805)

2011-04-21 Thread t . broyer
On 2011/04/21 19:36:37, rjrjr wrote: LGTM Wow. Wow. This is a very big deal, and from such a simple change! Which to me leaves the question: is our usage described at [1] an intended use case, that's here to stay? or simply a fortunate unspecified behavior, and we should change our code to

[gwt-contrib] Re: no warnings in mobile sample (issue1427806)

2011-04-21 Thread rchandia
LGTM http://gwt-code-reviews.appspot.com/1427806/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: no warnings in mobile sample (issue1427806)

2011-04-21 Thread rjrjr
r10054 http://gwt-code-reviews.appspot.com/1427806/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Create a utility class for checking assignability of types for use (issue1420808)

2011-04-21 Thread jat
Reviewers: rjrjr, Description: Create a utility class for checking assignability of types for use in finding compatible constructors/methods. Review by: rj...@google.com Please review this at http://gwt-code-reviews.appspot.com/1420808/ Affected files: M

[gwt-contrib] Re: Create a utility class for checking assignability of types for use (issue1420808)

2011-04-21 Thread rjrjr
Thanks John, this will be really handy. http://gwt-code-reviews.appspot.com/1420808/diff/1/user/src/com/google/gwt/uibinder/rebind/TypeOracleUtils.java File user/src/com/google/gwt/uibinder/rebind/TypeOracleUtils.java (right):

[gwt-contrib] Re: Create a utility class for checking assignability of types for use (issue1420808)

2011-04-21 Thread jat
http://gwt-code-reviews.appspot.com/1420808/diff/1/user/src/com/google/gwt/uibinder/rebind/TypeOracleUtils.java File user/src/com/google/gwt/uibinder/rebind/TypeOracleUtils.java (right):

[gwt-contrib] Re: Create a utility class for checking assignability of types for use (issue1420808)

2011-04-21 Thread jat
http://gwt-code-reviews.appspot.com/1420808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Create a utility class for checking assignability of types for use (issue1420808)

2011-04-21 Thread Ray Ryan
On Thu, Apr 21, 2011 at 6:54 PM, j...@google.com wrote: http://gwt-code-reviews.appspot.com/1420808/diff/1/user/src/com/google/gwt/uibinder/rebind/TypeOracleUtils.java File user/src/com/google/gwt/uibinder/rebind/TypeOracleUtils.java (right):

[gwt-contrib] Re: Create a utility class for checking assignability of types for use (issue1420808)

2011-04-21 Thread jat
http://gwt-code-reviews.appspot.com/1420808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Create a utility class for checking assignability of types for use (issue1420808)

2011-04-21 Thread jat
http://gwt-code-reviews.appspot.com/1420808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Create a utility class for checking assignability of types for use (issue1420808)

2011-04-21 Thread Ray Ryan
LGTM On Thu, Apr 21, 2011 at 9:24 PM, j...@google.com wrote: http://gwt-code-reviews.appspot.com/1420808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors