Are GWT widgets leak memory ?

2010-03-16 Thread SmartKiller
It seems that GWT widgets are leaking memory. For testing i have created a sample application which create a series of panels containing Labels. If i allocate 1000 panels and clear() all of them there are still around 1K memory remain to get free. Here is the code i have written /** * Entry

Re: Are GWT widgets/app leak memory ?

2010-03-16 Thread SmartKiller
On Mar 16, 2:19 pm, SmartKiller deepica...@gmail.com wrote: It seems that GWT widgets are leaking memory. For testing i have created a sample application which create a series of panels containing Labels. If i allocate 1000 panels and clear() all of them there are still around 1K memory

FlexTable and UiBinder

2010-03-16 Thread Guenther Starnberger
I'm currently working on an UiBinder based application, where I'd like to use a FlexTable to hold data for a form (the labels plus the text boxes). Unfortunately, it seems that UiBinder does only allow to declare the FlexTable, but not the elements of the FlexTable. As there are quite a lot of

Re: UiBinder with background-image and ImageResource

2010-03-16 Thread Thomas Broyer
On Mar 16, 12:27 am, Michael Guyver michael.guy...@gmail.com wrote: Hi Craigo - does the @url work within a ui:style section? As I said: I know it works if your DataResoruce is created with a ui:data, I don't know when it comes from a separate ClientBundle imported with ui:with... -- You

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-16 Thread andreas
Hey Keith, thank you very much for all the details. For now we actually decided to stick with the goals provided by gwt-maven, so I'm sorry I did not check your points by now. I'll create a new project and check your advices, especially the correct source folders in the GEP launch config, which

Re: .jsp page will not compile in hosted mode

2010-03-16 Thread خليل بولو
google-web-toolkit@googlegroups.com ان جميع ابرسائل التي تتوجه لي لانني مشترك في جوجل في غير لغتي ارجو من حضرتكم ان تكون الرسائل في الغة العربية ليتسنى لنا فهم المحتوى وبرغم من ذالك الخطأليس موجود الترجمة انا من البديهي ان اكون متعون مع المعلم جوجل الرسالة من غير لغتي تسبب الخطأ

gwt-maven runTarget configuration breaks resource paths

2010-03-16 Thread andreas
Hey everyone, we are developing GWT applications using maven, gwt-maven-plugin, Eclipse 3.5 EE and m2eclipse. We are currently having some problems setting up a proper run configuration (based on mvn gwt:run goal) that seem to come from wrong paths to resources. Apparently the runTarget tag is

Re: iFrame in TabPanel Reload Problem

2010-03-16 Thread John
Still haven't found a solution. Anyone out there have a clue what to do? On Mar 4, 3:49 pm, John john.m.daugh...@gmail.com wrote: Any help would be appreciated! Firefox reloads the contents of iframes when they are unhidden. So, if you have a TabPanel, where each tab holds an iframe,

Re: FlexTable and UiBinder

2010-03-16 Thread Paul Stockley
Why not use a HTML panel and inside define a HTML table with the widgets in the cells? I rarely use things like FlexTable, HorizontalPanel or VerticalPanel. Usually all my forms are a combination of pure HTML and widgets. If you don't need IE6 support then I can show you some neater ways of laying

Re: RPC and MapString, Object serialization problem

2010-03-16 Thread kriswpl
Thanks again guys for the response. I was thinking what Paul's solution to take and I like 1st one with: public abstract class PropertyT implements Serializable { T value; } However, I don't see what way GWT serializer may know in this service method: HashMapString, Property? getFoo();

Re: RPC and MapString, Object serialization problem

2010-03-16 Thread Paul Robinson
It's not the same problem. With an RPC method of HashMapString, Property? getFoo(), where Property is abstract, GWT will look for all subclasses of Property on the classpath and build the RPC code for them. If you have one Property subclass per data type, then since the Property subclasses

How to switch the center view of DockLayoutPanel?

2010-03-16 Thread zggame
Hi, I am new to gwt. I had a page with footer/header/content. The center content changes with different selection in the menu in header. I try to use the DockLayoutPanel. How can I change the view of the center content. It can only add once? Is that the correct widget to use? Thanks. --

problem on the source of 3rd jars which are used in the project

2010-03-16 Thread chenweigu...@126.com
excuse me for my poor english. i have a gwt-ext project which uses some 3rd jars. And gwt require that the 3rd jar must has source in it, however my project is a util, and i dont want to expose my source when it serve as 3rd jar, how can i do? -- You received this message because you are

Comet on android

2010-03-16 Thread Linus Björk
For the moment I use gwt-comet (net.zschech.gwt.comet), but I can't get it work on Android. On an iPhone it works fine. So i wonder if anyone have a solution to get comet working on Android. What type of comet does google use in Gmail and Wave etc? -- You received this message because you are

GWT 2.0.3 + Maven2 + Eclipse

2010-03-16 Thread Sergio
Hello everybody, I'm beginning with GWT development and I have a problem. I've already configured Eclipse 3.5 with gwt plugin and m2eclipse plugin. I create a new maven project with gwt-maven-plugin archetype, but I'm not able to communicate client side with server side. I've read the same

How to call a compiler in server side

2010-03-16 Thread duclm
I'm implement a application to compile code online, i must call a execute file(compiler) with the first parameter is name of source file, but i hear that we can't save file with GAE, so i can't call the compiler, do you have any solution for this problem ? And have a question, can i call

Accessability: GWT, ARIA and JAWS screen-reader

2010-03-16 Thread Dvae
We have developed a small GWT 1.5.2 application to implement an intranet inside our portal. It consists of two panes, content and navigation/search; implemented as a HorizonatalSplitPanel containing a ScrollPanel for the content and a DecoratedTabPanel which contains a Tree for the navigation.

Re: GWTCanvas - Is this a Bug?

2010-03-16 Thread dolcra...@gmail.com
Hate to break it to you but your code is broken on Chrome as well... I mean it appears to redraw some shape on the second row of content and then many more times off horizontally. Why aren't you using an image (which can be cacheable)? On Mar 15, 12:12 pm, Palantar palan...@gmail.com wrote: Hey

Obfuscate java source

2010-03-16 Thread rasmus.olaus...@gmail.com
Hi. I'm developing a GWT library. And I would like to be able to obfuscate the java source code in the .jar file to be able to give the library to others without them reading the code. I know that the way most of us write code it's obfuscated by default, but .. :) Could anyone recomend a

Re: Eclipse JavaEE tools + GWT Development mode

2010-03-16 Thread Neciu
Hi Keith, can you tell how to configure Eclipse + Google Plugin for Eclipse (the newest version), so I can debug my GWT project with DB connections? Your previous solution doesn't work anymore (I can't find anythig about WAR in Web Application property). Thanks in advance, Neciu. On 18 Lut,

Sending HTTP GET request not working!

2010-03-16 Thread Jon Britton
Hi, I'm trying to send a HTTP GET request to a server on localhost (http:// localhost:8080/wps/WebProcessingService? Request=GetCapabilitiesService=WPS) and for some reason it won't work. I've inherited the GWT HTTP module as shown here:

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-16 Thread Simon
Hi Keith, Thanks for the improvements !! I've got a clean Maven Web project like I used to work with before trying GWT ! :) However, Eclipse seems to keep the folder /war and /war/WEB-INF in my project. Even if I delete it, it keeps appearing. Any clue on this behaviour ? Cheers, Simon On 4

problem on the source of 3rd jars which are used in the project

2010-03-16 Thread chenweigu...@126.com
excuse me for my poor english. i have a gwt-ext project which uses some 3rd jars. And gwt require that the 3rd jar must has source in it, however my project is a util, and i dont want to expose my source when it serve as 3rd jar, how can i do? -- You received this message because you are

UIBinder with custom faces

2010-03-16 Thread Craig
Hi how do I go create a custom widget that has faces similar to DockLayoutPanel ? Does anyone have a working example? Many thanks Craig -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

problem on the source of 3rd jars which are used in the project

2010-03-16 Thread 陈伟国
excuse me for my poor english. i have a gwt-ext project which uses some 3rd jars. And gwt require that the 3rd jar must has source in it, however my project is a util, and i dont want to expose my source when it serve as 3rd jar, how can i do? thanks andvance. good luck! -- You received this

Do you always have an enormous front-prensenter?

2010-03-16 Thread zggame
Hi, I am new to gwt as well as mvp. We are building a site with gwt- front talking with a legacy server via simple json. I looked through the gwt-mvp sample with gwt-presenter. It seems its mainPresenter acts like a front-controller (dispatch-servlet in Spring mvc)? We are trying to layout the

Image Gallery

2010-03-16 Thread Francisco Bischoff
Hello! Does anyone knows an Image Gallery made in GWT? Like this example: http://www.e2interactive.com/e2-gallery-pro/ or something more simple, with possibility to navigate throught photos and open them (maybe in a popup-panel) without exit the webpage? Thank you :) -- Francisco Bischoff

Multiple entrypoints? Or something else?

2010-03-16 Thread jbdhl
I would like to build a website, using GWT together with Google App Engine.There are three parts, but how should I organize them? * Users can login and customize a service to be included in a DIV on their own homepages (just like e.g. google maps can be included in a homepage). I guess this

Re: Obfuscate java source

2010-03-16 Thread Chris.Pollard
Hi We've been using ProGuard in our EmNOC product. ... makes some of the code more readable ;) regards Chris Emnico Technologies -- 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: Multiple entrypoints? Or something else?

2010-03-16 Thread Francisco Bischoff
Hello, if you mean each * is a totally different webpage, that you cannot navigate between them with a Hyperlink (History state application), yes, you need more Entrypoints... Each entrypoint is like a new webpage inside your project. With their own MyApp1.gwt.xml and their own /myapp1/

Re: How to call a compiler in server side

2010-03-16 Thread jmpeace
check out beanshell, maybe it provides the functionality you are looking for. On Mar 15, 11:25 am, duclm duclm...@gmail.com wrote: I'm implement a application to compile code online, i must call a execute file(compiler) with the first parameter is name of source file, but i hear that we can't

Re: (GWT+Gears API)Uploaded file become multiple times bigger than original file

2010-03-16 Thread Eric Ayers
http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html#read(byte[]) http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html#read(byte[])in.read() returns the number of bytes read. Could it be that the number of bytes returned from the read is less than the buffer you have

Re: Sending HTTP GET request not working!

2010-03-16 Thread Jon Britton
Ignore the URL.encode(...) part of the alert box, that was there because of a dodgy copy and paste! I've removed it now. Also, I've looked at my Tomcat log and my requests are being received fine... but I still can't access the response from GWT. Jon On Mar 15, 4:25 pm, Jon Britton

JAXB compatibility with GWT 2.0, any news?

2010-03-16 Thread crojay78
Hi, I read a few posts that some people had problems with the integration of gwt with jaxb generated files. I want to use generated files from jaxb to use as shared objects in gwt. Is there anything new with gwt 2.0 ? Can I use it without problems or is there a good workaround how to get it

GWT + Visualization API : Remove handler from a chart

2010-03-16 Thread Anky
Hi, Is there any way to remove the registered handler from the chart? My idea is to add a new handler on some user action. When I register a new select handler for this chart, it adds up this new event in a list of select events for the same chart hence causing the select event to get triggered

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-16 Thread Simon
Resolved ! The problem was that the project Default output folder was still pointing to the /war/WEB-INF/classes directory instead of /target/ classes... Thanks for the great job anyway ! :) On 15 mar, 17:04, Simon simon.bar...@gmail.com wrote: Hi Keith, Thanks for the improvements !! I've

datePicker not working

2010-03-16 Thread _Robert_
Hi! I hoped my code would result in the label getting the selected date, but nothing happens? final Label dateText = new Label(); DatePicker datePicker = new DatePicker();

Class in jar file used in another GWT application gives *Source not available* error when compiling

2010-03-16 Thread Dan
Hi, I am trying ot use the DatePicker that the user created here: http://advanced-gwt.sourceforge.net/demo/index.html = *Text and Button Widgets* tab = Select a date. In the *Source Code* section it imports this: import org.gwt.advanced.client.ui.widget.DatePicker; I downloaded the relative

Re: Getting error $doc.getBoxObjectFor is not a function in Firefox 3.6

2010-03-16 Thread hriess
Like JY, our website is unusable with FF 3.6. We are using GWT 2.0.3 together with the Eclipse plugin. Unfortunately, I am not experienced enough, to compile the project with changed GWT source files - the Eclipse plugin uses the gwt-user.jar (?). Will there be a solution for this problem in the

Re: JAXB compatibility with GWT 2.0, any news?

2010-03-16 Thread Fabiano
On Mar 16, 3:11 pm, crojay78 croja...@googlemail.com wrote: Hi, I read a few posts that some people had problems with the integration of gwt with jaxb generated files. I want to use generated files from jaxb to use as shared objects in gwt. Is there anything new with gwt 2.0 ? Can I use it

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-16 Thread bkbonner
I resolved this issue. It turns out that WTP included Tomcat 5.5 as a runtime dependency (default in the project). When I removed this dependency, everything started working (i.e. UIBinder stuff). Woot! On Mar 15, 4:40 pm, bkbonner brian.bon...@paraware.com wrote: Hey, is anyone else using

Re: Getting error $doc.getBoxObjectFor is not a function in Firefox 3.6

2010-03-16 Thread خليل بولو
2010/3/16 hriess hriess.chemn...@t-online.de الترجمة مثل ج. ي ، موقعنا هو غير قابل للاستخدام مع 3.6 فرنك فرنسي. نحن نستخدم GWT 2.0.3 جنبا إلى جنب مع البرنامج المساعد الكسوف. للأسف ، أنا لست من ذوي الخبرة بما فيه الكفاية ، لترجمة المشروع مع الملفات التي تم تغييرها GWT المصدر -- في كسوف المساعد

Re: beta eclipse plugin - running in noserver mode with tomcat - having troubles

2010-03-16 Thread bkbonner
Keith, I figured out the problem. It turns out that the problem can be reproduced when the Apache Tomcat 5.5.27 libraries are in the classpath. They were inadvertently in the classpath as a runtime dependency -- injected by WTP. When I pulled them OUT, it works fine. That was a pain to figure

Re: Do you always have an enormous front-prensenter?

2010-03-16 Thread Trevis
Hm, when you say inject do you mean via Gin dependancy injection framework? Or are you talking about passing all of those child presenters in as constructor args? I'd highly recomend Gin for this task. It's pretty easy to learn and makes your code nice and tidy. On Mar 15, 2:54 pm, zggame

Re: beta eclipse plugin - running in noserver mode with tomcat - having troubles

2010-03-16 Thread Keith Platfoot
Brian, Glad you figured that out. I've been meaning to respond to your last couple of messages, but have been busy doing last-minute preparations for the official 1.3 launch. Keith On Tue, Mar 16, 2010 at 12:59 PM, bkbonner brian.bon...@paraware.comwrote: Keith, I figured out the problem.

Re: GWT Grid vs. SmartGWT grid

2010-03-16 Thread gengstrand
The Grid class from GWT is a layout handler and not a GUI widget at all. I suspect that you are looking for some kind of data table GUI widget control. The ListGrid control from the SmartGWT project has all the nice bells and whistles but the download can be less than snappy. I don't think that

Read Html selected list menu in GWT Entrypoint

2010-03-16 Thread San
Hello, I wanna read selected list menu which appears in html into GWT Entrypoint class. Actually, I am trying to add gwt scripting in existing html. So, I could not create list menu in html using GWT widgets. My GWT code needs read the selected option and send it to server when a button is

Re: JAXB compatibility with GWT 2.0, any news?

2010-03-16 Thread Sripathi Krishnan
I haven't tried it recently, but JAXB generated classes should work. Earlier, the GWT compiler choked on annotations. It now ignores these annotations when it compiles java into js. You would need to keep the jaxb jars in your compile classpath, but that should be all that you need to do. Could

Re: FlexTable and UiBinder

2010-03-16 Thread Guenther Starnberger
On Mar 16, 12:47 pm, Paul Stockley pstockl...@gmail.com wrote: Why not use a HTML panel and inside define a HTML table with the widgets in the cells? I rarely use things like FlexTable, HorizontalPanel or VerticalPanel. Usually all my forms are a combination of pure HTML and widgets. If you

GWT's Widget library vs SpeeTracer's TopSpin

2010-03-16 Thread igm
Hello all, when doing some research and studying in the source code of SpeedTracer I observed that it uses topspin.jar as a widget library (http://code.google.com/p/speedtracer/source/browse/#svn/trunk/src/ client/ui/lib). Does anyone have more information about this library? I've found some

Re: Read Html selected list menu in GWT Entrypoint

2010-03-16 Thread dolcra...@gmail.com
I believe there's a SelectElement.wrap() method. On Mar 16, 2:53 pm, San sarav...@gmail.com wrote: Hello, I wanna read selected list menu which appears in html into GWT Entrypoint class.  Actually, I am trying to add gwt scripting in existing html. So, I could not create list menu in html

Re: Do you always have an enormous front-prensenter?

2010-03-16 Thread zggame
Yeah, I am using Gin. But it is still pretty ugly for a constrctor with say 30 pretty long parameters. Is there any other way to get around this? Thanks. On Mar 16, 12:42 pm, Trevis trevistho...@gmail.com wrote: Hm,  when you say inject do you mean via Gin dependancy injection framework? Or

Re: FlexTable and UiBinder

2010-03-16 Thread Paul Stockley
If you need to dynamically modify the table I would stay with FlexTable. Working with the DOM on tables is kind of messy. -- 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: GWT RPC server compiled as regular servlet

2010-03-16 Thread Sanjay Ungarala
Hi Salvador, Is there is a way to debug GWT stack why onAfterResponseSerialized is not getting called? Thanks, Sanjay On Mon, Mar 15, 2010 at 10:53 AM, Sanjay Ungarala ungar...@gmail.comwrote: Hi Salvador, Thank you for your response. If both client/server are packaged in one WAR, I see

Re: Multiple entrypoints? Or something else?

2010-03-16 Thread jbdhl
Correct: the three apps are completely separated from the users point of view, but shares a lot of code. It's not clear to me how to actually implement multiple entry points. I guess each sub-app should use its own nocache.js file, but how do I specify that? Aren't there some step by step guide,

Re: Google plugin 1.3 preview and jar SDK

2010-03-16 Thread Keith Platfoot
Hi Mickaël, Thanks for your feedback about the 1.3 preview of the Google Plugin for Eclipse. The 1.3 version does allow you to use the GWT jars from your Maven repo, but as you discovered, it will not recognize the filenames if you try to add it to the set of registered SDKs via the Google GWT

Lightweight Metrics System

2010-03-16 Thread Raziel
Hi, I'm trying to integrate the Lightweight Metrics System into my application. Which basically means I added the snippet of code shown in here: http://code.google.com/webtoolkit/doc/latest/DevGuideLightweightMetrics.html into my host page. The problem is that when I load my application in dev

Debug 2 GWT Linked Sites

2010-03-16 Thread jeffgnpc
My application has 2 different sites which have 2 different html pages. The first site is a User site where you can sign up for different worlds that you can play in. The second site is the World site where the user plays the game. These 2 sites have completely different looks and feels which

Multiple Services at a time

2010-03-16 Thread Ralf B
Hi GWT fans, Is it possible to have multiple RPC-based GWT Services at a time and what are the usual pitfalls when doing that? Does anybody here know a good tutorial about setting up multiple services, configuring them? What are the special things one should consider when setting up cascading

Re: Lightweight Metrics System

2010-03-16 Thread Raziel
Ok, I figured it out: __gwtStatsEvent has to return a boolean! The documentation, nor the example mentions it, but the RPC code (at least the RPC code) expects it. On Mar 16, 4:32 pm, Raziel raziel...@gmail.com wrote: Hi, I'm trying to integrate the Lightweight Metrics System into my

Re: GWT 2.0.3 + Maven2 + Eclipse

2010-03-16 Thread zggame
I think the latest gwt-maven-plugin is gwt 1.6.4. Not 2.0.3 On Mar 15, 3:30 pm, Sergio s3rgio...@gmail.com wrote: Hello everybody, I'm beginning with GWT development and I have a problem.  I've already configured Eclipse 3.5 with gwt plugin and m2eclipse plugin. I create a new maven project

Re: Sending HTTP GET request not working!

2010-03-16 Thread Thomas Broyer
On 15 mar, 17:25, Jon Britton mankillseveryth...@googlemail.com wrote: Hi, I'm trying to send a HTTP GET request to a server on localhost (http:// localhost:8080/wps/WebProcessingService? Request=GetCapabilitiesService=WPS) and for some reason it won't work.  I've inherited the GWT HTTP

multiselect ListBox getting selected items

2010-03-16 Thread Dave
I'm attempting to get multiple selected items from a ListBox My setup code is: final ListBox listBox = new ListBox(true); listBox.addItem(Item 1, 1); listBox.addItem(Item 2, 2); listBox.addItem(Item 3, 3); In the onClick event of a button on my panel I want to get the selected items. I have

Re: How to switch the center view of DockLayoutPanel?

2010-03-16 Thread ome
Well, I did it like this. 1. In LayoutView.ui.xml I have a DockLayoutPanel : g:center g:SimplePanel ui:field=content / /g:center 2. In LayoutView: public class LayoutView extends Composite implements LayoutPresenter.Display { @UiField SimplePanel

Re: Obfuscate java source

2010-03-16 Thread dolcra...@gmail.com
No. GWT relies upon the java source to convert to javascript. On Mar 16, 2:35 am, rasmus.olaus...@gmail.com rasmus.olaus...@gmail.com wrote: Hi. I'm developing a GWT library. And I would like to be able to obfuscate the java source code in the .jar file to be able to give the library to

How to add Widget to a DOM element?

2010-03-16 Thread Stefan Ballmer
Is it possible to add a widget to a DOM element? I have some DOM structure that I need to directly create in code and I'd like to add a GWT widget as a child element of this DOM structure. Currently I'm using something like the following code to add a SuggestBox:

Re: Class in jar file used in another GWT application gives *Source not available* error when compiling

2010-03-16 Thread ocaner
Try to compile it and I get the error copied below. I believe i need to inherit it, or need to specify the source path in Monkee.gwt.xml, but don't know how to do it. And the source code of the whole project I downloaded is a bit too complicated for me to understand, as I am still a beginner.

Remote HTTP fetch from Server not working?

2010-03-16 Thread vegbenz
Hi, when i run the code below as standalone pojo, it works fine, but in my GreetingServiceImpl on server it returns 500 error; ** please note i DO want to do this from the server. i saw the tutorial about adding script tags to accomplish this from the client. I need to do the fetch from the

Memory Increase Using GWT RPC Calls

2010-03-16 Thread Jaswoz
Hi, I'm having some difficulties when making multiple GWT RPC calls from within a GWT Timer. I've run my example in a few different applications that monitor the memory usage of the page and in all of them there is a constant increase in the amount of memory after each call. In the example all

Re: UiBinder with background-image and ImageResource

2010-03-16 Thread Craigo
I'm using ui:with ... like this: ui:with field=res type=MyResources/ui:with g:Anchor ui:field=myField styleName={res.css.myAnchor}Some Text/ g:Anchor And it all works. On Mar 16, 9:23 pm, Thomas Broyer t.bro...@gmail.com wrote: On Mar 16, 12:27 am, Michael Guyver michael.guy...@gmail.com

Google Plugin for Eclipse 1.3 is now available

2010-03-16 Thread Keith Platfoot
Hi everyone, I'm happy to announce the release of version 1.3 of the Google Plugin for Eclipse (http://code.google.com/eclipse). This release is designed to make life easier for developers using GWT and/or App Engine alongside third-party tools. For example, we've taken the pain out of using

Re: Remote HTTP fetch from Server not working?

2010-03-16 Thread vegbenz
So I discovered that I need to add any extra libraries into /war/WEB- INF/lib -- added apache httpclient, apache logging, and apache codec jars. Now I get this error --- java.net.Socket is a restricted class. Please see the Google App Engine developer's guide But the gwt docs seem to suggest i

Re: Client Bundle and Image Internationalization

2010-03-16 Thread Francisco Bischoff
Hello! I just made a project that has the same issue as yours: works in dev mode but not after compiled... I use apache2 server... Localized strings with .properties files work but localized images with imagename_fr.png doesnt... (works only in dev). Have you got to solve this issue? Thanks

Re: Multiple entrypoints? Or something else?

2010-03-16 Thread Francisco Bischoff
Yes, each subapp will have their own subfolder with their own nocache.js You set the correct nocache.js in your .html file -- Francisco Bischoff http://www.cirurgiaplastica.pro.br O mate está para o gaúcho como o chá para os ingleses, a coca para os bolivianos, o uísque para os escoceses e o

Re: Remote HTTP fetch from Server not working?

2010-03-16 Thread vegbenz
figured it out ! so for the benefit of anybody searching for this problem in the future, here you go: try { java.net.URL url = new URL(input); java.net.URLConnection urlConn = url.openConnection();

Re: Performance

2010-03-16 Thread raj
hi diaz, It seems to be complicated ,as you said.Anyway thanks a ton.I'll work on it,and get back to you with good news.. :) On Mar 15, 2:37 pm, SalvadorDiaz diaz.salva...@gmail.com wrote: Hi raj, I once had a similar problem with a GWT application, as it turned out, there was an

implementing hotkey/shortcut

2010-03-16 Thread zho.da...@gmail.com
Hi , is anyone know how to implement hotkey or shortcut, something liek ctrl+p, or ctrl+left click in GWT, how can i capture that??? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

[gwt-contrib] Re: Code Review Request: Fix flaxy MessageTransport test

2010-03-16 Thread Rajeev Dayal
I'm testing that if you try to use MessageTransport.executeRequestAsync(..) and the server side of the network has closed its input stream, then an exception will be thrown (an ExecutionException with an underlying cause of IllegalStateException). I don't think shutdownInput(..) would work,

[gwt-contrib] Add build.xml file with checkstyle target; pass checkstyle

2010-03-16 Thread rice
Reviewers: Ray Ryan, Description: Add build.xml file with checkstyle target; pass checkstyle Review by: rj...@google.com Please review this at http://gwt-code-reviews.appspot.com/218801 Affected files: M bikeshed/build.xml M

[gwt-contrib] Re: Don't ever set the base variable to null. It is supposed to be the empty string

2010-03-16 Thread spoon
I'm working on a test case for this tricky code, but it's going to take several hours to put together. Shall we put in the one-line fixes? The selection scripts as they are cause null pointer dereferences in some situations. http://gwt-code-reviews.appspot.com/219801 --

[gwt-contrib] Don't ever set the base variable to null. It is supposed to be the empty string

2010-03-16 Thread spoon
Reviewers: jgw, Description: Don't ever set the base variable to null. It is supposed to be the empty string if it hasn't been set yet. Please review this at http://gwt-code-reviews.appspot.com/219801 Affected files: M dev/core/src/com/google/gwt/core/linker/IFrameTemplate.js M

[gwt-contrib] Issue 4720: PopupPanel#removeFromParent doesn't remove glass

2010-03-16 Thread jlabanca
Reviewers: jgw, Description: Calling PopupPanel#removeFromParent or RootPanel.get().remove(popupPanel) does not hide the glass. Fix: = onUnload now uses ResizeAnimation to complete the hide process if the PopupPanel isn't already hidden. While the fix seems trivial, this bug actually

[gwt-contrib] Re: Don't ever set the base variable to null. It is supposed to be the empty string

2010-03-16 Thread jgw
On 2010/03/16 15:49:26, Lex wrote: I'm working on a test case for this tricky code, but it's going to take several hours to put together. Shall we put in the one-line fixes? The selection scripts as they are cause null pointer dereferences in some situations. That sounds fine to me for

Re: [gwt-contrib] Support runAsync with the cross-site linker.

2010-03-16 Thread Lex Spoon
On Mon, Mar 15, 2010 at 8:34 PM, Joel Webber j...@google.com wrote: That's great news, and will really help with efforts to make our linkers more sane. Out of curiosity, what's the strategy for loading fragments into the enclosing namespace (and yes, that's the sound of me being too lazy to

[gwt-contrib] [google-web-toolkit] r7735 committed - Created wiki page through web user interface.

2010-03-16 Thread codesite-noreply
Revision: 7735 Author: sp...@google.com Date: Tue Mar 16 09:29:56 2010 Log: Created wiki page through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=7735 Added: /wiki/CrossSiteRunAsync.wiki === --- /dev/null +++

[gwt-contrib] Update currency data to Unicode CLDR 1.7.2.

2010-03-16 Thread jat
Reviewers: shanjian, Description: Update currency data to Unicode CLDR 1.7.2. Patch by: jat Review by: shanjian Please review this at http://gwt-code-reviews.appspot.com/221801 Affected files: M user/src/com/google/gwt/i18n/client/impl/cldr/CurrencyData.properties M

Re: [gwt-contrib] Support runAsync with the cross-site linker.

2010-03-16 Thread Eric Ayers
Something is screwy with riedvelt, and I can't leave a comment on XSTemplate.js My comment isn't really about your patch in particular, but the patterns we are using in the linker templates. I wish that stanzas of code common to many linkers, like the calling of __gwtStatsEvent() could be

[gwt-contrib] DOMImpl#eventGetTypeInt returns NULL for unknown event types

2010-03-16 Thread jlabanca
Reviewers: Dan Rice, Description: DOMImpl#eventGetTypeInt returns NULL for unknown event types instead of an int, resulting in an exception. Fix: === Added default case that returns -1 and updated JavaDoc. Testing: Added a unit test. Please review this at

[gwt-contrib] Re: Update currency data to Unicode CLDR 1.7.2.

2010-03-16 Thread John Tamplin
On Tue, Mar 16, 2010 at 1:25 PM, Shanjian Li shanj...@google.com wrote: Do you think that we should only include currency that is being used, not those historical currency? Like following: -ZWD = Zimbabwe Dollar|Z$ +ZWD = Zimbabwean Dollar|Z$|0|1 +ZWL = Zimbabwean Dollar (2009) +ZWR =

[gwt-contrib] Re: DOMImpl#eventGetTypeInt returns NULL for unknown event types

2010-03-16 Thread rice
LGTM http://gwt-code-reviews.appspot.com/222801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Support runAsync with the cross-site linker.

2010-03-16 Thread Lex Spoon
On Tue, Mar 16, 2010 at 11:54 AM, Eric Ayers zun...@google.com wrote: Something is screwy with riedvelt, and I can't leave a comment on XSTemplate.js My comment isn't really about your patch in particular, but the patterns we are using in the linker templates. I wish that stanzas of code

[gwt-contrib] Avira and HTML/CryptedGen (again)

2010-03-16 Thread Matt Mastracci
We started getting reports of the HTML/Crypted.Gen being detected in our Chrome extension again. I've managed to reproduce it - the signature seems to be the exact set of strings they use: .fromCharCode .charCodeAt nodeValue for 0,0,0,0,0,0 Math.min I kid you not - this is their

Re: [gwt-contrib] Avira and HTML/CryptedGen (again)

2010-03-16 Thread John Tamplin
On Tue, Mar 16, 2010 at 2:07 PM, Matt Mastracci matt...@mastracci.comwrote: We started getting reports of the HTML/Crypted.Gen being detected in our Chrome extension again. I've managed to reproduce it - the signature seems to be the exact set of strings they use: .fromCharCode

Re: [gwt-contrib] Avira and HTML/CryptedGen (again)

2010-03-16 Thread Matt Mastracci
I kid you not - this is their signature for an encrypted JS virus. I can't seem to remove a single character from any of these tokens without turning it from a dangerous virus to a harmless bit of JS. Order doesn't seem to be important (although I haven't experimented with this that much).

[gwt-contrib] Re: One-line fix to SelectionScript's fallback logic for

2010-03-16 Thread spoon
http://gwt-code-reviews.appspot.com/183801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r7736 committed - Don't ever set the base variable to null. It is supposed to be the ...

2010-03-16 Thread codesite-noreply
Revision: 7736 Author: sp...@google.com Date: Tue Mar 16 08:43:23 2010 Log: Don't ever set the base variable to null. It is supposed to be the empty string if it hasn't been set yet. Review at http://gwt-code-reviews.appspot.com/219801 Review by: j...@google.com

[gwt-contrib] Re: Avira and HTML/CryptedGen (again)

2010-03-16 Thread Matt Mastracci
On Mar 16, 12:42 pm, Matt Mastracci matt...@mastracci.com wrote: Holy cow -- how do they think that is an acceptable measure?  Surely they could at least change the warning to say potentially dangerous JS or something rather than declaring it a virus. This probably will likely affect a

Re: [gwt-contrib] Support runAsync with the cross-site linker.

2010-03-16 Thread John Tamplin
On Tue, Mar 16, 2010 at 1:47 PM, Lex Spoon sp...@google.com wrote: Yes. Indeed, this fix originally went into the iframe linker and it was overlooked for the cross-site linker. Using more templating should help us not have to duplicate code so much. I was thinking in the short term to pull

[gwt-contrib] Update bikeshed/eclipse.README based on feedback from Dan

2010-03-16 Thread rjrjr
Reviewers: Dan Rice, Description: Update bikeshed/eclipse.README based on feedback from Dan Review by: r...@google.com Please review this at http://gwt-code-reviews.appspot.com/224801 Affected files: M bikeshed/eclipse.README Index: bikeshed/eclipse.README

[gwt-contrib] [google-web-toolkit] r7737 committed - Adding a default return value to eventGetTypeInt....

2010-03-16 Thread codesite-noreply
Revision: 7737 Author: jlaba...@google.com Date: Tue Mar 16 08:57:25 2010 Log: Adding a default return value to eventGetTypeInt. http://gwt-code-reviews.appspot.com/222801 Review by: r...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=7737 Modified:

  1   2   >