Re: Does these books still compatible with the new GWT ?

2010-07-09 Thread Andrés Cerezo
Anyone knows a good book with GWT, GAE and JUNIT? All together. Thanks. http://www.mylivesignature.com --- @ WiseStamp Signaturehttp://my.wisestamp.com/link?u=7q7hnkcnv2tbtgnssite=www.wisestamp.com/email-install. Get it

[DialogBox] Problem with lower corners

2010-07-09 Thread StrongSteve
Hello Everybody, I used the GWT Theme Generator [1] to generate kind of a gray style with thin lines for our application. Not I am facing the problem that the lower corners of a DialogBox look kinda weird on IE7+ and FF 3.5+. Please see these screenshots [2], [3] for an explanation. As you

concerns on 2.1 MVP approach

2010-07-09 Thread marius.andreiana
Hi GWT developers, There are some concerns on 2.1 MVP approach, which have been raised here http://groups.google.com/group/google-web-toolkit/browse_thread/thread/44cc77811080a288/f53f9d29ebb9257d?lnk=gstq=mvp#f53f9d29ebb9257d and here

Re: FlexTables - store invisible database key in row?

2010-07-09 Thread Paul Robinson
(BTW: is there a better way to convert an int to String than +idx?) Magnus Integer.toString(idx) -- 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

HOW to add markers to an static image ?

2010-07-09 Thread Bruno Lopes
Hellos, I would like to add markers to a static image, referenced each marker by the position X an Y relative to the image. Something like is possible to do with the API for gMaps, adding markers to the google maps Thanks people! Bruno -- You received this message because you are

GWT roadmap: easier use of REST?

2010-07-09 Thread marius.andreiana
Hi, A lot of web APIs use REST nowadays. GWT seems really well suited to build mashups/UIs on top of REST web services. However, it's not that easy to work with REST from GWT (see also

Re: RPC call does not work after upgrading to Safari 5

2010-07-09 Thread Si_gee
I don't suppose you have the patched version of the lib available, I would like to avoid downloading the whole gwt project and compiling again for this.. I tried tweaking the class in the Jar file, but that seems to end up with a java.lang.Error: Unresolved compilation problem: The

Re: RPC call does not work after upgrading to Safari 5

2010-07-09 Thread Si_gee
Pleased to say I downloaded the 1.4.2 JDK and was able to recompile that class OK - just expanded the existing gwt-user.jar file, updated the source and recompiled (actually I let eclipse recompile) using the 1.4.2 java compiler. Then created new gwt-user.jar file. Just in case anyone else needs

ImageResource Sprites and RepeatStyle.Horizontal/Vertical generating massive images

2010-07-09 Thread DaveC
Hello, This is really just a heads up... We are currently developing a large/complex GWT app and are making use of ClientBundle, CssResource and ImageResource. We've run into an issue where by GWT is generating massive sprite images (for instance one is 163,000 x 300 pixels) - which obviously

Re: ImageResource Sprites and RepeatStyle.Horizontal/Vertical generating massive images

2010-07-09 Thread Frederic Conrotte
Did you check your Compile reports ? http://code.google.com/webtoolkit/release-notes.html#Release_Notes_2_0_0_rc2 On Jul 9, 1:55 pm, DaveC david.andrew.chap...@googlemail.com wrote: Hello, This is really just a heads up... We are currently developing a large/complex GWT app and are making

handling events in MVP with containers

2010-07-09 Thread xworker
Hi all. Got this setup: Dock (DockLayoutPanel) --Tree (Tree) --Content. (SimplePanel) DockPresenter creates and bind the presenters for tree and content like so: public DockPresenter(ContactsServiceAsync rpcService, HandlerManager eventBus, Display view) {

How to propagate events generically between components using an eventbus?

2010-07-09 Thread Oskar Carlstedt
Hi All, I’m sitting with a quite normal problem where I want several components to talk to each other via an eventbus. I have seen some questions on this forum that are quite close to what I’m asking now but no one actually answers the question. Now to my question: I have a couple of components,

fire events to multiple clients

2010-07-09 Thread keneiken
Hi, suppose the sample contacts application is running on a server and there are 2+ users using it concurrently. if user1 delete a contact, user1's list will automatically be refreshed with the changes, i want to fire this event to other users who are viewing the same list to be notified as

Re: Does these books still compatible with the new GWT ?

2010-07-09 Thread conrado
Hi, this is my first post to the group. Sorry for any mistakes. I'd like to emphasize, as stated above, that printed books are out- dated. I've gone through many books and they all cover the very basics of getting started with Appengine and GWT. I would like to point out that, even though in the

Re: GWT 2.0.4 caused Class Not Found, TransformerFactoryImpl

2010-07-09 Thread davewilliamson
Interestingly, I have 'just' come across the same problem in the middle of development! Using Elipse's neat trick of setting SDK versions, I have found that this problem exists since V2.0, whereas the older SDK 1.7.1 works fine = a very poor but quick work around, that is FAR from ideal!!! Come

CSS nth-child pseduo class

2010-07-09 Thread Nick
How do I get the CSSResource class to recognize something like .styleClass:nth-child(odd) { /* Do something */ } -- 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

GWT RPC with Adobe AIR 2

2010-07-09 Thread Gurufaction
How do you call GWT RPC from Adobe AIR? Is it possible? I get a security violation from AIR. -- 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

Detecting browser in GWT 2.0.3

2010-07-09 Thread SanjeevG
Hi, I am working on an application that uses GWT 2.0.3 and GXT 2.2.0. I have implemented the onClose method of the CloseHandler to terminate the session on browser close, however this is causing an obvious problem of terminating the session on browser refresh as well. Can someone put some ideas

Problem in loading GWTTestCase

2010-07-09 Thread rajkamal
Hi I want to configure my project with GWTTEstCase but getting this error when trying to run the TestCase. Exception in thread htmlUnit client thread com.gargoylesoftware.htmlunit.ObjectInstantiationException: unable to create HTML parser at com.gargoylesoftware.htmlunit.html.HTMLParser

orcades spring gwt sample, Startup Warnings

2010-07-09 Thread mfreitag
Hi @all, now i try to start orcades-spring-gwt-sample in Eclipse with righClick- RunAs-WebApplication. The application starts successfully, but i see no login panel and in console there are the following Warnings: snip [WARN] Module declares a servlet class

Help needed changing ui.xml from DecoratorPanel to DockLayoutPanel using Presenter

2010-07-09 Thread Jim in NH
I have a project that works modeled after the Contacts example from the Google I/O talks. In trying to use a DockLayoutPanel I changed the .ui.xml file as from using simple panels shown below. Both versions of the ui.xml file have the same UiFields. Using the code below the application

application wide events

2010-07-09 Thread keneiken
Hi, suppose we are working with the sample gwt contacts app., and there are 2+ users using the application concurrently on different machine. when USERA delete a contact, i want the other users to be notified as well and update the list automatically without using an auto refresh timer or

locale + redirection

2010-07-09 Thread jeroni
I have already created a login system on my GWT application that works fine, but I have a problem: when the users login I recieve a session number and a user from the database with custom options as the privileges and the preferred language and I would like to redirect the application with the

Re: Does these books still compatible with the new GWT ?

2010-07-09 Thread conrado
Hello again, I took a look at Pro Web 2.0 Application Development with GWT and it seems like a really good book. I would recommend it in fact. Its got all a lot of goodies. Describes the nicest of Java development tools and processes that you will go through, and really work like a Pro. So its

Re: ImageResource Sprites and RepeatStyle.Horizontal/Vertical generating massive images

2010-07-09 Thread DaveC
No, forgot about those (I check them)... but I have some more info now... I can trigger the big sprites by changing the size of the image (thats repeated) e.g. image 62 x 60 px triggers big sprite image 500 x 60 px no big sprite... On Jul 9, 1:02 pm, Frederic Conrotte

ds.xml problem

2010-07-09 Thread gopal bhalala
Hi, I have created one .ds.xml file using one database table. Can i create ds.xml file using two database table and when i am dynamicForm.saveData(). i want to submit data on both database table. Best Regards Thanking you, Gopal Dhanjibhai Bhalala -- You received this message because you

Re: ImageResource Sprites and RepeatStyle.Horizontal/Vertical generating massive images

2010-07-09 Thread DaveC
Checked the compile report, but I can't seem to find where it references (if it even does) the generated ImageResourceBundles... On Jul 9, 1:58 pm, DaveC david.andrew.chap...@googlemail.com wrote: No, forgot about those (I check them)... but I have some more info now... I can trigger the big

Re: fire events to multiple clients

2010-07-09 Thread Bilousme
Hello, I think that the best approach is the following : Each client has to do a periodic request to the server (every minute for example) to check if the list of contact has changed. If it's the case, the client do another request to retrieve the updated list of contact. As far as I know the

Re: Detecting browser in GWT 2.0.3

2010-07-09 Thread Stefan Bachert
Hi, from times to times this questions comes up. The user has the control over the browser, not javascript over the browser or the user. And this is a good idea because of security. Developers and customers must accept that there is no control over F5/ Refresh. The same is true for power off ;-)

Re: ImageResource Sprites and RepeatStyle.Horizontal/Vertical generating massive images

2010-07-09 Thread Stefan Bachert
Hi Dave, 163000x300 pixel is extreme. I see two causes a) you have such a lot images. Than I would try for splitting up the ClientBundle b) GWT has a bug which causes huge images as a result. Maybe a) puts the compiler in a more stable state Stefan Bachert http://gwtworld.de On 9 Jul.,

Re: application wide events

2010-07-09 Thread Stefan Bachert
Hi, look for comet, long polling, server push. There are projects on this topic on code.google.com (gwt-comet) Stefan Bachert http://gwtworld.de On 8 Jul., 19:22, keneiken anh...@gmail.com wrote: Hi, suppose we are working with the sample gwt contacts app., and there are 2+ users using the

Re: GWT RPC with Adobe AIR 2

2010-07-09 Thread Stefan Bachert
Hi, GWT RPC is just an HTTP POST. From this point of view it should be possible. However, GWT RPC is passing an id in the headers which is changing every compile. So you must simulate this, too. Stefan Bachert http://gwtworld.de On 9 Jul., 00:20, Gurufaction gurufact...@gmail.com wrote: How do

Re: HOW to add markers to an static image ?

2010-07-09 Thread Stefan Bachert
Hi Bruno, there is no way to manipulate an image directly. However, you may try to put an transparent image with ticks over the map. Stefan Bachert http://gwtworld.de On 9 Jul., 11:39, Bruno Lopes bruno.lourenco.lo...@gmail.com wrote: Hellos, I would like to add markers to a static image,

Re: GWT Code works only in local env and does not work after uploading to App engine

2010-07-09 Thread Toby Reyelts
- Does the rest of your GWT UI show up fine? - When you run with Eclipse are you ever testing the compiled production (web) version of your app, or are you always running in development mode? - Are you testing with the same browser against App Engine as you are against Eclipse? - You can try

Re: GWT roadmap: easier use of REST?

2010-07-09 Thread Stefan Bachert
Hi Marius, I guess directly supporting RESTful/Soap does not make much sense because of SOP and other security topics. At this time I would recommend always to use GWT-RPC to communicate. From the server SOP does not apply and you can access any webservice you like. Stefan Bachert

Re: Make a Banner rotator whit ClientBundle or Java Script Nativ, what do you recomended?

2010-07-09 Thread Stefan Bachert
Hi Jero, in this case I just would use classical http. I dont think that ClientBundle gives you a real advantages on banner ads. img src=http://.../ Stefan Bachert http://gwtworld.de On 9 Jul., 05:28, Jero jero.carr...@gmail.com wrote: Hello Stefan, really I do not like having to recompile the

Re: Image setUrl and setResources IE8 JavaScriptException

2010-07-09 Thread Stefan Bachert
Hi Sven (hi again;-), I did not encounter such a situation, yet. However, to my knowledge IE8 has an limit on data-url of 32KB which are used by GWT (url(data:...)). Probably one gif is smaller than the limit but the other is NOT. When this is the real cause, it is in the end a bug of GWT not to

Re: FlexTables - store invisible database key in row?

2010-07-09 Thread Thad
You may have a point on table width. Elsewhere I call table.setWidth(100%), but my understanding of the layering is that is bound by higher blocks. However for columns, if the data I'm reading has a width defined for a column, I call columnFormatter.setWidth(col, +width+px). My tables have up to

Re: ImageResource Sprites and RepeatStyle.Horizontal/Vertical generating massive images

2010-07-09 Thread DaveC
Yeh, we were seeing browser memory usage jump from about 40Mb to over 300Mb. We already split images/resources up (into modules/plugins with specific functionality e.g. Search, RSSFeed, AppFramework etc, etc) - for example in one bundle there are 17 images (9 of those are for a DecoratorPanel, 5

Re: How to propagate events generically between components using an eventbus?

2010-07-09 Thread Manoj
Take a look at the following classes in GWT - HandlerManager, GwtEvent, EventHandler Implementation: EventBus package my.app.client.event; import com.google.gwt.event.shared.HandlerManager; public class EventBus { private EventBus() {} private static

Re: Managing DB Sessions/connection with GWT + Hibernate

2010-07-09 Thread Stefan Bachert
Hi, there is nothing special in a GWT servlet regarding hibernate. You can use any best practice you know or find for classical web technology. But aware, classical technology renders the gui as html in the server (making the server in truth to a fat-client using the browser as an

DisclosurePanel, disable header clickthrough

2010-07-09 Thread HeideMeister
I have a DisclosurePanel with a few links inside the header. My problem is that when i click one of these links the click-event sink through to the DisclosurePanel header, and folds up the panel. Is there any smart way to stop this? I tried playing around with unsinking the event - but couldn't

Re: concerns on 2.1 MVP approach

2010-07-09 Thread PhilBeaudoin
I found the following overview interesting too: http://www.over-look.com/site/index.php/documentation/techblog/item/gwt-2-1-tutorial-1-mvp-the-model The DTO model described there seems a little involved. If I understand correctly, there is a client-side and server-side version of the DTO for each

Re: GWT roadmap: easier use of REST?

2010-07-09 Thread ivar vasara
On Jul 9, 7:02 am, Stefan Bachert stefanbach...@yahoo.de wrote: I guess directly supporting RESTful/Soap does not make much sense because of SOP and other security topics. With browsers becoming more aware and supporting sources from multiple sources, SOP is not so much an issue. At this

Re: create web service inside GWT project

2010-07-09 Thread Jeff Chimene
Hi Arian, I don't have a good answer for you, as I really don't do server-side Java. I've got to believe that there are quite a few examples out there of how a Java servlet can participate in CGI traffic on some arbitrary port. Such CGI traffic is what a non-Java RPC client request looks like to

Re: HOW to add markers to an static image ?

2010-07-09 Thread Thad
If you want to do this statically, put your image in an AbsolutePanel, then add your markers (in my case, smaller images) to the AbsolutePanel. They appear on top (I attach a ClickHandler to the smaller images to pop up info about them). As for adding dynamically, you can turn on a

Re: GWT 2.0.4 caused Class Not Found, TransformerFactoryImpl

2010-07-09 Thread emurmur
There is an issue in the tracker for this bug, http://code.google.com/p/google-web-toolkit/issues/detail?id=4267. Please go and stat that issue and leave a comment, so it get's some attention. There is also an issue in the Restlet issue tracker that contains a small example that shows the bug at,

Re: Timer triggered every second instead of every second

2010-07-09 Thread ccg123
Though not the cleanest design, I passed a reference to the timer to the dialogbox that will stop and start it upon closing and opening. void addDialogBox(AlertTimer alertTimer, Map data, int groupType){... On Jul 8, 5:50 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: The method run()

Re: Make a Banner rotator whit ClientBundle or Java Script Nativ, what do you recomended?

2010-07-09 Thread Jero
Hi Stefan! Sorry but I am new to the Web world. It is possible to nest on a horizontal banner and give them a rotation from right to left continuously with native HTML? similar to the next page in the top banner (http://www.grupohasar.com/en) but with the difference that I do not want the images

Button click not corresponding to the row to remove

2010-07-09 Thread ccg123
Have a FlexTable with made up of two columns of data and a third column with a button, that when clicked makes an asynchronous call and removes the data from the session. My problem is that when I click the button it refers to the info in the row above and not the same row that the button is in.

Re: Button click not corresponding to the row to remove

2010-07-09 Thread ccg123
Update: I tried making the row variable a class variable instead of a method variable. I want to be able to hide the row when the user clicks the dismiss button. Here is my latest code. Any help is appreciated. public class GroupDataAlertDataGrid extends FlexTable { private ClickListener

List Box widgets like in gmail

2010-07-09 Thread Simon B
Hi, I need to incorporate into a filter widget functionality like that found in gmail in the Move to, Labels and More actions List Box widgets that are found in the gmail mail application. Basically so that I can use the checkboxes and also they need to support all the event handling as well,

Re: GWT 2.0.4 is now available

2010-07-09 Thread Hilco Wijbenga
On 30 June 2010 14:25, Chris Ramsdale cramsdale+perso...@google.com wrote: That's the bad news. The good news is that we have a fix for this issue, plus several other house keeping items/a that we've rolled into a 2.0.4 release, which can be downloaded from GWT’s main download site. If

Does anyone know how I installed 2.1in the plugins directory

2010-07-09 Thread Jeff Chimene
Hi: I cannot figure out how I managed to install GWT 2.1 into the eclipse/plugins directory. I reinstalled eclipse 3.6 for other reasons, and I cannot remember how I got 2.1 into eclipse/plugins. For now, I just downloaded the zip and install 2.1 to another directory, then pointed the GPE at

Re: Help needed changing ui.xml from DecoratorPanel to DockLayoutPanel using Presenter

2010-07-09 Thread mkh
On Jul 9, 2:07 am, Jim in NH jim.mcglaughlin...@gmail.com wrote: I have a project that works modeled after the Contacts example from the Google I/O talks. In trying to use a DockLayoutPanel I changed the .ui.xml file as from using simple panels shown below.  Both versions of the ui.xml

Menu Item and MVP (2)

2010-07-09 Thread yves
Hi, This message was supposed to be an answer to the Menu Item and MVP discussion. But it does not appear, I probably made a mistake, so I put it here in a new discussion. The initial message posted by mic was : Just sharing some thoughts Would the MenuItem class need to implement

Re: concerns on 2.1 MVP approach

2010-07-09 Thread Thomas Broyer
On 9 juil, 11:31, marius.andreiana marius.andrei...@gmail.com wrote: Hi GWT developers, There are some concerns on 2.1 MVP approach, which have been raised herehttp://groups.google.com/group/google-web-toolkit/browse_thread/threa... and

setHTML generates different HTML in Fire Fox then in IE8

2010-07-09 Thread skippy
I am trying to replace my GWT page with a logon jsp page when the session times out. This works great in Fire Fox, but not in IE. It looks like the HTML is not valid in IE. It is missing the in the tags. This code: HTML htmlResponse = new HTML(); htmlResponse.setHTML(response.getText());

Re: concerns on 2.1 MVP approach

2010-07-09 Thread Philippe Beaudoin
Thanks Thomas, I'm glad to hear that... It seems like some of these could be integrated in gwt-platform apps (i.e. Cell-based widgets, maybe even the RequestFactory). I wish I had more time to look into this. Philippe On Fri, Jul 9, 2010 at 1:12 PM, Thomas Broyer t.bro...@gmail.com wrote:

Re: orcades spring gwt sample, Startup Warnings

2010-07-09 Thread Olivier NOUGUIER
Hi, Look like this sample application is outdated because the servlet tag is deprecated in gwt = 1.5 Remove those décoration from the *.gwt.XML files Envoyé de mon iPad Le 8 juil. 2010 à 20:59, mfreitag freit...@gmail.com a écrit : Hi @all, now i try to start orcades-spring-gwt-sample

How to get the loading symbol while the application is loading in gwt 2.0.3

2010-07-09 Thread gourineni rakesh
Hi, I am using gwt 2.0.3 in an Eclipse project. When I run the java code in eclipse I get the url n by pasting it in the web browser I need to wait for some time to get the application.So I need to get The application is loading while I wait for the appliocation to load . I have no idea how

Re: Button click not corresponding to the row to remove

2010-07-09 Thread ccg123
Here is my solution that works for me: public class GroupDataAlertDataGrid extends FlexTable { private Button dismissButton; private int row; void addDataToFlexTable(LocationsInfoDTO locationsInfoDTO) { for(final Info info : locationsInfoDTO.getInfos()){

Re: Button click not corresponding to the row to remove

2010-07-09 Thread Thomas Broyer
On 9 juil, 19:33, ccg123 tks...@gmail.com wrote: Have a FlexTable with made up of two columns of data and a third column with a button, that when clicked makes an asynchronous call and removes the data from the session. My problem is that when I click the button it refers to the info in the

Re: setHTML generates different HTML in Fire Fox then in IE8

2010-07-09 Thread Thomas Broyer
On 9 juil, 22:18, skippy a...@2lehmans.com wrote: I am trying to replace my GWT page with a logon jsp page when the session times out.  This works great in Fire Fox, but not in IE.  It looks like the HTML is not valid in IE.  It is missing the in the tags. This code: HTML htmlResponse =

Re: Does anyone know how I installed 2.1in the plugins directory

2010-07-09 Thread Thomas Broyer
On 9 juil, 21:22, Jeff Chimene jchim...@gmail.com wrote: Hi: I cannot figure out how I managed to install GWT 2.1 into the eclipse/plugins directory. I reinstalled eclipse 3.6 for other reasons, and I cannot remember how I got 2.1 into eclipse/plugins. For now, I just downloaded the zip

Re: List Box widgets like in gmail

2010-07-09 Thread Thomas Broyer
On 9 juil, 20:21, Simon B simon.bott...@gmail.com wrote: Hi, I need to incorporate into a filter widget functionality like that found in gmail in the Move to, Labels and More actions List Box widgets that are found in the gmail mail application. Basically so that I can use the checkboxes

A mind is a terrible thing to have wasted

2010-07-09 Thread Jeff Chimene
On 07/09/2010 02:57 PM, Thomas Broyer wrote: On 9 juil, 21:22, Jeff Chimene jchim...@gmail.com wrote: Hi: I cannot figure out how I managed to install GWT 2.1 into the eclipse/plugins directory. I reinstalled eclipse 3.6 for other reasons, and I cannot remember how I got 2.1 into

Re: How to get the loading symbol while the application is loading in gwt 2.0.3

2010-07-09 Thread lineman78
You will need to implement it in html and hide it once the application loads. You might have to move the script tag out of the head to the bottom of the body to allow it to paint the page before fetching. On Jul 9, 2:44 pm, gourineni rakesh rg...@msstate.edu wrote: Hi,    I am using gwt 2.0.3

Re: Shared CSS

2010-07-09 Thread lineman78
Yeah, all you need is a simple EntryPoint class that just calls StyleInjector.injectCss in the onModuleLoad method. On Jul 8, 8:48 pm, Hethcox heth...@gmail.com wrote: Thanks for all the great suggestions. The shared library has a gwt.xml file but is not an EntryPoint. Can I just pick a class

Re: Help needed changing ui.xml from DecoratorPanel to DockLayoutPanel using Presenter

2010-07-09 Thread Jim McGlaughlin
Thank you so much That indeed was the problem... using RootLayoutPanel for DockLayoutPanel and not RootPanel. There was also an issue with not having a size attribute in the g:north element of the ui.xml file. Thanks again! Jim On Fri, Jul 9, 2010 at 3:31 PM, mkh

Google's Way ! reinventing the wheel

2010-07-09 Thread Aladdin
All I want is to create I18N support in my application , it has been three days and it's now 5:37 am because the GWT team want invent new language other than Java. So my question , why instead of using the Java's regular resource bundle the GWT team go with their imagination and invent new way

Re: How to get the loading symbol while the application is loading in gwt 2.0.3

2010-07-09 Thread Prashant
do you want to implement similar to this one http://claymus-demo.appspot.com/_ah/content ? On 10 July 2010 04:34, lineman78 linema...@gmail.com wrote: You will need to implement it in html and hide it once the application loads. You might have to move the script tag out of the head to the

Re: [gwt-contrib] JSIO vs Overlay Types

2010-07-09 Thread Daniel Bell
Vinay, I just created a wave at https://wave.google.com/wave/waveref/googlewave.com/w+R9B29isxA that we can use to discuss the features and plans to sync up. I've just written what I've done so far, and what I'm currently working on. Cheers, Daniel On 8 July 2010 01:35, Vinay Sekhri

[gwt-contrib] Re: Faster clustering algorithm for JsFunctionClusterer (issue669801)

2010-07-09 Thread avassalotti
Please review this new patch. http://gwt-code-reviews.appspot.com/669801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] SplitLayout getAssociatedSplitter

2010-07-09 Thread Tim K
Library: GWT SDK 2.0.3 Class: SplitLayoutPanel Method:getAssociatedSplitter() Error: Unable to resize the last Widget on panel Steps to Reproduce Error: public class ReproduceError implements EntryPoint { @Override public void onModuleLoad() { SplitLayoutPanel panel = new

[gwt-contrib] Gen2 has dependencies in libideas

2010-07-09 Thread andrew_d_mackenzie
I started using the gwt-incubator package for the PagingScrolled tabel widget, which works great for me. However, the Gen2 part of the JAR (com.google.gwt.gen2) has dependencies on the libideas and other parts of that JAR, including calling deprecated methods. The example I was debugging now was

[gwt-contrib] Re: Allow RPC for unmodificable collections (issue620805)

2010-07-09 Thread rice
http://gwt-code-reviews.appspot.com/620805/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Allows Linkers to mark themselves as shardable by including a (issue678802)

2010-07-09 Thread spoon
http://gwt-code-reviews.appspot.com/678802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Allows Linkers to mark themselves as shardable by including a (issue678802)

2010-07-09 Thread spoon
http://gwt-code-reviews.appspot.com/678802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8370 committed - TempLocalVisitorTest now uses non-destructive code transforms (improve...

2010-07-09 Thread codesite-noreply
Revision: 8370 Author: sco...@google.com Date: Thu Jul 8 09:55:25 2010 Log: TempLocalVisitorTest now uses non-destructive code transforms (improves clarity). http://gwt-code-reviews.appspot.com/679801/show Suggested by: spoon Review by: spoon

[gwt-contrib] [google-web-toolkit] r8371 committed - Add numeric types required for autoboxing support to INDEX_TYPES_SET....

2010-07-09 Thread codesite-noreply
Revision: 8371 Author: to...@google.com Date: Thu Jul 8 11:54:20 2010 Log: Add numeric types required for autoboxing support to INDEX_TYPES_SET. http://gwt-code-reviews.appspot.com/658803 Review by: scottb http://code.google.com/p/google-web-toolkit/source/detail?r=8371 Modified:

[gwt-contrib] Fix javadoc issues (issue681801)

2010-07-09 Thread rice
Reviewers: Ray Ryan, Description: Fix javadoc issues Please review this at http://gwt-code-reviews.appspot.com/681801/show Affected files: M user/src/com/google/gwt/app/place/AbstractRecordListActivity.java M user/src/com/google/gwt/app/place/ActivityManager.java M

[gwt-contrib] SafeASTVisitor unilaterally avoids visiting error/unreachable local types (issue682801)

2010-07-09 Thread scottb
Reviewers: Lex, Description: This prevents a class of compiler crashes that can occur when unreferenced error types end up in the source path. Please review this at http://gwt-code-reviews.appspot.com/682801/show Affected files: M

[gwt-contrib] Re: Allow RPC for unmodificable collections (issue620805)

2010-07-09 Thread jat
LGTM http://gwt-code-reviews.appspot.com/620805/diff/9001/10003 File user/super/com/google/gwt/emul/java/util/Collections.java (right): http://gwt-code-reviews.appspot.com/620805/diff/9001/10003#newcode148 user/super/com/google/gwt/emul/java/util/Collections.java:148: */ So why was this

[gwt-contrib] [google-web-toolkit] r8373 committed - Testing...

2010-07-09 Thread codesite-noreply
Revision: 8373 Author: mmen...@google.com Date: Fri Jul 9 12:29:43 2010 Log: Testing... http://code.google.com/p/google-web-toolkit/source/detail?r=8373 Added: /2.1.0.M2/TEST === --- /dev/null +++ /2.1.0.M2/TEST Fri Jul 9 12:29:43 2010 @@ -0,0 +1,1

[gwt-contrib] [google-web-toolkit] r8374 committed - Removed my test.

2010-07-09 Thread codesite-noreply
Revision: 8374 Author: mmen...@google.com Date: Fri Jul 9 12:30:06 2010 Log: Removed my test. http://code.google.com/p/google-web-toolkit/source/detail?r=8374 Deleted: /2.1.0.M2/TEST === --- /2.1.0.M2/TEST Fri Jul 9 12:29:43 2010 +++ /dev/null @@

[gwt-contrib] Re: SafeASTVisitor unilaterally avoids visiting error/unreachable local types (issue682801)

2010-07-09 Thread spoon
LGTM http://gwt-code-reviews.appspot.com/682801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8376 committed - SafeASTVisitor unilaterally avoids visiting error/unreachable local ty...

2010-07-09 Thread codesite-noreply
Revision: 8376 Author: sco...@google.com Date: Fri Jul 9 10:56:34 2010 Log: SafeASTVisitor unilaterally avoids visiting error/unreachable local types This prevents a class of compiler crashes that can occur when unreferenced error types end up in the source path.