Re: RPC taking longer with each iteration

2009-08-21 Thread Vikrant
Hi, Forgot to mention that the below mentioned issue is occurring only in Internet Explorer 6. We did not face any such performance degradation issue in Internet Explorer 7. But, we are bound to use IE 6. So, something has to be done to resolve the issue. Any help would be highly appreciated.

Re: RPC taking longer with each iteration

2009-08-21 Thread Daniel Jue
Is there a way to keep an eye on the number of handlers are are in existence? At what point in the dispatch are you starting the timer? Are you using an event bus? On Fri, Aug 21, 2009 at 2:32 AM, Vikrantvikrant...@gmail.com wrote: Hi, Forgot to mention that the below mentioned issue is

Email from GWT appliction

2009-08-21 Thread abhiram
Hi all, I am stuck up at a particular place where I need to send an email from my GWT application. Although it is majorly a Java related query, thought u guys might help me out with this one.. I have an application to send an email and it works properly at my end. I am using the Gmail SMTP

evaluate nested forms

2009-08-21 Thread Tobe
Hi, I have a project with outer, middle and inner form. There is one outer form which can contain any number of nested forms (middle) and each middle form can contain any number of nested forms (inner). I know that I can't nest forms's in HTML, but how can I solve the problem to evaluate this

Re: Email from GWT appliction

2009-08-21 Thread Lothar Kimmeringer
abhiram schrieb: But i tried the same code at another system placed at US, but the code did not work. It says could not connect to the SMTP host. I tried a few other SMTP addresses namely gmail-smtp-msa.l.google.com and gmail-smtp.l.google.com and all these work properly from India but

Re: Email from GWT appliction

2009-08-21 Thread Paul Robinson
Lothar Kimmeringer wrote: abhiram schrieb: Can someone please tell me if I need to make any other changes to get this thing working or is there any method by which I can know what is the SMTP that I need to use. Do a telnet directly from that box to port 465 and 587. If you

Re: How to configure Jetty in GWT

2009-08-21 Thread cschoett
Maybe one of my earlier post helps you: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/cd39774877d1e320/8924f3f46c95b939?hl=en#8924f3f46c95b939 Regards, Christoph On Aug 19, 4:14 pm, willemsl...@gmail.com willemsl...@gmail.com wrote: Thanks for your answer, Lothar.

Re: GWT hosted in JSF page doesn't work in Google Chrome

2009-08-21 Thread Virgo47
It indeed works! Thank you, Ted... funny thing is that I had the line commented under just a plain f:view because contentType attribute was reported as unsupported in my IDE (maybe just a JAR mismatch, whatever). You made my day, Ted, thank you again! Virgo On Aug 20, 9:15 pm, ted

Re: Email from GWT appliction

2009-08-21 Thread abhiram wuntakal
Hi Paul, Thanks for the piece of information. But this is a personal home system that I am using and there are no such blockings. So I am still wondering why are my emails getting stuck!! regards, abhiram On Fri, Aug 21, 2009 at 1:42 PM, Paul Robinson ukcue...@gmail.com wrote: Lothar

Re: user roles for GWT applications

2009-08-21 Thread Phineas Gage
On Aug 20, 4:46 pm, Laird Nelson ljnel...@gmail.com wrote: On Thu, Aug 20, 2009 at 9:39 AM, Zé Vicente josevicentec...@gmail.comwrote: I would say that all you need to do is to use runAsync() to saparate Adm features from regular features and then make sure that on server side you check

Re: Email from GWT appliction

2009-08-21 Thread Lothar Kimmeringer
abhiram wuntakal schrieb: Thanks for the piece of information. But this is a personal home system that I am using and there are no such blockings. So I am still wondering why are my emails getting stuck!! Actually there are providers in the US that do this blocking as well. Have to tried

Re: a new article on gwthibernate

2009-08-21 Thread bruno
Hi guys, Just a precision : the article was written by Sumit Chandel, from GWT team, and I only contributed to it :-) Regards Bruno On 21 août, 04:00, davis davisf...@zenoconsulting.biz wrote: Hi Tolga - thanks for contributing that.  If you haven't already, you should look into using spring

Re: RPC taking longer with each iteration

2009-08-21 Thread LEDUQUE Mickaël
This could be because of the memory used byt the browser. We've seen this kind of problem with one application. Load time grew up very fast in IE6, a bit slower with IE8, and really slower with Firefox. When we studied that, we found that each RPC call caused memory allocation (about 160M with

Re: Use an Event Bus - Ray

2009-08-21 Thread Nathan
Okay, thanks everyone for your comments. That certainly helps. Now I'd like to extend this topic to a how -- Do we have any good examples of an EventBus wrapper (decorator?) for the HandlerManager class? I can think of a few different design approaches to it, and I'd rather stick to

Re: Email from GWT appliction

2009-08-21 Thread mikedshaffer
Do the telnet. Smells like wrong port/firewall/SMTP blocking to me. The provider that you're using might have an SMTP server of their own, like comcast or whomever. Try that too... Good luck. On Aug 21, 4:58 am, Lothar Kimmeringer j...@kimmeringer.de wrote: abhiram wuntakal schrieb:  

File Upload using GWT-EXT FormPanel

2009-08-21 Thread Kedar
Hi all, I want to use file upload facility in my application along with GWT- EXT features. Whatever I serched for File Upload suggests that you should use GWT formPanel along with its submit method, which i am not able to do because of some other fields which i have taken from EXT. Please help

beginner

2009-08-21 Thread John Cullen
I am a java programmer and i saw the the key note on you tube about the wave amazing. I develop in netbeans and I am wondering if 1.I can use this ide to develop in wave 2.I want to do some beginner tutorials. Does anyone have any advice before I start . P.S. If this post is in the wrong area

ServletOutputStream Closed while downloading xls stream in GWT

2009-08-21 Thread vijjj
I have a simple servlet in my GWT application that creates a Excel sheet (Using JXL library) and writes the outputstream to the response. But this ends up in the following exception. The result is same when I use Window.open/RequestBuilder and even when I do form submit. I am using GWT/Apps

Reading image file from jar

2009-08-21 Thread ajaxDeveloper
I want to read the image files from jar file deployed at server. Please help me with some example how can i achieve this. my xyz.jar file is in WEB-INF/lib/xyz.jar My GWT Image Widgets need to be created by the Image stored in xyz.jar. I need urgent help... I will be grateful Anees

Re: Widgets

2009-08-21 Thread Yanick
On Aug 20, 4:57 pm, Alexei Telles alexeitel...@gmail.com wrote: Hi folks, What widgets do you use in your GWT application? Currently I am using GWT widgets, but they are basic widgets i think. And there are only about 30 or more. I was searching for new options on the web and I found the

Re: MVP question

2009-08-21 Thread Ian Bambury
What if you broke out each form field into its own view, presenter and interface all of which extend basic abstracts? Your main interface would look like FirstNameInput getFirstName(); SurnameInput getSurname(); EmailInput getEmail(); and so on You could then do things like FirstNameInput

tabpanel widget and hovering

2009-08-21 Thread Marko Vuksanovic
I have tried to apply a hover style to tab panel items. I have applied it in the project's css file as follows: .gwt-TabBar .gwt-TabBarItem:hover { background:#2647a0 url(../images/sprite.png) repeat-x left -1300px; border:solid #a3a3a3;

Re: Is it possible to clone Widgets?

2009-08-21 Thread Arthur Kalmenson
AFAIK, you're going to have to write this clone method yourself. -- Arthur Kalmenson On Mon, Aug 17, 2009 at 5:11 PM, Ice13illandrei.fifi...@gmail.com wrote: any suggestions? tips? On Aug 13, 4:53 pm, Ice13ill andrei.fifi...@gmail.com wrote: If i have aWidget, in a VerticalPanel let's

Re: Post Sorting in google groups

2009-08-21 Thread Arthur Kalmenson
Not sure, but you might be able to do that with a query in Gmail or some other mail client. I don't think you can do that in Google Groups... -- Arthur Kalmenson On Mon, Aug 17, 2009 at 4:20 PM, Lucas Neves Martinssnown...@gmail.com wrote: I don't think this is the right place to ask, but

extgwt Events.Submit issue

2009-08-21 Thread Lucas de Oliveira
Hi all, I'm currently using gwt 1.6 and gxt 2.0 (extgwt 2.0) and I'm having a huge problem on how to catch the submit response of a form submit. I've got the following client side code: ** *//... this.setMethod(Method.POST); this.setEncoding(Encoding.MULTIPART);

Re: gwt application does not run ie7

2009-08-21 Thread Arthur Kalmenson
We haven't had any issues with IE 7. Is there any JS error that you're seeing in IE 7? Did you restrict to what GWT can compile to in your module? -- Arthur Kalmenson On Mon, Aug 17, 2009 at 4:45 PM, aftershockante...@gmail.com wrote: Hi, I created a gwt application It runs under

SuggestBox onKeyDown event received two times for one key down, bug or feature?

2009-08-21 Thread erkap
I've a SuggestBox and have added a KeyDownHandler to it like this: suggestBox.addKeyDownHandler(new KeyDownHandler() { public void onKeyDown(KeyDownEvent event) { switch (event.getNativeKeyCode()) { case KeyCodes.KEY_ENTER: System.out.println(KEY

Adding GWT to an existing project in Eclipse, GWT compiler throws java.lang.NoSuchMethodError

2009-08-21 Thread dm3sol
I was searching for this error over this group and did not find similar issue, so I thought this is a note for the others in case you would hit this GWT compilation error after you add GWT in your existing project that happens to have Apache Tomcat libraries in the classpath : [ERROR] Unexpected

Re: Confused about GWT + App Engine

2009-08-21 Thread Arthur Kalmenson
GWT is server side agnostic, except with the addition of GWT-RPC for Java based backends. You can include GWT in JSP pages, it's just a matter of loading the JS. Neither takes precedence over the other. -- Arthur Kalmenson On Tue, Aug 18, 2009 at 12:29 PM, mthakershimthaker...@gmail.com

Gwt Portlets and Fries on the side

2009-08-21 Thread Shannon Sumner
Hello all, I need your advice. I've really fallen in love with Gwt for my web projects - especially Ext Gwt. I've been using the tool to create very attractive apps for my company intranet. My boss would like me to assemble these apps within a portal structure. I've read a lot about doing

Creating a plugin framework with GWT

2009-08-21 Thread Dave
Hi, I am trying to figure out how to create a plugin framework with GWT, let me explain I have created an application that has a menu on the left side and a form on the right site of the screen. The menu is a tree and the form is a vertical panel (think of the example mail application). I

Re: JSONValue variable throwing runtime exception.

2009-08-21 Thread Tarek
Thank you very much for your reply. I should've see that sooner. Just a note to anyone who finds this via a search; make sure your PHP returns numbers are numbers not quoted strings, otherwise your script will silently fail when you try to assign your numeric value to a double. PHP will

Re: RPC taking longer with each iteration

2009-08-21 Thread Vikrant
Hi Daniel, We log the time stamp just after the RPC is fired from client. And, log another time stamp the moment RPC reaches server. We calculate the time that RPC takes to reach servlet from the client by taking the difference between these 2 timings. At present, the client and the server both

Re: Confused about GWT + App Engine

2009-08-21 Thread philipmac
Just to clarify, all of the AppEngine stuff runs exclusively upon Google Hardware, correct? That is, I cannot get my own local instance of an AppEngine. On Aug 21, 9:56 am, Arthur Kalmenson arthur.k...@gmail.com wrote: GWT is server side agnostic, except with the addition of GWT-RPC for Java

Re: beginner

2009-08-21 Thread Tom Ball
Yes, this is the wrong group, but all is forgiven since Google Web Toolkit has too broad of a name since these days most of the interesting API work is web-related. :-) You want Wave's main project page, http://code.google.com/apis/wave/, then click on the Group link to browse and join its mailing

FlowPanel displays in column not in row

2009-08-21 Thread Richard
Hi all, I'm new to GWT and I've tryed to display some labels in a flow panel. Unfortunately they are displayed as in a VerticalPanel. Where am I wrong ? (gwt 1.7, eclipse 3.3, App engine 1.2.2) Module public void onModuleLoad() { FlowPanel flow = new FlowPanel();

JavaScriptObject on trunk causes AbstractMethodError

2009-08-21 Thread Robert Zaleski
I figured I'd ask here before I open a bug report. I don't know if it's unwanted to open bugs against trunk, but I'm running into this problem, and thought it'd be good to bring up. For some brackground, I've got a large amount of JavaScript code, and I'm refactoring some components to GWT and

Re: Deferred binding for mobile browser support

2009-08-21 Thread Julian Harris
Thanks Sumit as always -- can I check why the fall-through class exists at all? It seems a little redundant for something to replace itself! :) I know that's what the docs say ... but why I wonder? On Aug 10, 11:53 pm, Sumit Chandel sumitchan...@google.com wrote: Hi Michael, If you could

Re: FlowPanel displays in column not in row

2009-08-21 Thread Jeff Chimene
On 08/21/2009 07:31 AM, Richard wrote: Hi all, I'm new to GWT and I've tryed to display some labels in a flow panel. Unfortunately they are displayed as in a VerticalPanel. Where am I wrong ? (gwt 1.7, eclipse 3.3, App engine 1.2.2) I think the issue is that the FlowPanel widget uses

Re: Is it possible to clone Widgets?

2009-08-21 Thread Andrei Fifiita
Do you mean overriding the method clone() ? eventually making it public ? On Fri, Aug 21, 2009 at 4:21 PM, Arthur Kalmenson arthur.k...@gmail.comwrote: AFAIK, you're going to have to write this clone method yourself. -- Arthur Kalmenson On Mon, Aug 17, 2009 at 5:11 PM,

Changing focus on another browser window/tab

2009-08-21 Thread Ice13ill
If i open another window or tab with a gwt Anchor let's say... is it possible to select that window/tab from within the code ? or just another opened window/tab. Is there a method like .getOpenedWindows() - Window[] ? or .getWindowByTitle(String title) or smth like that ?

What is Google App Engine?

2009-08-21 Thread GTM
I accidentally enabled it and the program I moved over said that some lines were not supported. I tried reading up on it on google but im a little confused. Do I need it to upload stuff onto the internet, or for my programs to work? --~--~-~--~~~---~--~~ You

Re: Migration from 1.5 to 1.6 and 1.7

2009-08-21 Thread Sumit Chandel
Hi Erik, Are you using XercesImpl classes in your actual application code? If not, try removing it from your project and hosted mode launch configuration classpath and see if the error still occurs. You mentioned that you tried adding it, which suggests that it wasn't present the first time it

Re: Adding GWT to an existing project in Eclipse, GWT compiler throws java.lang.NoSuchMethodError

2009-08-21 Thread Jason Essington
Move the GWT libraries up in your classpath. They should be right after your source directory and before anything else. -jason On Aug 21, 2009, at 9:11 AM, dm3sol wrote: I was searching for this error over this group and did not find similar issue, so I thought this is a note for the

Re: FlowPanel displays in column not in row

2009-08-21 Thread Alejandro D. Garin
try this: public void onModuleLoad() { FlowPanel flow = new FlowPanel(); flow.setWidth(100%); for(int i = 0 ; i 10 ; i++) { Label l = new Label(Label+i); l.getElement().getStyle().setProperty(display, inline); flow.add(l); }

Hosted Browser problem

2009-08-21 Thread Karthik
I am using GWT 1.6 with Eclipse 3.4.0 i am getting this wired issue. I tired to do the workaround mentioned in http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/8811c8d9fb471193 but the problem is not resolved. [SPAM] fields=Accept: image/gif, image/x-xbitmap, image/jpeg,

Re: GWT1.6.4 multiple module and gwt-ext

2009-08-21 Thread Sumit Chandel
Hi Vlad, If I understand correctly, you have one GWT module built with GWT itself, and another module built with GWT-Ext, and you're adding both modules to the same page? If that's the case, I can see how this error could occur, but it's probably not a good idea to develop two independent modules

Re: StackPanel IE8 standard mode problem

2009-08-21 Thread Sumit Chandel
Hi MiSt, Could you create an issue report for this on the Issue Tracker, attaching a screenshot of what it looks like on IE8 and IE7 or FF3 where it looks the way you want. Issue Tracker: http://code.google.com/p/google-web-toolkit/issues/list

Re: Is it possible to clone Widgets?

2009-08-21 Thread Rakesh
It is not impossible, though not very straight forward; To start with, you can create a simple replica of any of your widget by flattening it into html, and creating element out of this html. private class TestClone extends Composite{ public TestComposite(TestClone src){

Re: Works on hosted mode but failed on Tomcat

2009-08-21 Thread Sumit Chandel
Hi Jethro, Compare the hosted mode launch configuration classpath to the libraries that you've deployed with your application on Tomcat to see if there are any missing libraries, specifically the one containing the org.apache.digest.Digester class. I also noticed that you're using the Gilead

Re: RPC taking longer with each iteration

2009-08-21 Thread Thomas Matthijs
This reminds me of http://pupius.co.uk/blog/2007/03/garbage-collection-in-ie6/ Dunno if it's related tho. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

ant build fail with GWT 1.7.0

2009-08-21 Thread Simon
Hi there, I met a problem when building the sample Hello in the samples directory with GWT 1.7.0. The build process is shown as below. Buildfile: build.xml libs: javac: gwtc: [java] Loading module 'com.google.gwt.sample.hello.Hello' [java][ERROR] Failure while parsing XML

Re: Problem with GWT RPC when parameter contains collection.

2009-08-21 Thread Arkady
Actually the request is never posted and therefore never arrives to the impl class. I suspect that the problem is with the serialization of the MyItem class. On Aug 20, 5:42 pm, tolga ozdemir tka...@gmail.com wrote: Can you post the method of your impl class here to investigate the problem? I

Re: GWT Examples

2009-08-21 Thread Sumit Chandel
Hi Douglas, Also, feel free to add these examples to the GWT Gallery (link below) if you'd like. GWT Gallery: http://gwtgallery.appspot.com/ Cheers, -Sumit Chandel On Tue, Aug 18, 2009 at 5:03 PM, Douglas kb9...@gmail.com wrote: Hey all, I'm new to GWT also but have a few working

Re: JavaScriptObject on trunk causes AbstractMethodError

2009-08-21 Thread Robert Zaleski
Just a follow up, If I drop the generics, it works but then I have to cast everywhere. ba. --~--~-~--~~~---~--~~ 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: GALGWT, Eclipse 3.5 / Galileo, and GWT 1.7 -- how to add this or any other GWT library to projects?

2009-08-21 Thread Sumit Chandel
Hi Julian, You'll also need to add the Gears module to your GWT module XML file. This is probably the step you were missing that led to the hosted mode crash you observed after trying to run with the gwt-gears JAR on the project and launch configuration classpath. Specifically, what you'll need

Re: URL rewrite problem

2009-08-21 Thread Sumit Chandel
Hi Bhayat, I'm not sure for what purposes you want to perform a URL rewrite, but perhaps the following method to replace the current URL from within GWT client-side code could help: Window.Location.replace(String newUrl) Hope that helps, -Sumit Chandel On Wed, Aug 19, 2009 at 1:42 AM, Bhayat

Re: GWT1.6.4 multiple module and gwt-ext

2009-08-21 Thread Steve Nies
On Aug 21, 1:39 pm, Sumit Chandel sumitchan...@google.com wrote: You should consider reusing one module in the other, or if that's not possible because of library incompatibilities between GWT and GWT-Ext, switching to only one of the two solutions and creating one module that can be

Re: Forcing a TextArea to scroll

2009-08-21 Thread mdwarne
I'm not sure about a textarea. But you can do this using a ScrollPanel. You can add a FlowPanel to your ScrollPanel. All your text messages can be Label Widgets that you Add to your Flow Panel. After adding the Label Widget you can call: scrollPanel.scrollToBottom(); Or...

Is GWT 1.7 compatible with JSPs using Java 1.5 features?

2009-08-21 Thread Steve Nies
Please forgive this newbie post but I am under extreme schedule pressure and cant find an answer anywhere on the web. Can anyone tell me if JSPs using Java 1.5 features can now run under hosted mode within Eclipse 3.4? If so would someone please post a how-to? Any help would be greatly

Re: when should we use GWT RPC and HTTP mechanism to communicate to server

2009-08-21 Thread venki
Ok fine Mike.. Any way i observed that from programmer perspective usage of RPC saves from lot of burden( i mean data transfer exchange) Thank you Mike On Aug 19, 11:57 am, mdwarne mike.wa...@gmail.com wrote: Hi venkl, We use RPC because it makes things so simple. For some of our service

Re: What is Google App Engine?

2009-08-21 Thread Dalla
Google App Engine is Googles cloud platform, which allows you to use Googles existing infrustructure for your own projects. You don´t need to use it at all if you don´t want to. Read more at http://code.google.com/intl/sv-SE/appengine/ On 21 Aug, 19:14, GTM gigakabuteri...@gmail.com wrote: I

Re: Textbox event key code not case sensitive?

2009-08-21 Thread Rakesh
Thomas, I am not sure I understand what you are saying. I need the last char pressed by the user(on key down/up). How do you get that? On Aug 14, 6:31 pm, Thomas Broyer t.bro...@gmail.com wrote: On 14 août, 21:37,rakeshwaghrake...@gmail.com wrote: Today While extending the TextBox, I

Re: Is it possible to clone Widgets?

2009-08-21 Thread Rakesh
typo: private class TestClone extends Composite{ public TestClone (TestClone src){ setElement(new HTML(src.toString()).getElement ()); } public TestClone (){ initWidget(new VerticalPanel(){

Re: when should we use GWT RPC and HTTP mechanism to communicate to server

2009-08-21 Thread venki
Ok i got the point. Thank you dave On Aug 20, 2:31 am, DaveS dave.sell...@gmail.com wrote: I don't think you're ever *forced* to use RPC, it simply requires writing a lot less code than writing a servlet, parsing XML, returning XML and parsing that result in the client. GWT makes it very

Re: New window for file download is closing

2009-08-21 Thread mdwarne
Is it possible that the file requires a plugin that is not available to the IE7 browser? For example PDF, etc? Thanks, Mike. On Aug 20, 10:03 am, Daniel Jue teamp...@gmail.com wrote: Hi, I am streaming a file back using a new window and a call to a servlet.  This works fine locally and

TextBox.setReadOnly(true) - strange and unexpected behavior.

2009-08-21 Thread BobM
I an using GWT 1.6.0.18. I found no reference of this matter in either the 1.7 release notes nor the issues tracking list. I use a TextBox where I enter some text, then update a database record with this data. Once I successfully enter this data into the TextBox and update the database, I want

TextBox.setFocus() - strange (and annoying) behavior.

2009-08-21 Thread BobM
I an using GWT 1.6.0.18. I found no reference of this matter in either the 1.7 release notes nor the issues tracking list. I have a TextBox into which I can enter text. I have a keyboard listener camped on the TextBox, looking for a key_enter and upon intercepting that event will execute a

Debuger problem , Eclipse plugin , GWT team attention / Expression / Watch

2009-08-21 Thread Aladdin
Hi I notice a bug in GWT / Eclipse if you have a this code Element e = DOM.get... //Some element Now try to add a watch to this e.getString() this is the error that I'm getting (in the Expression window) Method getString with signature ()Ljava/lang/String; is not applicable on this object

Re: FlowPanel displays in column not in row

2009-08-21 Thread Richard
I have finally found the InlineLabel which match this purpose. Thank you for yours propositions. Richard. On 21 août, 16:31, Richard richard.fa...@gmail.com wrote: Hi all,   I'm new to GWT and I've tryed to display some labels in a flow panel. Unfortunately they are displayed as in a

Jmockit and hosted mode test

2009-08-21 Thread Marcelo Sena
Hi guys, is any of you using jmockit with Hosted mode? I'm trying to do so but some errors wont let me run the tests: Starting HTTP on port 0 HTTP listening on port 58696 Refreshing module from source Validating newly compiled units Removing units with errors [ERROR] Errors

Re: Question about app context.

2009-08-21 Thread David C. Hicks
Found it. GWT.getHostPageBaseURL(). David C. Hicks wrote: To *almost* answer my own question, I think this comes down to knowing what the web context root is to be pre-pended to URLs. So, now I'm looking for a way to get that context root.

Re: Question about app context.

2009-08-21 Thread David C. Hicks
To *almost* answer my own question, I think this comes down to knowing what the web context root is to be pre-pended to URLs. So, now I'm looking for a way to get that context root. David C. Hicks wrote: I have an app that I'm slowly converting to GWT. We have some icons located in the

Re: REST : It's maybe time to add Http methods PUT DELETE

2009-08-21 Thread Thomas Broyer
On 21 août, 18:55, Sumit Chandel sumitchan...@google.com wrote: HI all, The GWT team also agrees with you. See Issue #3388 (link below) to receive updates once the fix for this has shipped. It is currently planned for the GWT 2.0 release and is marked as a high priority fix. Issue

Investigation

2009-08-21 Thread bwh MPD
Please excuse the interruption. I'm a cop with zero programming knowledge. A lady has come in stating her debit card was abused because of a charge to her account for $21.00 with the notation WebTool Kit. This site looks pretty legitimate to me. Does anybody know about $21.00 charges for use

XML Schema or DTD for GWT configuration files

2009-08-21 Thread Eric
Is there an XML Schema or a DTD for the module.gwt.xml files? If there is, I'd like to install it in my IDE so it can support me while I write GWT configurations. I saw none in gwt-user.jar. Respectfully, Eric Jablow --~--~-~--~~~---~--~~ You received this

Re: SuggestBox onKeyDown event received two times for one key down, bug or feature?

2009-08-21 Thread Thomas Broyer
On 21 août, 15:48, erkap erik.elis.eriks...@gmail.com wrote: I've a SuggestBox and have added a KeyDownHandler to it like this: suggestBox.addKeyDownHandler(new KeyDownHandler() {          public void onKeyDown(KeyDownEvent event) {             switch (event.getNativeKeyCode()) {        

How to Create a Gwt Components .jar lib?

2009-08-21 Thread Tarlis
Hi all, I look in the web hardly and tryed many things to know how to do a library project with GWT. In other words, I try to create: 1. A GWT project in Eclipse = For client components; (package like: org.exemple.ComponentsProject) 2. My Project in Eclipse = whose will use that components;

Re: Textbox event key code not case sensitive?

2009-08-21 Thread Ian Bambury
You can use onKeyPress which will give you the character. Key up/down gives you the key code not the character code. If you want the character, you have to amend the key code by checking the shift/alt gr/alt/ctrl and any other keys that might affect what you are trying to get. Ian

Re: PHP in hosted mode

2009-08-21 Thread Tiago Z.C
Hi I have the some doubts of you. With the help of the group here, where you can see on: http://groups.google.com/group/Google-Web- Toolkit/browse_thread/thread/120cc09386493f29/192060512c53b17d?lnk=raot and with this tutorial: http://www.gwtsite.com/working-with-php-in-gwt-hosted-mode/ i

Re: Textbox event key code not case sensitive?

2009-08-21 Thread Thomas Broyer
On 21 août, 21:02, Rakesh rake...@gmail.com wrote: Thomas, I am not sure I understand what you are saying. I need the last char pressed by the user(on key down/up). How do you get that? Use KeyPress. KeyDown/KeyUp are for the gestures you're doing with your fingers on your keyboard. For

Page flickering on FF 3.5

2009-08-21 Thread Dominik Steiner
Hi there, we have a web app based on GWT that you can see at http://beta.homeprodigy.com/index.php?main_page=map this page is now flickering when you load it with FF 3.5. On FF 3.0 it was working fine. My only guess is that it might have to do something with

Re: TextBox.setFocus() - strange (and annoying) behavior.

2009-08-21 Thread Ian Bambury
I can't reproduce this in 1.7. I haven't heard of anyone having this problem before in any other version. If you had supplied some code to reproduce this, that would have been useful. All the above also applies to the other two problems you posted recently. Ian http://examples.roughian.com

Re: URL rewrite problem

2009-08-21 Thread Ian Bambury
GWT is on the client. URL rewriting is done on the server. Ian http://examples.roughian.com 2009/8/21 Bhayat baki.hayat.c...@gmail.com it is not what i mean that,it is urlrewriting actually.but i think gwt can not support fully :( On 21 Ağustos, 21:00, Sumit Chandel

Re: gwt 1.6 and oophm, how to?

2009-08-21 Thread Sky
Could someone direct me how to use trunk? From what I gather, trunk is just the latest repository for the gwt source code. I have a gwt project already started and I don't want to break it by doing this. I want to be able to switch between trunk and gwt 1.7 stable for the same project. Is that

Re: Investigation

2009-08-21 Thread Tom Ball
That transaction has nothing to do with Google Web Toolkit, as everything related to it is free to download and use. A quick search for web toolkit found lots of different technologies and products, so this won't be easy to track down via the web. Perhaps the bank that issued the debit card can

[gwt-contrib] OOPHM performance

2009-08-21 Thread Sanjiv Jivan
Hi, I've only recently started working with OOPHM and it looks great. I observed that the performance / responsiveness when running the SmartGWT showcase with OOPHM seems to be much better (and close to web mode) with OOPHM compared to the GWT 1.7 hosted mode. Is there any technical explanation

[gwt-contrib] Re: OOPHM performance

2009-08-21 Thread John Tamplin
On Fri, Aug 21, 2009 at 9:34 AM, Sanjiv Jivan sanjiv.ji...@gmail.comwrote: I've only recently started working with OOPHM and it looks great. I observed that the performance / responsiveness when running the SmartGWT showcase with OOPHM seems to be much better (and close to web mode) with

[gwt-contrib] separate the ADD operation into two: one for numerics, one for string append

2009-08-21 Thread spoon
Reviewers: scottb, Description: A challenge for the nullness tracking patch, as well as any other patch that modifies the compiler's internal type system, is to keep track of which ADD operations mean string append and which ones mean numeric addition. This patch has GenerateJavaAST make that

[gwt-contrib] Re: OOPHM performance

2009-08-21 Thread Joel Webber
Sanjiv, My experience with oophm has been that it simply has different performance than the old hosted-mode implementation. It can be faster in some cases, because (it seems) the marshalling code between Java and Javascript is less complex. On the other hand, it can sometimes be a lot *slower*,

[gwt-contrib] Re: separate the ADD operation into two: one for numerics, one for string append

2009-08-21 Thread scottb
Great idea! LGTM. Only comment is on the naming: maybe use CONCAT/ASG_CONCAT instead of STR_ADD? If we did that, renaming ADD-NUM_ADD would actually be options, since ADD would always mean arithmetic. http://gwt-code-reviews.appspot.com/61810

[gwt-contrib] Re: separate the ADD operation into two: one for numerics, one for string append

2009-08-21 Thread cromwellian
On 2009/08/21 16:26:13, Lex wrote: Wouldn't another option simply be to turn this into a method call when it comes out of the JDT? e.g. a + b - a.append(b)? http://gwt-code-reviews.appspot.com/61810 --~--~-~--~~~---~--~~

[gwt-contrib] Re: separate the ADD operation into two: one for numerics, one for string append

2009-08-21 Thread spoon
I'll change the string versions to CONCAT/ASG_CONCAT. I slightly liked removing ADD, so as to force people to decide which one they wanted, but perhaps that's overthinking it. I'll change it back to ADD/ASG_ADD. http://gwt-code-reviews.appspot.com/61810

[gwt-contrib] Re: separate the ADD operation into two: one for numerics, one for string append

2009-08-21 Thread spoon
On 2009/08/21 16:44:38, cromwellian wrote: Wouldn't another option simply be to turn this into a method call when it comes out of the JDT? e.g. a + b - a.append(b)? That works, too, and in some cases I believe it works really well. The biggest issue I see is that there are several parts of

[gwt-contrib] Re: OOPHM performance

2009-08-21 Thread Sanjiv Jivan
Thanks for the information. Support for shared memory transport would be great. Is this feature on the roadmap, or is it still on the drawing board? Another general question : Will non-JSNI GWT code benefit with browser JavaScript engine speedups when running in OOPHM? I'm assuming that the JSNI

[gwt-contrib] Re: separate the ADD operation into two: one for numerics, one for string append

2009-08-21 Thread cromwellian
I have no objection, I was just curious, since I tend to think of the way javac translates these to byte code and was wondering if there was an either greater advantage to keeping them as +. One that I can think of is that ASG_CONCAT would still become += in JS, but a = append$(a, b) would need

[gwt-contrib] [google-web-toolkit] r5990 committed - Creating 2009.08.21 snapshot branch.

2009-08-21 Thread codesite-noreply
Revision: 5990 Author: j...@google.com Date: Fri Aug 21 09:28:16 2009 Log: Creating 2009.08.21 snapshot branch. http://code.google.com/p/google-web-toolkit/source/detail?r=5990 Added: /branches/snapshot-2009.08.21-r5989 --~--~-~--~~~---~--~~

[gwt-contrib] Re: OOPHM performance

2009-08-21 Thread John Tamplin
On Fri, Aug 21, 2009 at 11:44 AM, Sanjiv Jivan sanjiv.ji...@gmail.comwrote: Thanks for the information. Support for shared memory transport would be great. Is this feature on the roadmap, or is it still on the drawing board? Sam Gross did a proof-of-concept implementation last year, and the

[gwt-contrib] Re: Add AsyncProxy.InstanceField annotation

2009-08-21 Thread rjrjr
If we really need this to be an optional mechanism, make it opt out: @Singleton(false) and if the annotation is not provided, the static treatment is generated http://gwt-code-reviews.appspot.com/56804 --~--~-~--~~~---~--~~

[gwt-contrib] [google-web-toolkit] r5991 committed - Adding branch-info.

2009-08-21 Thread codesite-noreply
Revision: 5991 Author: j...@google.com Date: Fri Aug 21 10:26:32 2009 Log: Adding branch-info. http://code.google.com/p/google-web-toolkit/source/detail?r=5991 Added: /branches/snapshot-2009.08.21-r5989/branch-info.txt === --- /dev/null +++

  1   2   >