Re: How to integrate an open source web app into a GWT application

2010-08-19 Thread Anita
Hello, Yes, i undestood the folders hierarchy idea (i'm using Apache Tomcat), but i can`t understand how can this works... :( i mean, if i copy my GWT modules in the main project folder, how can i pass data between inner apps?? Thank you very much for yours answers and pacience! Regards, Anita

display result of ListString from server side method into TabPanel

2010-08-19 Thread ichi
Hai all, I've been looking for a way to display result from a method which has return type ListString into a TabPanel. So, this method has to be written in server side since it used import java.net.URL. When I call this service from client side when the user click a button, I want to display those

Re: FormPanel wrap

2010-08-19 Thread Jyaif
Thanks a lot, I am going to try with setInnerHTML. Currently though, I am adding the form via an HTML Widget: String form = form id=qwert ... /form; // the real html is downloaded in ajax HTML htmlWidget = new HTML(form); RootPanel.get().add(htmlWidget); Shouldn't that be more or less

Re: Piriti xml read error

2010-08-19 Thread Harald Pehl
Could you please provide more information: - Which version of Piriti are you using? - Which browser are you using? - Does the error occur in development and/or production mode? Harald On 18 Aug., 22:03, Deepak Singh deepaksingh...@gmail.com wrote: Hi All, I am using piriti for xml to java

Re: Piriti xml read error

2010-08-19 Thread Deepak Singh
Hi Harald, I am using 0.4 version. Browser is IE7 and chrome, tested on both It happened in development and production bothe modes. Regards Deepak On Thu, Aug 19, 2010 at 2:46 PM, Harald Pehl harald.p...@googlemail.comwrote: Could you please provide more information: - Which version of

Re: Piriti xml read error

2010-08-19 Thread Harald Pehl
Could you please update to Piriti 0.4.1 and make sure that you use the latest version of Totoe (http://code.google.com/p/totoe/). Even if you already use version 0.1, please download again as I there are some small bugfixes which didn't increase the version number (compare the file size of your

Re: display result of ListString from server side method into TabPanel

2010-08-19 Thread Sean
You're going to want to use an RPC to get the ListString from the server. Then in your callback function, you go through the List and for each String, add it to whatever widget you want. On Aug 19, 4:19 am, ichi ichi8...@gmail.com wrote: Hai all, I've been looking for a way to display result

Re: Must LayoutPanel always occupy the whole screen?

2010-08-19 Thread mkh
It has a height because top and bottom are specifed. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: Must LayoutPanel always occupy the whole screen?

2010-08-19 Thread mkh
Thanks, this is exactly what was needed. One small issue is setting height to 100% as the equivalent to bottom=0px has the undesired effect of turning on scrollbars (at least in Firefox), but 99.5% avoids this. On Aug 18, 6:30 pm, Thomas Broyer t.bro...@gmail.com wrote: You'd use

Re: Introducing Guit: a next generation gwt framework

2010-08-19 Thread Joe Hudson
That is a good question... I didn't realize that GWT Gallery existed :) I wouldn't say that they are much different. Joe On Aug 18, 7:18 pm, Thomas Broyer t.bro...@gmail.com wrote: On 18 août, 15:17, Joe Hudson joe...@gmail.com wrote: Hi Gal, Please consider registering this project

Re: DatePicker and IE7 Problem

2010-08-19 Thread skippy
So I see from the above link that others are having the same problem. Is ther a gwt-user.jar that contains the fix? Looks like version 2.0.4 does not fix the problem. I am on 2.0.3. Thanks On Aug 18, 3:21 pm, Vladi S vladislavs.sere...@googlemail.com wrote: hi, perhaps relates to

Re: GWT + Hibernate problem (Unknown entity exception)

2010-08-19 Thread francescoNemesi
You can't do it directly, you need to use something like http://sourceforge.net/projects/gilead/ A good reference article for GWT and Hibernate http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html Hope it helps, F On Aug 19, 5:11 am, awate...@gmail.com awate...@gmail.com

Re: GWT + Hibernate problem (Unknown entity exception)

2010-08-19 Thread francescoNemesi
You can't do it directly, a good reference: http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html http://noon.gilead.free.fr/gilead/ Regards, F On Aug 19, 5:11 am, awate...@gmail.com awate...@gmail.com wrote: is com.bancika.client.data.User annotated with �...@entity?

Screencast demonstrating how to profile a GWT application with JProfiler 6

2010-08-19 Thread Ingo Jaeckel
hello everyone, some days ago i tried to profile my gwt application and started a discussion on the google app engine mailing list about the topic http://groups.google.com/group/google-appengine-java/browse_thread/thread/ec21bf87d57f8a82# just wanted to let you know that i created a 3 minute

Perfect caching not working in httpd.conf

2010-08-19 Thread myapplicationquestions
Hi All, I am trying to do what GWT suggest in Perfect Caching section of http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html I am trying to add the following in my httpd.conf LoadModule expires_module modules/mod_expires.so Files *.nocache.* ExpiresDefault access

Frameworks

2010-08-19 Thread Alexei Telles
Hi everybody. I've searching for some gwt news and I 've seen many new gwt tools on the internet. We could list here in this post frameworks that we have some experience. I mean 3rd Party Libraries to be used in gwt projects, both client and server sides. Reporting experiences, etc... What

Re: Frameworks

2010-08-19 Thread Christian Goudreau
Some has made a great simple tool for that: http://gwtmarketplace.appspot.com/# Take a look at Gwt-Platform, one of the best and complete MVP framework that also include native support for command pattern, history, code splitting, breadcrumbs, etc. I've used a lot of framework before switching

Re: Frameworks

2010-08-19 Thread Christian Goudreau
Oh and I forgot, there's also this one: http://gwtgallery.appspot.com/ http://gwtgallery.appspot.com/Cheers, On Thu, Aug 19, 2010 at 10:05 AM, Christian Goudreau goudreau.christ...@gmail.com wrote: Some has made a great simple tool for that: http://gwtmarketplace.appspot.com/# Take a look

Re: Frameworks

2010-08-19 Thread Gal Dolber
Taste it while it stills hot :) . Just open-sourced. http://code.google.com/p/guit/ 2010/8/19 Christian Goudreau goudreau.christ...@gmail.com Oh and I forgot, there's also this one: http://gwtgallery.appspot.com/ http://gwtgallery.appspot.com/Cheers, On Thu, Aug 19, 2010 at 10:05 AM,

Re: Request Factory with Service objects

2010-08-19 Thread Travis Camechis
so after taking a look at the idea behind the requestFactory and using Service Objects instead of mapping directly to a domain object there will be a RequestFactoryServletHelper on the server side that will decide if it should go to a Domain Object or an actual Service object based on a client

Re: Browser hangs up for few requests and getting com.google.gwt.user.client.rpc.StatusCodeException

2010-08-19 Thread Sebastian Rothbucher
Hi, could this be a timeout problem? I sometimes also fell over Firefox going offline resulting in the same exception. Maybe one of the two is the case... Good luck Sebastian Rothbucher On 18 Aug., 20:05, Suneel Allareddy suneel.allare...@gmail.com wrote: Hi Team, Our Application is purely

Re: How to send data back to client side code?

2010-08-19 Thread Arthur Kalmenson
GTW-RPC can only serialize objects that are emulated or new ones you create that implement Serializable. There are some solutions to get other stuff to serialize, but that's probably not what you want. If you make a Data Transfer Object (DTO) that only contains serializable fields, you'll be able

How to handle every key down event in the page?

2010-08-19 Thread nacho
I've found this class, but i can't get an example about how to use it. http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/event/dom/client/HandlesAllKeyEvents.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Accessing shared package class from client code

2010-08-19 Thread Thomas Dvornik
Hey Vikky, You may be right that it's not possible in GWT. It would actually make sense that you get two different instantiations. If both the server and the client had the same instance, you could technically change something on the server, and see it on the client without sending it back,

Re: How to handle every key down event in the page?

2010-08-19 Thread Thomas Broyer
On 19 août, 18:35, nacho vela.igna...@gmail.com wrote: I've found this class, but i can't get an example about how to use it. http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/g... HandleAllKeyEvents is an adapter class when you need to listen to all of keydown, keypress and

Buttons and .gwt-Button CSS

2010-08-19 Thread Maurice
Hi! I have a global stylesheet for my project, with .gwt-Button, .gwt- Label etc. defined in it. All the .gwt-Label CSS settings are picked up in my UI, eg. I can add a margin and watch the Labels adjust accordingly with a refresh. However, .gwt-Button doesn't seem to allow adjustments to the

Re: Perfect caching not working in httpd.conf

2010-08-19 Thread Thomas Broyer
On 19 août, 15:50, myapplicationquestions parag.bhag...@cgi.com wrote: Hi All, I am trying to do what GWT suggest in Perfect Caching section ofhttp://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebu... I am trying to add the following in my httpd.conf LoadModule

Re: Introducing Guit: a next generation gwt framework

2010-08-19 Thread Thomas Broyer
On 19 août, 15:17, Joe Hudson joe...@gmail.com wrote: That is a good question...  I didn't realize that GWT Gallery existed :) FYI, you'll find a link to it from the GWT docs, hidden in Resources / Community / App Gallery in the navigation menu on the left. -- You received this message

Re: css bullets with sprites ?

2010-08-19 Thread Ed
Hi Thomas, Played with your solution but it doesn't workout very well as using list-style-image looks different in different browsers, for example IE places the image as the top, and FF at the bottom :(... This is a well known issue and that's why people advice to use the background-image.

Re: Is Google a quitter ... Wave is dead

2010-08-19 Thread Matt H
The new Orkut is made with GWT as are many other Google products. I'd say it's extremely safe. On Aug 10, 4:39 pm, rudolf michael roud...@gmail.com wrote: hey i have paid a license for that exe but didn't use it much as most of the website had dynamic UI Generation ;)...so i guess by now it is

Facebook like email messaging

2010-08-19 Thread shajiahmed
Hi, We are building a portal for user community and planning to use GWT. Does GWT can be used to build email like messaging as soon as users login they see the messages among different users and able to reply each other? Is there any project that has been developed either open source or part of

create another servlet in gwt project

2010-08-19 Thread eddy88
hi, i have a problem with gwt project. i write my first web application in gwt. my application should permit a client to send a file to a server. i see the fileUpload e gwt Upload but i'm not able to send file. i have the class that extends remoteserviceservlet that have various methods that i

Re: Wave Demise.........sad day for GWT

2010-08-19 Thread Matt H
GWT is used in LOTS of Google products nowadays, and I'd bet that they're keen to use it more. They clearly love it, so I reckon it's here to stay. On Aug 6, 7:24 pm, Arthur Kalmenson arthur.k...@gmail.com wrote: I think it's important to remember that GWT was used to rebuild the AdWords UI,

Re: Introducing Guit: a next generation gwt framework

2010-08-19 Thread Matt H
Well, it's made with GWT of course! On Aug 19, 12:18 am, Thomas Broyer t.bro...@gmail.com wrote: On 18 août, 15:17, Joe Hudson joe...@gmail.com wrote: Hi Gal, Please consider registering this project with GWT Marketplace (http://www.gwtmarketplace.com).  I'm hoping this website will

GWT 2.1, RequestFactory, RESTful Services

2010-08-19 Thread aloleary
Hello, I am looking to start a GWT client project to build a front end to our existing REST (JAX-RS/Stateless) backend system. I am very interested in the power and plumbing that was described at Google IO relating to GWT 2.1 and the RequestFactory architecture (with its caches etc) So I will

Deselect items in a CellTree with MultiSelectionModel

2010-08-19 Thread rhmoller
Hi I am trying to build a component for selecting multiple items from a tree structure using the cellview widgets from GWT 2.1.0.M2. I have a custom TreeViewModel with a single MultiSelectionModel object which is shared between all NodeInfo objects. I would like it to either toggle the selection

Error: Uncaught exception escaped

2010-08-19 Thread compi
Hello Community, I'm actually programming an Project that use Hibernate to manage the data and GWT for the Frontend. I get an Problem when i'm trying call an Method of an RPC. Here is the Log: 21:52:12.029 [ERROR] [gui] Uncaught exception escaped java.lang.NullPointerException: null at

Re: ant build/deploy problem

2010-08-19 Thread Seven Corners
Investigating this some more, I find that I am able to trace into the javascript in mymodule.nocache.js pretty far. I end here: function maybeStartModule(){ if (scriptsDone loadDone) { var iframe = $doc_0.getElementById('mymodule'); var frameWnd = iframe.contentWindow;

SplitLayoutPanel - how to change children width after creation

2010-08-19 Thread Ezequiel Puig
Hi, i am using GWT 2.0.3 and i need to resize a widget located in the west of a SplitLayoutPanel after the SplitLayoutPanel has been created. I have tried something like: SplitLayoutPanel splitLayoutPanel; splitLayoutPanel.getWidget(index).setWidth(30px); but that only changes the widget's

Css dude

2010-08-19 Thread gul
I am working with DialogBox. I have my own window that works if you overwrite standard.css But I'd take another class, so I add a new class gwt-DialogBox-shadow. When compiling the class generates GNW2932039 me, but the daughters subclasses, such as. DialogTopRight,. DialogBottomLeft ... html do

Visual Editors

2010-08-19 Thread Drico
Greetings everyone! In my company we are planning moving on GWT for web applications, or not. The main issue now is a visual editor for faster productivity. Without a visual tool it will be impossible to achieve our goals. We were about to register the excellent GWT Designer (we are using

ant build/deploy problem

2010-08-19 Thread SevenCorners
I'm trying to build my GWT app via ant and deploy it (to Jetty). I am building without errors but the code does not work. When I plop the contents of the war directory generated by Eclipse (using the GWT plugin, without an ant script) into the deployment location (so that I'm running it via

Re: ant build/deploy problem

2010-08-19 Thread Seven Corners
(accidentally hit enter key and it sent it) When I trace through in Firebug, at the gwtOnLoad call, we load the right HTML and that shows up in the page's source. However, the page appears empty. Nothing has loaded. Any ideas? On Thu, Aug 19, 2010 at 1:54 PM, Seven Corners

Re: Piriti xml read error

2010-08-19 Thread Deepak Singh
Hi Harald, I am using 0.4.1 for piriti and 0.1 for totoe. Still i have the same issue. When i run it on chrome , i get Following plugin has crashed .GWT DMP plugin and on the console Exception in thread Code server for ctshub from Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)

Re: Frameworks

2010-08-19 Thread bill braasch
Itemscript (http://code.google.com/p/itemscript/) is a JSON toolkit for GWT and Java. Itemscript is a schema specification for JSON data. Itemscript provides: A cross-platform GWT standard Java JSON library, with convenient classes, parsers, and utilities. A RESTful connector API for retrieval

Re: Frameworks

2010-08-19 Thread Joe Hudson
I'll mention GWT Pages here as well. In fact, GWT Marketplace (http:// www.gwtmarketplace.com) was made using GWT Pages. http://code.google.com/p/gwtpages. Joe On Aug 19, 10:05 am, Christian Goudreau goudreau.christ...@gmail.com wrote: Some has made a great simple tool for

Re: How to send data back to client side code?

2010-08-19 Thread Tan Duy
Thanks for your help, I'm trying to read and test some demo. So, I realize something about GWT-RPC. Yeah, I will try to make a Data Transfer Object. On Aug 19, 11:12 pm, Arthur Kalmenson arthur.k...@gmail.com wrote: GTW-RPC can only serialize objects that are emulated or new ones you create

Re: How to send data back to client side code?

2010-08-19 Thread Sree ...
also.. please post back here if you succeed! Am also trying to implement the DTO but not sure how far i can do that :) On Fri, Aug 20, 2010 at 12:22 AM, Tan Duy tanduy2...@gmail.com wrote: Thanks for your help, I'm trying to read and test some demo. So, I realize something about GWT-RPC.

Re: Piriti xml read error

2010-08-19 Thread Deepak Singh
Hi Harald, Apart from this exception mentioned in last post. i am describing my original issue as I have xml as StationDetails Station id12/id nameasd/name /Station Station id12/id nameasd/name /Station Station id12/id

Re: Problems creating my first reusable module: import cannot be resolved

2010-08-19 Thread mass0ne
For me... package: src `-my.site.tools.layout `-Layout.gwt.xml progect.gwt.xml: inherits name=my.site.tools.layout.Layout/ ...works perfectly. Test your project before you pack them in jar. debug-junit-compile- jar The very first thing that comes to mind: Jar not empty? On Aug 18, 11:44 pm,

Re: css bullets with sprites ?

2010-08-19 Thread Thomas Broyer
On 19 août, 19:41, Ed post2edb...@gmail.com wrote: Hi Thomas, Played with your solution but it doesn't workout very well as using list-style-image looks different in different browsers, for example IE places the image as the top, and FF at the bottom :(... This is a well known issue and

Re: Frameworks

2010-08-19 Thread Thomas Broyer
On 19 août, 15:51, Alexei Telles alexeitel...@gmail.com wrote: Hi everybody. I've searching for some gwt news and I 've seen many new gwt tools on the internet. We could list here in this post frameworks that we have some experience. I mean 3rd Party Libraries to be used in gwt projects,

Printit style sheets not used on all the text.

2010-08-19 Thread skippy
I am using printit and some fo the text prints with out the style sheet font and size. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group,

Re: Perfect caching not working in httpd.conf

2010-08-19 Thread myapplicationquestions
Hi Thomas, Thanks for the quick reply. The way i am testing is looking at the HTTP status code. I would expect a status code of 200 once i have made some changes and recompiled the project but i am always getting 304 ( i am seeing the old screen). Am i doing something wrong? Thanks Parag On Aug

An example of GWT legacy app integration

2010-08-19 Thread Paul Stockley
I have seen a few people asking how to integrate GWT and existing web applications. Our company was in the same position as a lot of people are i.e. we want to move to GWT but have a lot of legacy code. We wanted a way of using our existing apps (jsp/servlet based) but wrap them in a new

Re: How to integrate an open source web app into a GWT application

2010-08-19 Thread Paul Stockley
See my post here: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/6c42e8b691eb112 On Aug 19, 3:13 am, Anita anapont...@gmail.com wrote: Hello, Yes, i undestood the folders hierarchy idea (i'm using Apache Tomcat), but i can`t understand how can this works... :( i mean,

Re: Frameworks

2010-08-19 Thread Robert Munteanu
You can take advantage of two stable, solid frameworks insipired by Ray Ryan's Best Practices For Architecting Your GWT App session at Google I/O 2009: gwt-dispatch - http://code.google.com/p/gwt-dispatch/ gwt-presenter - http://code.google.com/p/gwt-presenter/ Robert On Aug 19, 4:51 pm,

how can I get the generic type for a class in a deferred-binding generator?

2010-08-19 Thread Joe Hudson
For example, public class FooABC extends Bar { } If Bar is register in the config xml with a generate-with type and I am in the Generator code... public class CompositePageGenerator extends Generator { @Override public String generate(TreeLogger logger,

Re: how can I get the generic type for a class in a deferred-binding generator?

2010-08-19 Thread Joe Hudson
Sorry, correction - the example should read: public class Foo extends BarABC { } On Aug 19, 9:09 pm, Joe Hudson joe...@gmail.com wrote: For example, public class FooABC extends Bar {     } If Bar is register in the config xml with a generate-with type and I am in the

Re: how can I get the generic type for a class in a deferred-binding generator?

2010-08-19 Thread Joe Hudson
ok, nevermind... TypeOracle typeOracle = context.getTypeOracle(); JClassType classType = typeOracle.getType(typeName); JClassType superClassType = classType.getSuperclass(); JParameterizedType type =

Re: Problems creating my first reusable module: import cannot be resolved

2010-08-19 Thread lineman78
feel free to shoot me a zip of the project and I will tell you whats wrong. On Aug 18, 11:44 am, Sleeveen pstron...@gmail.com wrote: I've dropped the JAR in war/WEB-INF/lib since it will (eventually) be used on the server side of things. I've removed the hyphens from the name of the module

same code - different compile plattforms - different results???

2010-08-19 Thread Magnus
Hi, I found a strange problem: My GWT app looks different in the same browser on the same machine, when I compile the same code on another computer. The details: One day I found that my form does not look right in IE7: http://yfrog.com/gigwtproblemp The titlebar at the top and the commandbar at

[gwt-contrib] Re: Fix memory leaks in DevMode (issue766803)

2010-08-19 Thread Konstantin . Scheglov
These caches contain types which have a circular reference pattern with the TypeOracle. If we make a hard reference to the cache here, we end up pinning the TypeOracle. You could break hard reference on TypeOracle for example by using weak reference on method from

[gwt-contrib] Introduces ValueListBox, and uses it in Scaffold to pick (issue780802)

2010-08-19 Thread rjrjr
Reviewers: cromwellian, Description: Introduces ValueListBox, and uses it in Scaffold to pick employees. Review by: cromwell...@google.com Please review this at http://gwt-code-reviews.appspot.com/780802/show Affected files: M

[gwt-contrib] Re: Introduces ValueListBox, and uses it in Scaffold to pick (issue780802)

2010-08-19 Thread rjrjr
http://gwt-code-reviews.appspot.com/780802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Introduces ValueListBox, and uses it in Scaffold to pick (issue780802)

2010-08-19 Thread rjrjr
Updated ValueListBox with some bug fixes http://gwt-code-reviews.appspot.com/780802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adds a markTimeline() method to SpeedTracerLogger. (issue776801)

2010-08-19 Thread zundel
http://gwt-code-reviews.appspot.com/776801/diff/8001/9002 File dev/core/src/com/google/gwt/dev/Permutation.java (right): http://gwt-code-reviews.appspot.com/776801/diff/8001/9002#newcode3 dev/core/src/com/google/gwt/dev/Permutation.java:3: * On 2010/08/19 01:13:43, scottb wrote: I see you

[gwt-contrib] IE6/7/8 huge speed problems when adding Stylenames on the fly.

2010-08-19 Thread stuckagain
Hi, I found out that using something like addStylename() in an onmouseover can have really catastrophic effects on performance in IE (6/7 and 8). In fact IE8 seems to be worse than the older versions. In my applications the browser locks up for many seconds even minutes running at 100% CPU.

Re: [gwt-contrib] IE6/7/8 huge speed problems when adding Stylenames on the fly.

2010-08-19 Thread Joel Webber
[+some people who have looked at this problem in the past] Le 19 août 2010 09:36, stuckagain david.no...@gmail.com a écrit : Hi, I found out that using something like addStylename() in an onmouseover can have really catastrophic effects on performance in IE (6/7 and 8). In fact IE8 seems to

[gwt-contrib] Re: IE6/7/8 huge speed problems when adding Stylenames on the fly.

2010-08-19 Thread stuckagain
We haven't built anything like this, but we've definitely seen this problem before. It doesn't seem unreasonable to be able to extract the text of a CSSResource rule's properties (a bit unfortunate, since it only affects IE and would be slower everywhere else -- maybe it would be better to

[gwt-contrib] Another annoying bug in IE with regards to keyboard events

2010-08-19 Thread stuckagain
Hi, Sorry if I trol this newsgroup too much with my questions, but I asked this before in the GWT group and this group, but I did it while you were all busy planning for the GoogleIO days. I filed an issue for keyboard events not being triggered in IE with GWT when you click away a popup panel.

Re: [gwt-contrib] IE6/7/8 huge speed problems when adding Stylenames on the fly.

2010-08-19 Thread Jaime Yap
Setting the styles directly will still run layout. But It will not run style matching. This might give you a bit of speed up, but I think you should take a second look at the way you are styling your application. The assumption that CssResource won't help might be a little off. Setting the style

[gwt-contrib] Re: IE6/7/8 huge speed problems when adding Stylenames on the fly.

2010-08-19 Thread stuckagain
Hi, In a few situation we have indeed a few rules that match .stylename TD I'll see if I can get rid of them. Thanks, David On Aug 19, 4:11 pm, Jaime Yap jaime...@google.com wrote: Setting the styles directly will still run layout. But It will not run style matching. This might give you a bit

Re: [gwt-contrib] IE6/7/8 huge speed problems when adding Stylenames on the fly.

2010-08-19 Thread Jaime Yap
If it is in fact layout and not syle matching that is bogging you down, some good rules of thumb: 1. Try minimize the use of float when styling elements. 2. Tables that have fixed layout will lay out faster than if left to size to its contents. But, it may not look like you expect it to :). 3.

Re: [gwt-contrib] Re: Added all safehtml packages. (issue771801)

2010-08-19 Thread Arthur Kalmenson
I'm just wondering, the idea of this is to display potentially unsafe HTML we got from the server, right? Is there a way to discourage using this to sanitizing HTML on the client before sending it to the server? I can definitely see newer programmers assuming that doing this sanitization on the

[gwt-contrib] Re: TypeOracle transitive invalidation based only on API types (issue775804)

2010-08-19 Thread kplatfoot
Why do we no longer visit annotation types? http://gwt-code-reviews.appspot.com/775804/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: TypeOracle transitive invalidation based only on API types (issue775804)

2010-08-19 Thread Scott Blum
On Thu, Aug 19, 2010 at 11:41 AM, kplatf...@google.com wrote: Why do we no longer visit annotation types? We visit annotation types; what we don't visit is annotation elements on other types. IE, we don't visit the @Override on a method. The reasoning has to do with how the actual

[gwt-contrib] Re: Introduces ValueListBox, and uses it in Scaffold to pick (issue780802)

2010-08-19 Thread jlabanca
Please add test cases (or a TODO) for ValueListBox and anything else that is reasonably stable. http://gwt-code-reviews.appspot.com/780802/diff/3001/4002 File bikeshed/src/com/google/gwt/sample/expenses/gwt/ui/employee/EmployeeEditActivity.java (right):

Re: [gwt-contrib] Re: Added all safehtml packages. (issue771801)

2010-08-19 Thread Philip Rogers
Sure, I will add a note about the intended usage in the code. I will be moving the existing widgets over to SafeHtml soon, and that will, hopefully, provide some good examples as well. Philip On Thu, Aug 19, 2010 at 10:42 AM, Arthur Kalmenson arthur.k...@gmail.comwrote: I'm just wondering,

[gwt-contrib] Re: TypeOracle transitive invalidation based only on API types (issue775804)

2010-08-19 Thread kplatfoot
Ah, ok. My question was not phrased correctly, but I was actually wondering about visiting annotation type *refs*, not the annotation types themselves. My bad. Anyway, thanks for clearing that up. On 2010/08/19 15:46:05, scottb wrote: On Thu, Aug 19, 2010 at 11:41 AM,

[gwt-contrib] Re: TypeOracle transitive invalidation based only on API types (issue775804)

2010-08-19 Thread kplatfoot
LGTM http://gwt-code-reviews.appspot.com/775804/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix memory leaks in DevMode (issue766803)

2010-08-19 Thread conroy
http://gwt-code-reviews.appspot.com/766803/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix memory leaks in DevMode (issue766803)

2010-08-19 Thread conroy
http://gwt-code-reviews.appspot.com/766803/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix memory leaks in DevMode (issue766803)

2010-08-19 Thread conroy
http://gwt-code-reviews.appspot.com/766803/diff/1/2 File dev/core/src/com/google/gwt/core/ext/typeinfo/TypeOracle.java (right): http://gwt-code-reviews.appspot.com/766803/diff/1/2#newcode499 dev/core/src/com/google/gwt/core/ext/typeinfo/TypeOracle.java:499: * manage static state. On

[gwt-contrib] Re: Fix memory leaks in DevMode (issue766803)

2010-08-19 Thread scottb
Still need answer on JJS - i18n clear cache. http://gwt-code-reviews.appspot.com/766803/diff/1/3 File dev/core/src/com/google/gwt/dev/javac/CompilationStateBuilder.java (right): http://gwt-code-reviews.appspot.com/766803/diff/1/3#newcode223

[gwt-contrib] RR : Add ui:import to UiBinder to allow access to static fields. (issue781801)

2010-08-19 Thread bobv
Reviewers: Ray Ryan, Message: This patch allows ui.xml files to refer to static fields. Single fields: ui:import field='com.google.gwt.uibinder.test.client.Constants.CONST_FOO' Wildcard (like import static Inner.*): ui:import field='com.google.gwt.uibinder.test.client.Constants.Inner.*'

[gwt-contrib] Re: Initial support for round-trip edits in the DynaTableRF sample. (issue767801)

2010-08-19 Thread rjrjr
Another sanity check, still sane. I haven't looked in as much depth as I should, but I'm not scared. http://gwt-code-reviews.appspot.com/767801/diff/14001/2014 File samples/dynatablerf/src/com/google/gwt/sample/dynatablerf/client/PersonEditorWorkflow.java (right):

[gwt-contrib] Re: chrome broken

2010-08-19 Thread rjrjr
We believe this was fixed at r8572. Can anyone confirm? On Aug 18, 3:45 pm, Ray Cromwell cromwell...@gmail.com wrote: Thanks, there will be a fix for this by COB today. -Ray On Wed, Aug 18, 2010 at 2:38 PM, Pascal Patry i...@invalidip.com wrote: On Wednesday, August 18, 2010 16:41:39 you

Re: [gwt-contrib] Re: chrome broken

2010-08-19 Thread Pascal Patry
On Thursday, August 19, 2010 13:48:53 rjrjr wrote: We believe this was fixed at r8572. Can anyone confirm? sure, won't be long. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Public: Start of a sample application showing GWT validation. (issue760802)

2010-08-19 Thread nchalko
http://gwt-code-reviews.appspot.com/760802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: chrome broken

2010-08-19 Thread Pascal Patry
On Thursday, August 19, 2010 13:48:53 rjrjr wrote: We believe this was fixed at r8572. Can anyone confirm? It fixed the latest issue in Firefox, however, Chrome is still broken. Stack Trace: java.lang.IllegalArgumentException: invoke arguments: JS value of type int, expected

[gwt-contrib] Re: Added all safehtml packages. (issue771801)

2010-08-19 Thread pdr
http://gwt-code-reviews.appspot.com/771801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: chrome broken

2010-08-19 Thread Pascal Patry
On Thursday, August 19, 2010 14:15:56 Ray Ryan wrote: Your gwt-servlet jar might be stale, try re-genning it. (ant dist-dev) I don't think, since I'm usually building as: ant clean; ant buildonly doc; cd distro-source; ant It did make a difference by fixing Firefox completely. The problem is

[gwt-contrib] Re: Added all safehtml packages. (issue771801)

2010-08-19 Thread rice
http://gwt-code-reviews.appspot.com/771801/diff/25001/26004 File user/src/com/google/gwt/safehtml/shared/OnlyToBeUsedInGeneratedCodeStringBlessedAsSafeHtml.java (right): http://gwt-code-reviews.appspot.com/771801/diff/25001/26004#newcode31

[gwt-contrib] [google-web-toolkit] r8574 committed - Added dir for the 2.1.0.M3 release.

2010-08-19 Thread codesite-noreply
Revision: 8574 Author: rda...@google.com Date: Thu Aug 19 11:34:56 2010 Log: Added dir for the 2.1.0.M3 release. http://code.google.com/p/google-web-toolkit/source/detail?r=8574 Added: /2.1.0.M3 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix memory leaks in DevMode (issue766803)

2010-08-19 Thread conroy
On 2010/08/19 16:50:01, scottb wrote: Still need answer on JJS - i18n clear cache. http://gwt-code-reviews.appspot.com/766803/diff/1/3 File dev/core/src/com/google/gwt/dev/javac/CompilationStateBuilder.java (right): http://gwt-code-reviews.appspot.com/766803/diff/1/3#newcode223

[gwt-contrib] [google-web-toolkit] r8575 committed - Adding maven repo directories.

2010-08-19 Thread codesite-noreply
Revision: 8575 Author: rda...@google.com Date: Thu Aug 19 11:47:00 2010 Log: Adding maven repo directories. http://code.google.com/p/google-web-toolkit/source/detail?r=8575 Added: /2.1.0.M3/gwt /2.1.0.M3/gwt/maven -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8576 committed - Remove improper add of maven directory.

2010-08-19 Thread codesite-noreply
Revision: 8576 Author: rda...@google.com Date: Thu Aug 19 11:48:20 2010 Log: Remove improper add of maven directory. http://code.google.com/p/google-web-toolkit/source/detail?r=8576 Deleted: /2.1.0.M3/gwt/maven -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8577 committed - Initial artifact set for GWT 2.1 M3 and App Engine 1.3.6

2010-08-19 Thread codesite-noreply
Revision: 8577 Author: rda...@google.com Date: Thu Aug 19 12:18:26 2010 Log: Initial artifact set for GWT 2.1 M3 and App Engine 1.3.6 http://code.google.com/p/google-web-toolkit/source/detail?r=8577 Added: /2.1.0.M3/gwt/maven /2.1.0.M3/gwt/maven/com /2.1.0.M3/gwt/maven/com/google

[gwt-contrib] [google-web-toolkit] r8578 committed - Directories for the gwt-maven-plugin.

2010-08-19 Thread codesite-noreply
Revision: 8578 Author: rda...@google.com Date: Thu Aug 19 12:33:19 2010 Log: Directories for the gwt-maven-plugin. http://code.google.com/p/google-web-toolkit/source/detail?r=8578 Added: /2.1.0.M3/gwt/maven/org /2.1.0.M3/gwt/maven/org/codehaus /2.1.0.M3/gwt/maven/org/codehaus/mojo --

  1   2   >