Restoring focus to the element after closing dialog box

2009-01-06 Thread prads
Hi all, As per a requirement in my application, I need to set the focus on the element for which a dialog box was opened, after the latter is closed. So, there could be a row in a table for which a dialog box could be opened by the user. After the user closes the dialog box, I need to restore

Re: Benchmarking

2009-01-06 Thread szebeni
Please On jan. 5, 21:00, szebeni kha...@gmail.com wrote: Hi all! This topic in the GWT's documentation is very short. I have tried the Benchmarking example with the console's scripts, but it works sometimes, and sometimes it doesn't. Otherwise with the simple GWTTestcase I don't have any

Re: how reset FileUpload?

2009-01-06 Thread stone
just regenerated a new fileuupload component. On Jan 5, 9:26 pm, fother fot...@gmail.com wrote: I need reset the FileUpload.. In my form when I submit the form I need clear all fields.. it's possible? --~--~-~--~~~---~--~~ You received this message because you

Re: Properties file: how to use several maps with the same key and different values?

2009-01-06 Thread Fred Janon
Hi Eric, I understand each property must be unique, but I want to end up with different selects with a different name with the same values for their options for the submission to the server. SELECT name=category OPTION value=1entertainment/OPTION OPTION selected='selected'

Re: Benchmarking

2009-01-06 Thread szebeni
I've resolved that, I've just added the -manual to the gwt.args. On jan. 6, 10:57, szebeni kha...@gmail.com wrote: Please On jan. 5, 21:00, szebeni kha...@gmail.com wrote: Hi all! This topic in the GWT's documentation is very short. I have tried the Benchmarking example with the

Re: Properties file: how to use several maps with the same key and different values?

2009-01-06 Thread Eric Ayers
Umm, couldn't you copy the map you got from the Constants class into a second Map and strip off the prefix .*_ from your keys? You'd need to be consistent in your naming, but one small method could do this. On Tue, Jan 6, 2009 at 6:11 AM, Fred Janon fja...@gmail.com wrote: Hi Eric, I

Re: Benchmarking

2009-01-06 Thread szebeni
If I run the benchmarking script in host mode, it makes a crazy result, like this: value Timing (ms) 0 -0.27538666129112243 1 -0.24413666129112244 2 -0.24413713812828064 3 -0.24413594603538513 4 -0.2441340982913971 5 -0.24413272738456726 6 -0.24413132667541504 7 -0.24412941932678223 8

Re: .gwt.xml not on your class path

2009-01-06 Thread Charlie Collins
It's all right there in the message actually: com/sandeep/transfer/StringReverse.gwt.xml is not found - and that is where it is looking. On Jan 6, 12:55 am, Sandeep sandip.pati...@gmail.com wrote: Hi, I have created a GWT RPC application. It runs fine when i deploy it in sepetrate Tomcat

Re: Coverage tools for GWT/JUnit?

2009-01-06 Thread Charlie Collins
The GWT team has been working on getting better/easier access to coverage. I am not sure where it stands at the moment, but this is the old info: http://code.google.com/p/google-web-toolkit/issues/detail?id=779 If you are willing to patch you can use Emma now, but it's not supported out of the

Re: Trouble with setting split position in CSS...

2009-01-06 Thread shaselai
anyone? On Jan 5, 2:17 pm, shaselai shase...@yahoo.com wrote: I am trying to set the verticalSplitPane's split position in CSS but it doesn't seem to be working or maybe i am doing it wrong. Java: VerticalSplitPanel tempPanel = new VerticalSplitPanel();

Re: Wiki rendering in GWT

2009-01-06 Thread Arthur Kalmenson
I haven't heard of any myself, but if a Javascript library already exists, you can just wrap it with JSNI and use it from GWT. -- Arthur Kalmenson On Fri, Jan 2, 2009 at 1:28 AM, Dobes dob...@gmail.com wrote: I'd like to do some client-side wiki rendering in GWT. I've seen a javascript

Re: How to apply Css for different Insatence with different css in same table(FlexTable)

2009-01-06 Thread Arthur Kalmenson
You use the .setStylePrimaryName(String) or .addStyleDependentName(String) that's available in any UIObject. -- Arthur Kalmenson On Fri, Jan 2, 2009 at 1:47 AM, Venkatesh venkat.eluma...@gmail.com wrote: Hi to all, I want to apply Css like Flextable, verticalpanel,... with different

Re: Can search engines index GWT based web sites ?

2009-01-06 Thread Arthur Kalmenson
At the moment no search engine can index JS content. You need to follow one of the Search Engine Optimization (SEO) tips that you can find on this Group. -- Arthur Kalmenson On Fri, Jan 2, 2009 at 6:36 AM, haimke haim.schind...@gmail.com wrote: I have created a site which is ALL based on

Re: Limiting text length in rich text area widget

2009-01-06 Thread Arthur Kalmenson
Try adding a KeyboardListener that grabs the text (not HTML formatted text), checks its length and disables keyboard entry if it's over a certain amount. -- Arthur Kalmenson On Sun, Jan 4, 2009 at 2:44 AM, falcon_whiz sultan.yas...@gmail.com wrote: Hi, I want to limit the text length

Re: Why Google AdSense May Not Be Suitable For page content?

2009-01-06 Thread Arthur Kalmenson
That's because search engines aren't able to process Javascript. You need to make your website Search Engine Optimized. Search the group, there has been a lot of discussion on this topic. -- Arthur Kalmenson On Mon, Jan 5, 2009 at 2:19 AM, gayathri gayaga...@gmail.com wrote: Hi, I have

Re: Google I/O 2009

2009-01-06 Thread Arthur Kalmenson
I've heard some people getting emails about Google I/O 2009, but I haven't seen any information about it yet. I'm pretty sure it's still going to happen and information will probably go up soon. -- Arthur Kalmenson On Mon, Jan 5, 2009 at 2:17 PM, Allen ahillm...@gmail.com wrote: I was

Re: Benchmarking

2009-01-06 Thread szebeni
Come on guys --~--~-~--~~~---~--~~ 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: Properties file: how to use several maps with the same key and different values?

2009-01-06 Thread Isaac Truett
Fred, It's not about web apps or server apps. It's about key/value pairs. You can't duplicate keys in a properties file any more than you can duplicate keys in a map or indexes in an array. You need to either use unique keys (e.g., prefixes as Eric suggested) or use separate properties files. -

Re: Trouble with setting split position in CSS...

2009-01-06 Thread Isaac Truett
I can find no reference to pos being a valid CSS attribute. And I don't see how it would work for a SplitPanel's splitter anyway, since a SplitPanel is not a standed HTML element. In other words, you can't do what you're trying to do with CSS. On Tue, Jan 6, 2009 at 9:09 AM, shaselai

Re: Profiling browser memory usage in a GWT application

2009-01-06 Thread lukehashj
You can get the firebug plugin for firefox and compile your GWT project with the -style pretty flag. Firebug: http://getfirebug.com/js.html -style pretty: http://www.juixe.com/techknow/index.php/2006/07/15/generate-pretty-gwt-javascript/ On Dec 27 2008, 9:31 am, byhisdeeds byhisde...@gmail.com

Re: Trouble with setting split position in CSS...

2009-01-06 Thread Isaac Truett
The JavaDoc isn't describing a CSS attribute, it's describing a method parameter. And it tells you that the method parameter should be given in the same units (such as px and em ) that you would use for CSS. You need to call setSplitPosition(String). You can't do the same thing with CSS. On

Re: Trouble with setting split position in CSS...

2009-01-06 Thread shaselai
oh ok. that is unfortunate. Obviously i am not good with CSS but i thought if you had wrong labels they would ignore it and maybe GWT can pick up those labels like pos even if it is not widespread. thanks! On Jan 6, 10:50 am, Isaac Truett itru...@gmail.com wrote: The JavaDoc isn't describing a

Re: Get file from server with GWT-RPC

2009-01-06 Thread Daniele
I put category folder under public/ folder. Same problem. I do set UPLOAD_DIRECTORY with ./src/com/webphotogallery/public/category because only public/category doesn't work. I try to create a temp directory on /home/dany/TESI/project and we'll put in directory images that I use in my application

Re: IncompatibleRemoteServiceException - after adding a 2nd method to my service interface

2009-01-06 Thread Nick
Ok, let me add on something else I've found. I've not removed the getSessionIdStr() which was causing my problems. Of course everything works again. Next I've made a change to the original method that did work. I changed: getMyEvents(int num) to getMyEvents(int num, boolean b) Of course I

Re: IncompatibleRemoteServiceException - after adding a 2nd method to my service interface

2009-01-06 Thread Bakulkumar
Do u have Service and ServiceAsync interface in other projects? If yes, then you forgot to export the compiled jar of it in to web-app's WEB-INF/lib directory. -Bakul. On Jan 6, 11:13 am, Nick nickc...@gmail.com wrote: Ok, let me add on something else I've found.  I've not removed the

Re: IncompatibleRemoteServiceException - after adding a 2nd method to my service interface

2009-01-06 Thread Nick
No, I'm running a fresh installed tomcat with nothing else in it. But this does bring up a question, I have MyService.java and MyServiceAsync.java with my client code so it don't get compiled into a .class file and get moved to my WEB-INF/classes. Guessing this isn't the issue cause it's worked

Re: .gwt.xml not on your class path

2009-01-06 Thread Bakulkumar
Whats your directory Structure? if com.sandde.transfer is with in src folder, add ./src in VM Arguments text box of Arguments Tab of run configuration. -Bakul On Jan 6, 12:55 am, Sandeep sandip.pati...@gmail.com wrote: Hi, I have created a GWT RPC application. It runs fine when i deploy it

Re: Get file from server with GWT-RPC

2009-01-06 Thread gregor
I think the public part is assumed. If your images are located in public/category then they should be accessible via the URL: String imageURL = GWT.getModuleBaseURL() + category/ + fileName; if you want to create a directory somewhere else on the host machine disk (i.e. not part of the Tomcat

server push

2009-01-06 Thread vasu
hello sir, I am new to GWT , I would request you to help me with the server push concept with a small example , excluding the cute recursive procedure on

GWT StockWatcher Tutorial

2009-01-06 Thread Glenn
Hi All, I am working through the GWT stock watcher tutorial. Everything is great up until the Async RPC section. When I try to run I get the following error: [ERROR] Unable to instantiate 'com.google.gwt.sample.stockwatcher.server.StockPriceServerImpl' java.lang.ClassNotFoundException:

Working with Disclosure Panel

2009-01-06 Thread sodrul
I have a Disclosure Panel on the left column of a FlexTable. But I want to span 2 rows for the content. So when the content is displayed it would take entire row span. Please let me know how can I achieve this. Thanks. --~--~-~--~~~---~--~~ You received this

GWT and IE7

2009-01-06 Thread thomas.fr
Hello everyone, I'm using GWT 1.5.2 with Spring and Hibernate for accessing to my database. I have a problem with IE7 : when I use a GWT callback (to search by primary key an object in my database), sometimes it's quick, but sometimes it's very long (many minutes). I check my server and database

validation framework

2009-01-06 Thread manish
Is there any framework which can validate the user inputs at the client side as well as server side? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

MessageBox.confirm not working in Firefox

2009-01-06 Thread Kanchan
Hi, I have used MessageBox.confirm of gwt-ext in my application, which is working fine in IE but does not work in Firefox. The page just hangs there as the Yes/No button clicks do not respont and stops the furthur functionality of the application. All this works correctly in IE. Do I need to

Re: Aspect-Oriented Programming for GWT, GWTENT-0.5 now available for downloa

2009-01-06 Thread jonas
Hi elninio, i have the same problem with the inherits. Any solution? Regards, jonas On 2 Dez. 2008, 13:29, elninio khochtaf.an...@gmail.com wrote: Hi everyone, I see that GWTENT-ACEGI is being forgotten. I can't find any thread on it. Actually I'm trying to use acegi in my GWT App, but I

Re: GWT

2009-01-06 Thread Bakulkumar
Can you post your run command? On Jan 5, 12:21 pm, ALPER alperkiy...@msn.com wrote: Hello, i get this error when compile my web project on eclipse -style should be followed by one of   OBF, PRETTY, or DETAILED Google Web Toolkit 1.5.3 GWTShell [-port port-number | auto] [-noserver]

Pbm with PushButton and Images

2009-01-06 Thread Mogoye
Hello all, I want to use PushButton with an image to define the look of the button. So my idea was to use the following code : Image img = _imgBundle.getImage(my_image.gif); PushButton button = new PushButton(img); panel.add(button); I don't understand why but in some buttons, the image is

Re: same-origin security restriction

2009-01-06 Thread sjn...@gmail.com
This is not an improvement and wasting many developers time. Scott On Nov 19 2008, 7:33 pm, Sumit Chandel sumitchan...@google.com wrote: Hi Danny, The issue you ran into is not actually a bug but an improvement in 1.5.3 in terms of browser security compliance. Basically, the remote data

Re: same-origin security restriction

2009-01-06 Thread sjn...@gmail.com
I don't get the error and why special configuration is needed. This is truly wasting many developers time. I'm able to access the local URL anywhere except in GWT hosted mode. It works fine from other browsers and scripts. On Nov 19 2008, 7:33 pm, Sumit Chandel sumitchan...@google.com wrote: Hi

Re: IncompatibleRemoteServiceException - after adding a 2nd method to my service interface

2009-01-06 Thread gregor
Sorry to state the obvious but if: As soon as I added the getSessionIdStr() for debugging purposes, I get the IncompatibleRemoteServiceException Could not locate requested method getSessionIdStr(), etc. the obvious is either a) you have not added the new method to your RPC servlet

Re: server push

2009-01-06 Thread David Hoffer
You might google for Rocket-gwt it has a comet implementation. -Dave On Tue, Jan 6, 2009 at 3:22 AM, vasu kpvas...@gmail.com wrote: hello sir, I am new to GWT , I would request you to help me with the server push concept with a small example , excluding the cute recursive

Re: doubt

2009-01-06 Thread Sumit Chandel
Hi kulbi, GWT is a platform for building Ajax applications using the Java programming language. That is, you code your application in the Java programming language and cross-compile it to equivalent JavaScript and HTML that you deploy on your web server. That said, an application built with GWT

Re: IncompatibleRemoteServiceException - after adding a 2nd method to my service interface

2009-01-06 Thread Isaac Truett
I have MyService.java and MyServiceAsync.java with my client code so it don't get compiled into a .class file and get moved to my WEB-INF/classes. If you have a Servlet implementing MyService, then MyService has to be compiled and deployed. If that's not happening, then you have a problem.

Re: Working with Disclosure Panel

2009-01-06 Thread sodrul
I want to span 2 columns not 2 rows. On Jan 6, 10:13 am, sodrul sodrul.bhui...@gmail.com wrote: I have a Disclosure Panel on the left column of a FlexTable. But I want to span 2 rows for the content. So when the content is displayed it would take entire row span. Please let me know how can I

Re: Restoring focus to the element after closing dialog box

2009-01-06 Thread Isaac Truett
What's wrong with that solution? How would you do it without keeping track of the element that had focus before the dialog opened? On Tue, Jan 6, 2009 at 3:21 AM, prads prad@gmail.com wrote: Hi all, As per a requirement in my application, I need to set the focus on the element for

Re: Working with Disclosure Panel

2009-01-06 Thread Danny Schimke
You can use the following: myFlexTable.getFlexCellFormatter().setColSpan(row, column, colspan) there is a method setRowSpan too... hope I could help you ;) 2009/1/6 sodrul sodrul.bhui...@gmail.com I want to span 2 columns not 2 rows. On Jan 6, 10:13 am, sodrul sodrul.bhui...@gmail.com

Re: Using JDBC realm-based authentication in GWT

2009-01-06 Thread Sumit Chandel
Hi JCM, As far as I know, JDBCRealm is a completely server-side facility for managing accesses to the underlying RDBMS through JDBC drivers in Tomcat. This should work the same way regardless of whether you are using GWT for the client-side technology or not. Could you elaborate a little more on

Re: same-origin security restriction

2009-01-06 Thread Scooter
Please allow this to either be a configurable option or a prompt when accessing external URL. I test against a variety of complex data sources for our web server where duplicating on my development machine is almost impossible. It is also an issue when we get a bug report in production that I can

Re: IncompatibleRemoteServiceException - after adding a 2nd method to my service interface

2009-01-06 Thread Nick
Sometimes it takes stating the obvious to help someone see the obvious. Yes, thank you both. Only the server-side .class files were getting copied over, so just my servlets, not my RemoteService implementation. All fixed now. Thanks again. --~--~-~--~~~---~--~~

Help with the connection

2009-01-06 Thread Jully
Hi! I'm starting GWT today and it was just a problem to install it. I got it, but whenever I open a sample file it shows an error message that the requested URL could not be retrieved and it fails to connect to 127.0.0.1I have no idea about the settings or how to fix this, then any help is

GWT and Tapestry 5 integration

2009-01-06 Thread Daniel Jue
Hi, I'm relatively new to GWT, but I've been working with Apache Tapestry 5 for a while now. I've written a tutorial (with source code as an Eclipse project) on the Tapestry Wiki. It's based on some older tutorials that are out there (thanks Pär Dahlberg). It includes cases for using multiple

Re: I need help please

2009-01-06 Thread Loryto
So sorry my e-mail is : angel_ver2...@hotmail.com I appreciate your help --~--~-~--~~~---~--~~ 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: Programmatically Generating Physical Key

2009-01-06 Thread Sumit Chandel
Hi Anurag, What would this key be used for? It seems counter-intuitive to generate a key on the client-side, since typically keys are used in trust models, and most trust models begin with the server rather than the client. Could you elaborate a little more on what you would like to do? In terms

Re: MarkerManager - any news?

2009-01-06 Thread Sumit Chandel
Hi lajuette, Due to the fact that the MarkerManager has been deprecated in the Google Maps API proper, we have similarly deprecated and discontinued support for the MarkerManager in the GALGWT Google Maps library (see Issue #117 below). Unfortunately, there aren't any plans to add MarkerManager

Compiling a single Java class to a plain JavaScript file

2009-01-06 Thread rapodaca
Greetings, Is it possible to use GWT to convert a single Java class to a JavaScript file that can be used within a browser? If so, how? More specifically, if I have a file called Hello.java containing: public class Hello { public String talk() { return hello; } } how can I use GWT

Use a FormPanel without submitting to a URL?

2009-01-06 Thread hortitude
Is it possible to use a FormPanel with a submit button, but instead of having the values sent to a server, simply process the result within my GWT app? Here's what I am doing: I have a Form that is generated dynamically (the user can add rows to the form through the UI). I want to be able to

Gilead, GWTCompiler and Ant task

2009-01-06 Thread marcelo melo
Hi, prior to using Gilead I had an ant build file to generate a war for my GWT project, and it was running ok. When I started to use Gilead, even though I can run my project in hosted mode, the Ant build no longer works. I now have 3 different source paths on my gwt.xml file as : (...)

Re: Using JDBC realm-based authentication in GWT

2009-01-06 Thread Daniel Jue
I agree, using a realm (and useful options like digest) should be completely transparent to the application. Daniel Jue On Tue, Jan 6, 2009 at 2:07 PM, Sumit Chandel sumitchan...@google.com wrote: Hi JCM, As far as I know, JDBCRealm is a completely server-side facility for managing accesses

Re: Gilead, GWTCompiler and Ant task

2009-01-06 Thread marcelo melo
By removing the targetEntity from all annotations now just one error comes up: gwtcompile: [java] Processing types in compilation unit: file:/home/marcelo/desenv/projetos/proxxi/src/br/com/proximati/proxxi/entity/endereco/EnderecoFisico.java [java]Found type 'EnderecoFisico'

Re: Best way to add App configuration properties

2009-01-06 Thread sjn...@gmail.com
It's great we got this figured out, but how come GWT hosted mode doesnt work with exisitng web.xml files so we dont have to code special configuration for development and production deployment? Scott On Dec 12 2008, 4:26 pm, Joe Cole profilercorporat...@gmail.com wrote: Oh, and in your

Re: Best way to add App configuration properties

2009-01-06 Thread sjn...@gmail.com
To answer my own question. It works fine with existing web.xml file. Just copy them over the generated file as mentioned above. On Jan 6, 6:42 pm, sjn...@gmail.com nichols_sc...@yahoo.com wrote: It's great we got this figured out, but how come GWT hosted mode doesnt work with exisitng web.xml

Re: Hosted Mode Configuration Question

2009-01-06 Thread sjn...@gmail.com
To answer my own question, existing web.xml files work fine with hosted mode. I was able to setup log4j, jdom, my singleton and other third party server side configuration by just copying the config into the generated GWT web.xml in ./tomcat/webapss/ROOT/WEB-INF/web.xml and I created a

Re: Hosted Mode Configuration Question

2009-01-06 Thread Joe Cole
Just remember that each time you upgrade gwt, or checkout your project from source control gwt will overwrite your web.xml. We get around this by logging a statement on initialisation that shows in the gwt console - if that doesn't appear we know somethings gone wrong and check the web.xml. On

Re: Best way to add App configuration properties

2009-01-06 Thread gregor
Oh, I see now what Joe's done. Hack the web.xml in the gwt-dev-xxx jar. Make sure to do it again when you upgrade GWT versions. That's a cool way to get round it. On Jan 7, 1:36 am, gregor greg.power...@googlemail.com wrote: Hi Scott, If you want to use features like this kicked off from

Re: Use a FormPanel without submitting to a URL?

2009-01-06 Thread Chi H
Yes, if you are not submiting a form, you won't really need a FormPanel at all, you can just put a TextBox/ListBox/CheckBox/etc objects into a panel of your choosing. Then, you can create a Button or link or anything which reads from the input objects using TextBox.getText()/

Re: Best way to add App configuration properties

2009-01-06 Thread Joe Cole
Hi Gregor, We don't hack the web.xml in the jar file, but that's a good idea! Obviously the only pitfall is when gwt versions change or you checkout on another computer and gwt overwrites the web.xml - you just have to remember to update it. Our structure of the tomcat/webapps/ROOT/WEB- INF

Re: Compiling a single Java class to a plain JavaScript file

2009-01-06 Thread Ziyod
Use GWTCompiler it's part of the com.google.gwt.dev.GWTCompiler package Create a gwtCompiler.cmd file and insert this command: @java -cp %~dp0\gwt-user.jar;%~dp0\gwt-dev-windows.jar com.google.gwt.dev.GWTCompiler %* GWTCompiler [-logLevel level] [-gen dir] [-out dir] [-treeLogger] [- style

Re: Printing Gchart

2009-01-06 Thread John Gunther
In Firefox 2, if you select File, Print Preview, then Page Setup, then FormatOptions, and make sure that Print Background (color and images) is checked, I see the live demo page more or less correctly in Print Preview with this checked. But lots of stuff is missing (including axis lines) if this

Re: .gwt.xml not on your class path

2009-01-06 Thread Sandeep
Hi all I added the src folder in classpath of run configuration and it is running now in Hostedmode also Go to Run As-RunConfiguration select classpath tab select advanced button and add your src folder in classpath- usrentries Thank you all for your help Sandeep On Jan 7, 9:40 am, Sandeep

Re: Compiling a single Java class to a plain JavaScript file

2009-01-06 Thread rapodaca
On Jan 6, 5:58 pm, Ziyod ziyod2...@gmail.com wrote: Use GWTCompiler it's part of the com.google.gwt.dev.GWTCompiler package Create a gwtCompiler.cmd file and insert this command: @java -cp %~dp0\gwt-user.jar;%~dp0\gwt-dev-windows.jar com.google.gwt.dev.GWTCompiler %* Hello Ziyod, Thanks

Re: Help with the connection

2009-01-06 Thread Ziyod
Hi Jully, Can you be more specific on steps you took? Once you have installed GWT you should be able to go to /samples folder and pick any of the examples. For example, navigate to GWT_HOME/samples/Showcase (where GWT_HOME = location of gwt) folder and double click on Showcase-shell.cmd file

GWT-Ext's ItemSelector has a major bug?

2009-01-06 Thread Nicole
Hi all, I am using the ItemSelector and I have noticed that it has a bug: Sometimes, while moving items left and right, some items disappear! That's very unstable. Any idea why? Please let me know if/when/how it can be fixed. P.S: I am using GWT-1.5 and GWTEXT-2.0.4 and GWTEXTUX-0.3 Thanks,

Re: Profiling browser memory usage in a GWT application

2009-01-06 Thread alex.d
Open fireBUG window, make sure that console and script are checked/ aktivated(you can see them when clicking on Network in the menu bar), click on Console in the menu bar, click on Profile, load your page, click on Profile again, wait a little bit. On 27 Dez. 2008, 19:11, byhisdeeds

[gwt-contrib] [google-web-toolkit commit] r4379 - in releases/1.6/user/src/com/google/gwt/user/client/ui: . impl

2009-01-06 Thread codesite-noreply
Author: jlaba...@google.com Date: Tue Jan 6 07:25:02 2009 New Revision: 4379 Modified: releases/1.6/user/src/com/google/gwt/user/client/ui/PopupPanel.java releases/1.6/user/src/com/google/gwt/user/client/ui/impl/PopupImpl.java

[gwt-contrib] Why Google AdSense May Not Be Suitable For page content ?

2009-01-06 Thread gayathri
Hi, I have developed a web site using GWT1.4.62. I want to show Google Adsense on it. now ads displayed. but ads not related to page content. Why Google AdSense May Not Be Suitable For page content? pls Guide me. --~--~-~--~~~---~--~~

[gwt-contrib] Re: checkstyle review request: update checkstyle copyright notices

2009-01-06 Thread John Tamplin
On Tue, Jan 6, 2009 at 11:43 AM, Alex Rudnick a...@google.com wrote: You apparently did this last year. Would you review this patch to allow 2009 as a valid year for checkstyle? LGTM, thanks. (this should go into the 1.6 branch first, then into trunk at the next merge, yes?) Yes. --

[gwt-contrib] Re: checkstyle review request: update checkstyle copyright notices

2009-01-06 Thread Alex Rudnick
Thanks! :) Committed r4380. On Tue, Jan 6, 2009 at 1:32 PM, John Tamplin j...@google.com wrote: On Tue, Jan 6, 2009 at 11:43 AM, Alex Rudnick a...@google.com wrote: You apparently did this last year. Would you review this patch to allow 2009 as a valid year for checkstyle? LGTM, thanks.

[gwt-contrib] [google-web-toolkit commit] r4381 - releases/1.6/user/src/com/google/gwt/user/client/ui

2009-01-06 Thread codesite-noreply
Author: e...@google.com Date: Tue Jan 6 11:18:43 2009 New Revision: 4381 Modified: releases/1.6/user/src/com/google/gwt/user/client/ui/Composite.java releases/1.6/user/src/com/google/gwt/user/client/ui/Hyperlink.java releases/1.6/user/src/com/google/gwt/user/client/ui/MenuBar.java

[gwt-contrib] code review requested for 1.6 - hosted mode speedups

2009-01-06 Thread John Tamplin
The attached patch, relative to releases/1.6 at r4381, improves hosted mode performance by caching frequently referenced data. The cost is a few hundred kilobytes of memory for a large GWT application and provides refresh speedups of approximately 14% (with similar time savings for hosted mode

[gwt-contrib] Re: Review of handler map speed test.

2009-01-06 Thread Joel Webber
I ran a quick test to determine how many handlers get added in actual applications. For Showcase, after opening all the samples, it looks something like this:- addHandler() is called 128 times - Widgets with: - 1 handler: 103 - 2 handlers: 6 - 3 handlers: 1 - 5 handlers: 2 I also ran

[gwt-contrib] Re: RR: use jarjar to rename GWT's internal dependencies

2009-01-06 Thread Freeland Abbott
1. Patch(es) not attached, so this is fairly high-level. ;-) 2. So long as your patch puts jarjar into tools, and you're just not including the binary file 'cause patch can't deal and it's big anyway, that SGTM. If you're proposing that folks can get jarjar themselves, that sounds

[gwt-contrib] Re: Review of handler map speed test.

2009-01-06 Thread Emily Crutcher
It was a proprietary one actually, so its name was deliberately omitted, however as it is a very large application, so should be pretty indicative of most well designed applications. +1 from me for Joel's conclusion. On Tue, Jan 6, 2009 at 4:17 PM, Ray Ryan rj...@google.com wrote: What was the

[gwt-contrib] Re: checkstyle review request: update checkstyle copyright notices

2009-01-06 Thread John LaBanca
Alex - Can you review this follow on that does the same thing for tests... Thanks, John LaBanca jlaba...@google.com On Tue, Jan 6, 2009 at 1:35 PM, Alex Rudnick a...@google.com wrote: Thanks! :) Committed r4380. On Tue, Jan 6, 2009 at 1:32 PM, John Tamplin j...@google.com wrote: On

[gwt-contrib] Re: code review requested for 1.6 - hosted mode speedups

2009-01-06 Thread Scott Blum
LGTM. On Tue, Jan 6, 2009 at 4:09 PM, John Tamplin j...@google.com wrote: The attached patch, relative to releases/1.6 at r4381, improves hosted mode performance by caching frequently referenced data. The cost is a few hundred kilobytes of memory for a large GWT application and provides

[gwt-contrib] Re: code review requested for 1.6 - hosted mode speedups

2009-01-06 Thread John Tamplin
On Tue, Jan 6, 2009 at 5:16 PM, Scott Blum sco...@google.com wrote: LGTM. Thanks, committed to 1.6 at r4382. -- John A. Tamplin Software Engineer (GWT), Google --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit commit] r4382 - in releases/1.6/dev/core/src/com/google/gwt: core/ext/typeinfo dev/resource/impl

2009-01-06 Thread codesite-noreply
Author: j...@google.com Date: Tue Jan 6 14:26:11 2009 New Revision: 4382 Modified: releases/1.6/dev/core/src/com/google/gwt/core/ext/typeinfo/JClassType.java releases/1.6/dev/core/src/com/google/gwt/core/ext/typeinfo/TypeOracle.java

[gwt-contrib] Re: checkstyle review request: update checkstyle copyright notices

2009-01-06 Thread John Tamplin
On Tue, Jan 6, 2009 at 5:15 PM, John LaBanca jlaba...@google.com wrote: Can you review this follow on that does the same thing for tests... LGTM -- John A. Tamplin Software Engineer (GWT), Google --~--~-~--~~~---~--~~

[gwt-contrib] Getting Emma-enabled GWT jars

2009-01-06 Thread Jon Ruiz
Could someone tell me how to get the patched version of the GWT jars that loads and executes emma-instrumented classes? I can't tell if it's supposed to be in some subversion repository or you have to replace files manually and recompile or something else. Any help would be greatly appreciated.

[gwt-contrib] [google-web-toolkit commit] r4384 - releases/1.6/eclipse/settings/code-style

2009-01-06 Thread codesite-noreply
Author: jlaba...@google.com Date: Tue Jan 6 14:38:50 2009 New Revision: 4384 Modified: releases/1.6/eclipse/settings/code-style/gwt-checkstyle-tests.xml Log: Adds 2009 as a valid copyright year to gwt-checkstyle-tests. Patch by: jlabanca Review by: jat Modified:

[gwt-contrib] [google-web-toolkit commit] r4383 - releases/1.6/user/src/com/google/gwt/user/client/ui

2009-01-06 Thread codesite-noreply
Author: e...@google.com Date: Tue Jan 6 14:38:25 2009 New Revision: 4383 Modified: releases/1.6/user/src/com/google/gwt/user/client/ui/ChangeListener.java releases/1.6/user/src/com/google/gwt/user/client/ui/ChangeListenerCollection.java

[gwt-contrib] [google-web-toolkit commit] r4387 - releases/1.6

2009-01-06 Thread codesite-noreply
Author: j...@google.com Date: Tue Jan 6 16:12:42 2009 New Revision: 4387 Modified: releases/1.6/branch-info.txt Log: Reflect 1.6-trunk merge. Modified: releases/1.6/branch-info.txt == ---

[gwt-contrib] [google-web-toolkit commit] r4388 - releases/1.6/user/src/com/google/gwt/user/rebind/rpc

2009-01-06 Thread codesite-noreply
Author: sco...@google.com Date: Tue Jan 6 18:19:29 2009 New Revision: 4388 Modified: releases/1.6/user/src/com/google/gwt/user/rebind/rpc/ProxyCreator.java Log: Generate a serialization policy file with only line feeds, for consistent naming across platforms. Issue: 2257 Modified:

[gwt-contrib] [google-web-toolkit commit] r4389 - releases/1.6/dev/core/src/com/google/gwt/dev/js/ast

2009-01-06 Thread codesite-noreply
Author: sco...@google.com Date: Tue Jan 6 18:50:02 2009 New Revision: 4389 Modified: releases/1.6/dev/core/src/com/google/gwt/dev/js/ast/JsRootScope.java Log: Adds several window-level identifiers into the forbidden list. Issue: 2861 Modified:

[gwt-contrib] Re: Getting Emma-enabled GWT jars

2009-01-06 Thread Amit Manjhi
Hi Jon, There are two parts to get emma working with GWT. (i) Check out the latest gwt-1.6 or gwt-trunk svn branch and build the jars. (ii) Get an updated copy of emma.jar, as per the instructions in http://code.google.com/p/google-web-toolkit/source/browse/tools/redist/emma/README.txt