Re: GWT encoding problem

2010-09-22 Thread Thomas Van Driessche
Then how do i escape an é? It is very possible that's the problem... On Sep 21, 5:24 pm, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: On 21 September 2010 07:26, Thomas Van Driessche thomas.van.driessch...@gmail.com wrote: Hi, I have a problem that my values out of my properties files

Re: GWT encoding problem

2010-09-22 Thread Jim Douglas
Don't think in terms of encoding individual characters, just save the file in UTF-8 format from any text editor that allows you to select the character set. But, FWIW, é is U+00E9 (C3A9 in UTF-8). On Sep 21, 11:37 pm, Thomas Van Driessche thomas.van.driessch...@gmail.com wrote: Then how do i

help with pagingscrolltable

2010-09-22 Thread Nauman Badar
Hi Can someone help me in using pagingscrolltable/scrolltable cause I cannot find much help even on the google code for using them with UI-binder? Thanks in advance. *Best Regards Nauman Badar* -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

List in a GWT-RPC

2010-09-22 Thread Stefan Wokusch
Hello everybody, my architecture uses the Entities with mappinginformations for the server and the client. Best practise at the Servermodel means using List, Set and other Interfaces in the Model. This causes the GWT-RPC to use many unneccesary Classes here. This causes some warnings and many

Re: List in a GWT-RPC

2010-09-22 Thread Paul Robinson
Stefan Wokusch wrote: Hello everybody, my architecture uses the Entities with mappinginformations for the server and the client. Best practise at the Servermodel means using List, Set and other Interfaces in the Model. This causes the GWT-RPC to use many unneccesary Classes here. This

Re: RootLayoutPanel adds extra divs which makes it unusable. Why?

2010-09-22 Thread Thomas Broyer
On Sep 22, 4:20 am, macagain rgk...@gmail.com wrote: Thomas- can you elaborate on what each's purpose is... I've been wondering about the diff... thanks! As I said: RootLayoutPanel is a) a LayoutPanel that b) fills the viewport, whereas RootPanel just takes an existing element and turns it

Re: com.google.appengine.tools.admin.AdminException: Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=Mini-Aplicaciones+Empresarialesversion=1 40

2010-09-22 Thread Jose Manuel
Yes, i forget to change this ID. Thanks!!! On 21 sep, 15:58, Ikai Lan (Google) ikai.l+gro...@google.com wrote: What's your application ID? That URL doesn't look like it's a valid ID. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger:http://googleappengine.blogspot.com

GWT HTML5 OFFLINE NOT RUN

2010-09-22 Thread gadaleta.marco
Hi at all, I'm migrating my platform from gears to html5 tecnology. I try to get offline my app and i find this video: http://www.youtube.com/watch?v=omBURP0MxcI that say me how to create dynamically an manifest file. It works, but the app doesn't goes offline. I think that the problem is in the

Re: how do i do Gadget read/write file?

2010-09-22 Thread Alex
must go through server? can't the gadget create the file or read a file? is http://en.wikipedia.org/wiki/JavaScript#Security the reason why i cant do file access solely on the client side? On Sep 20, 11:41 am, nacho vela.igna...@gmail.com wrote: 1) Let the user upload a file to your server and

Re: External Javascript library in GWT (Canviz)

2010-09-22 Thread vkrejcirik
Note: If I create another HTML object with content: HTML image = new HTML(div id=\debug_output\/div); Then there are any error. But I see anything. There isn't picture either log message. Do you have any idea please? On 22 zář, 09:39, vkrejcirik vkrejci...@gmail.com wrote: I try to

Re: GWT encoding problem

2010-09-22 Thread Olivier TURPIN
Hilco gave the right answer, that's a maven log you've got to tell Maven to use UTF-8 during processing (otherwise it will fallback to system encoding : ) : project ... properties project.build.sourceEncodingUTF-8/project.build.sourceEncoding /properties ... /project Olivier. On

Re: External Javascript library in GWT (Canviz)

2010-09-22 Thread vkrejcirik
I think, that I forgot call: canviz.draw(); But I still have error: com.google.gwt.core.client.JavaScriptException: (TypeError): Cannot read property 'canvasColor' of undefined stack: TypeError: Cannot read property 'canvasColor' of undefined at klass.draw

Re: serializing classes in GWT w/o source code

2010-09-22 Thread mP
Decompile it if you have the right or create your own class with the same properties and send that over RPC rather than the original. -- 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: Chat with GWT

2010-09-22 Thread Stefan Bachert
Hi, you can't call getMessage() from the servlet. You seems to have a weird understanding of client-server communication. Any class you have showed us are client classes (browser). No idea how you call anything from servlet. You may use GWT-RPC for communication (and you should have a look on

RE: Chat with GWT

2010-09-22 Thread Victor Machado
Thank you for the answer. What is COMET? How can i use it? Hi, you can't call getMessage() from the servlet. You seems to have a weird understanding of client-server communication. Any class you have showed us are client classes (browser). No idea how you call anything from servlet.

Re: Why is getOffsetWidth/getOffsetHeight returning 0 even after onLoad is called for LayoutPanel children?

2010-09-22 Thread Damon Lundin
On Sep 21, 10:28 pm, Didier DURAND durand.did...@gmail.com wrote: Did you check if you have the issue on all browsers: I have it on Webkit based browsers (Safari + Chrome) but not on IE and FF. I was remiss in leaving that info out. I am having this problem on both IE 6 and FF 3.6. Although

Re: GWT Designer not available ...

2010-09-22 Thread Eric Clayberg
We were not able to reproduce this using either GWT/Java or UiBinder. Please post a test case project to our GWT Designer support forum that we can take a look at. On Sep 21, 11:55 pm, jim9 jilam9...@gmail.com wrote: textBox widget error: I'm run into problem with textBox in the new GWT

Go Homepage (1/2)

2010-09-22 Thread obesga
In my project, when the user exists the page must redirect to the browser homepage. I've developed this code, but It doesnt' work CODE ON MY GWT COMPOSITE Button btGoHome = new Button(Exit, new ClickHandler() { public void onClick(ClickEvent clickEvent) {

Re: Go Homepage (2/2)

2010-09-22 Thread obesga
(Sorry to selft-reply, but I want to get clear between code and error ) It compiles ok, but on browser it doesn't work - it makes a 'phantom' reload on the current page but it stays on actual page and nothing work again. 'GWT Development Mode' window doesn't log any exception, the last message

Re: Go Homepage (2/2)

2010-09-22 Thread obesga
I've finally make it work, it was my fault In native function, it must be '$wnd' and not 'window'. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe

Had this idea: macros for CssResources. What do you think?

2010-09-22 Thread Gal Dolber
Started an issue here: http://code.google.com/p/google-web-toolkit/issues/detail?id=5301can=4colspec=ID%20Type%20Status%20Owner%20Milestone%20Summary%20Stars -- Guit: Elegant, beautiful, modular and *production ready* gwt applications. http://code.google.com/p/guit/ -- You received this

MenuBar and EventBus

2010-09-22 Thread taldos
I'm am looking to use the basic GWT MenuBar class in conjunction with the eventBus. In doing so I've found myself stuck and could use some help The menuBar.addItem(name, command) method requires a command be returned for each new menuItem being added at runtime. However since I am looking to

Re: MenuBar and EventBus

2010-09-22 Thread jocke eriksson
just delegate the event from the command class psudo code menuBar.addItem(name, new Command(){ @Override public void execute() { eventBus.fireEvent(new MyEvent()); } }); 2010/9/22 taldos mwamuf...@gmail.com I'm am looking to use the basic GWT MenuBar class in

Re: Chat with GWT

2010-09-22 Thread Thomas Martin
Can you give the error you got ? Generally, it is better to implements IsSerializable, which is the serialization interface of GWT, rather than Serializable, which is the classic Java serialization interface, which should work but causes sometimes some issues. -- You received this message

How to disable a Horizontal Panel

2010-09-22 Thread Nitin
HEY! I have a an issue to be addressed. I am using Horizontal Panel on a form To add a few widgets like suggestBox, anchor etc. Now, when i click submit button, i should disable all the widgets on the panel. I am unable to do it for suggest box and the anchor. So can u help me if there are any

GWT Designer

2010-09-22 Thread Noor
Hi, me fr Google is doing a great concerning GWT. But recently, after the release of GWT designer, I am trying to install the plugin for Eclipse 3.6, but I am getting an error. I have tried it on Mac OSx as well as Windows. I was trying to contact google to report this error but I am not finding

Using C / CGI for server-side programming still a reasonable thing to do?

2010-09-22 Thread Michael
Given PHP, and all the other alternatives is C / CGI still a reasonable way to go? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group,

CPU utilization on IE6.0 because of Mousemove event

2010-09-22 Thread sm
Hi, We are using GWT 2.0.3 version. We have not written any handlers for mousemove event. Some how application is calling the mousemove event and this results in high CPU utilization. Is mouse move event handler is out of box function? How can we disable this to increase the performance of the

Singleton Class in Development Mode

2010-09-22 Thread Moshe Solomon
I'm not sure if this is because of the GWT plugin, but maybe you guys know... I have a Singleton class which I use to store the user authentication. But When I reload my page (with F5) the singleton is reloaded, as if the VM is restarted. public class AuthenticationManager { private

Servlets in different projects

2010-09-22 Thread MMSC
Help! I want to separate out my servlets into a separate project. I have two projects, ProjectA and MyUtils. Everything associatated with my servlets (i.e. Service, Async, Imp files) are in the appropriate directory in MyUtils Project A compiles and runs happily calling client side classes

MVP - model question

2010-09-22 Thread mike b
The Google's Contacts example is nice for showing events, history, and the MVP pattern, but too simplistic to really show complex models. I have a situation where I would like to use the same model object between several presenters. Also note that this model object is created on the client side

Using the value of title throughout the document?

2010-09-22 Thread RRRaney
Hello, How can I use the value contained in the title in other places in the document. All of the posts that I can find want to explain that the title is not the h1, I know that. I would just like to reuse the value of the title. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01

GWT DESIGNER NOT WORKING WITH GWT SDK 2.0.4

2010-09-22 Thread Alessio unibs
GoodMorning, i'm a new GWT user, i installed gwt and GWT designer as eclipse plugins. But when i tried to pass in design mode with the WIndowBuilder Editor, i obtain the following error: java.lang.NoClassDefFoundError: Could not initialize class com.google.gwt.dev.shell.ie.util.Utils at

Re: What is the appropriate data structure for a list of books, their authors, and publication dates?

2010-09-22 Thread opprmn
Q1: I need a data structure suitable for the above description How about a simple Book bean with properties for author, title, and publication date? To display the books on the client, a GWT FlexTable or Grid would be very appropriate ... Q2: Is there someway I can automate conversion from

Sending serial port data to Datastore from a Python script??

2010-09-22 Thread Nick Evans
Hello everyone. I'm trying to find the best/just a good way to send data to Datastore using a local Python (or C) script. I have data coming in the serial port from some hardware and I need to upload it to the server somehow. Here's what I have to work with: Local data source options: Serial

Re: Singleton Class in Development Mode

2010-09-22 Thread Chris Conroy
Assuming this is on the client side, each refresh gets its own ClassLoader. So, you won't be able to persist state on the client across a refresh this way. The VM is not spun up again, but the effect is similar for this use case. On Wed, Sep 22, 2010 at 12:34 PM, Moshe Solomon udel...@gmail.com

Re: GWT Designer

2010-09-22 Thread Katharina Probst
Hi Noor, sorry you're having trouble. It would be helpful if you could give us the specific error you're getting (as well as OS, eclipse, GPE, and GWT designer versions). That might make it easier to track down what's going on. One question: this is not, by any chance, your problem?

DialogBox UiBinder - how to get a hidden DialogBox by default?

2010-09-22 Thread marius.andreiana
Hi, See here a nice example of using DialogBox UiBinder http://pastie.org/816302 How can one get the initial DialogBox state to be hidden with a uiBinder property? Widget code will show it later on some specific user actions. As a workaround, in widget constructor I tried widget =

Re: DialogBox UiBinder - how to get a hidden DialogBox by default?

2010-09-22 Thread Gal Dolber
As it is a popup it is hidden by default. Also, there is no need to wrap it in a HTMLPanel http://pastie.org/1175329 On Wed, Sep 22, 2010 at 4:10 PM, marius.andreiana marius.andrei...@gmail.com wrote: Hi, See here a nice example of using DialogBox UiBinder http://pastie.org/816302 How

Re: DialogBox UiBinder - how to get a hidden DialogBox by default?

2010-09-22 Thread marius.andreiana
On Sep 22, 11:21 pm, Gal Dolber gal.dol...@gmail.com wrote: As it is a popup it is hidden by default. For me, with gwt 2.0.4, it's shown by default. I'm declaring g:DialogBox inside a UiBinder HTMLPanel tag, among other widgets. -- You received this message because you are subscribed to the

Re: GWT Designer

2010-09-22 Thread Noor
To Katharina Probst: I have sent u a mail containing a screen shot of the error message. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this

Re: Using C / CGI for server-side programming still a reasonable thing to do?

2010-09-22 Thread Falcon
I'm not sure why you'd want to when there's PHP, Perl, Python, Ruby, Java, etc. Unless there's some special reason to use C that I don't know about you'll probably be a lot more productive using a higher level language. The GWT forum is kind of a strange place for this question. Java is certainly

Re: DialogBox UiBinder - how to get a hidden DialogBox by default?

2010-09-22 Thread Thomas Broyer
On 22 sep, 22:47, marius.andreiana marius.andrei...@gmail.com wrote: On Sep 22, 11:21 pm, Gal Dolber gal.dol...@gmail.com wrote: As it is a popup it is hidden by default. For me, with gwt 2.0.4, it's shown by default. I'm declaring g:DialogBox inside a UiBinder HTMLPanel tag, among other

Center of DockLayoutPanel gives incorrect size to VerticalPanel

2010-09-22 Thread James Moore
I'm creating a structure that looks like: dockLayoutPanel verticalPanel scrollPanel grid But if I fill the grid with rows so it's larger than the screen, the vertical panel size extends below the bottom of the dockLayoutPanel's center region. Why? If I skip the vertical panel, and

Checkbox in new CellTable?

2010-09-22 Thread Jambi
Hey guys, is it possible somehow to insert a checkbox column for each row in the new CellTable widget? I can´t manage it :/ A code snippet would be useful. best regards, Michael -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

History.back() bug in Firefox

2010-09-22 Thread Thad
Has anyone experienced a problem with History.back() misbehaving in Firefox after a FormPanel.submit()? I'm showing a pop-up dialog with several options, among the uploading a file. If the dialog is closed any other way, History.back() works. But if the user submits the form-- and the

Re: GWT DESIGNER NOT WORKING WITH GWT SDK 2.0.4

2010-09-22 Thread Eric Clayberg
GWT Designer works quite well with GWT 2.0.4. This specific error... java.lang.NoClassDefFoundError: Could not initialize class com.google.gwt.dev.shell.ie.util.Utils ...looks like something may be wrong with your actual GWT/GPE installation. I would recommend doing a new install of the GPE

Re: DialogBox UiBinder - how to get a hidden DialogBox by default?

2010-09-22 Thread marius.andreiana
On Sep 23, 1:11 am, Thomas Broyer t.bro...@gmail.com wrote: On 22 sep, 22:47, marius.andreiana marius.andrei...@gmail.com wrote: On Sep 22, 11:21 pm, Gal Dolber gal.dol...@gmail.com wrote: As it is a popup it is hidden by default. For me, with gwt 2.0.4, it's shown by default. I'm

Correctly implementing history

2010-09-22 Thread Greg Dougherty
So I swiped the code at http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html, and have somewhat implemented History. HTe problem is I haven't completely implemented it. If my app is running, going forward and backward in the history works just grand. I can even paste

Re: Checkbox in new CellTable?

2010-09-22 Thread Gal Dolber
Look for CheckBoxCell On Wed, Sep 22, 2010 at 6:26 PM, Jambi michael.lukaszc...@googlemail.comwrote: Hey guys, is it possible somehow to insert a checkbox column for each row in the new CellTable widget? I can´t manage it :/ A code snippet would be useful. best regards, Michael -- You

Re: Correctly implementing history

2010-09-22 Thread lineman78
I am assuming that you just have history listeners everywhere that matters. There are multiple ways you can fix this, you can look at the value of the history token in the constructors, or you might simply be able to call History.fireCurrentHistoryState() right after you add your listener. On

Re: Singleton Class in Development Mode

2010-09-22 Thread lineman78
Which is the way it should correctly act because that is how Javascript acts. If you want a singleton to span multiple tabs and sessions go back to an applet. If you want similar behavior in javascript you need to use cookies, but be aware of the associated security issues. On Sep 22, 10:34 am,

Re: GWT Designer

2010-09-22 Thread Katharina Probst
The screen shot seems to indicate that you're not getting what you need from the update site. This can happen when you use the wrong update site (e.g., when you're running eclipse 3.5 but using the update site for 3.6.) Could you make sure this is not the problem? Thanks, kathrin On Wed, Sep

Expose custom GWT widgets via JavaScript

2010-09-22 Thread gabriel
I'm looking for a good pattern or example of building custom GWT widgets and then exposing them via a JavaScript api. I've seen a lot of examples on how to wrap JavaScript libraries in GWT but not a lot on the reverse. I have seen the basic examples in the documentation on exposing simple

Re: History.back() bug in Firefox

2010-09-22 Thread Sven Brunken
http://code.google.com/p/google-web-toolkit/issues/detail?id=624 On Sep 23, 12:30 am, Thad thad.humphr...@gmail.com wrote: Has anyone experienced a problem with History.back() misbehaving in Firefox after a FormPanel.submit()?  I'm showing a pop-up dialog with several options, among the

GWT - javascript result is not encoding correctly!

2010-09-22 Thread Rodrigo Teixo
Hi all. I have made a simple module and a html with UTF-8 enconding. The javascript result page did not encode the dinamic result in the same way. Look this code fragment: public void onModuleLoad() { stocksFlexTable.setHTML(0, 0, Cor);

Re: GWT - javascript result is not encoding correctly!

2010-09-22 Thread Didier DURAND
Hi Rodrigo, Do you work with Eclipse, if yes verify File Properties Resources Text file encoding This property has to be set to UTF-8. regards didier On Sep 23, 2:38 am, Rodrigo Teixo horariofa...@gmail.com wrote: Hi all. I have made a simple module and a html with UTF-8 enconding. The

Re: GWT Designer

2010-09-22 Thread Noor
Is there a standalone application that I can install without passing through eclipse On Sep 23, 4:24 am, Katharina Probst kpro...@google.com wrote: The screen shot seems to indicate that you're not getting what you need from the update site.  This can happen when you use the wrong update site

Re: GWT Designer

2010-09-22 Thread Noor
Hi, I think it is the 6th time I am trying to install it. I am using the correct version but in vain. The error is the same An error occurred while collecting items to be installed session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=,

Re: GWT Designer

2010-09-22 Thread Noor
I am using the correct version, I am already tried 6 times but in vain. There error is still An error occurred while collecting items to be installed session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Unknown Host:

Re: Rich Internet Application with GWT

2010-09-22 Thread lalit
I would suggest rather than focussing on complexity of technology, focus on building a functional and usable system and let the technology get driven by it. First outline in terms of use cases/ stories what you want to achieve and how to achieve can follow it. When you say complex bidding system

Tablayout panel does not renders the content

2010-09-22 Thread lalit
I have a structure similar to following g:TabLayoutPanel ui:field=rightTabPanel width=100% height=100% barUnit=EM barHeight=3 g:tab g:headerGraph/g:header g:FlowPanel ui:field=graphContent/ /g:tab g:tab g:headerData/g:header

Re: [gwt-contrib] Re: RPC vs DeRPC in 2.1

2010-09-22 Thread Johan Rydberg
Hi, AFAICT, RequestFactory (as it will be in 2.1, as it should be in M4) seems to be what you're looking for: - fast: pure JSON (will use native JSON if available, falling back to json2.js otherwise) - no stack dependency: your entity proxies are JavaScriptObjects directly parsed

Re: [gwt-contrib] Re: RPC vs DeRPC in 2.1

2010-09-22 Thread David
Ok, I'll keep my fingers crossed! David On Tue, Sep 21, 2010 at 2:59 PM, Thomas Broyer t.bro...@gmail.com wrote: On Sep 21, 11:44 am, stuckagain david.no...@gmail.com wrote: GWT contributors, Will there be a production quality RPC mechanism available in GWT 2.1 as part of the

[gwt-contrib] Re: Replaces the public and obnoxious String EntityProxy#getId() with the (issue902801)

2010-09-22 Thread t . broyer
http://gwt-code-reviews.appspot.com/902801/diff/20001/21013 File user/src/com/google/gwt/app/place/AbstractProxyEditActivity.java (right): http://gwt-code-reviews.appspot.com/902801/diff/20001/21013#newcode147 user/src/com/google/gwt/app/place/AbstractProxyEditActivity.java:147: stableId =

[gwt-contrib] Re: RPC vs DeRPC in 2.1

2010-09-22 Thread Thomas Broyer
On Sep 22, 8:35 am, Johan Rydberg johan.rydb...@edgeware.tv wrote: Hi, AFAICT, RequestFactory (as it will be in 2.1, as it should be in M4) seems to be what you're looking for:   - fast: pure JSON (will use native JSON if available, falling back to json2.js otherwise)   - no stack

[gwt-contrib] Re: Rename RequestObject-Request and pull the 'with' method into it (issue909801)

2010-09-22 Thread rjrjr
LGTM Thanks, Dan http://gwt-code-reviews.appspot.com/909801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Replaces the public and obnoxious String EntityProxy#getId() with the (issue902801)

2010-09-22 Thread Ray Ryan
That change is in review. On Wed, Sep 22, 2010 at 2:14 AM, t.bro...@gmail.com wrote: http://gwt-code-reviews.appspot.com/902801/diff/20001/21013 File user/src/com/google/gwt/app/place/AbstractProxyEditActivity.java (right):

Re: [gwt-contrib] Re: RPC vs DeRPC in 2.1

2010-09-22 Thread BobV
RequestFactory is good for any kind of bean-like-object. If you look at the DynaTableRf sample, the backing store is a trivial list of in-memory objects. There is a simplistic transaction model in the app to demonstrate JSR 303 validation. The most important design aspect of RequestFactory is

[gwt-contrib] Make RequestFactory.getHistoryToken() play nicely with RF.getClass() and RF.getProxyId(). (issue911801)

2010-09-22 Thread bobv
Reviewers: rjrjr, pdr, Description: Make RequestFactory.getHistoryToken() play nicely with RF.getClass() and RF.getProxyId(). Patch by: bobv Review by: rjrjr, pdr Please review this at http://gwt-code-reviews.appspot.com/911801/show Affected files: M

[gwt-contrib] Re: Make RequestFactory.getHistoryToken() play nicely with RF.getClass() and RF.getProxyId(). (issue911801)

2010-09-22 Thread rjrjr
http://gwt-code-reviews.appspot.com/911801/diff/1/4 File user/src/com/google/gwt/requestfactory/client/impl/RequestFactoryJsonImpl.java (right): http://gwt-code-reviews.appspot.com/911801/diff/1/4#newcode201 user/src/com/google/gwt/requestfactory/client/impl/RequestFactoryJsonImpl.java:201: if

[gwt-contrib] Re: Reduce DevMode memory footprint by using a WeakInterner for potentially duplicated strings (issue870801)

2010-09-22 Thread conroy
http://gwt-code-reviews.appspot.com/870801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Make RequestFactory.getHistoryToken() play nicely with RF.getClass() and RF.getProxyId(). (issue911801)

2010-09-22 Thread bobv
http://gwt-code-reviews.appspot.com/911801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Make RequestFactory.getHistoryToken() play nicely with RF.getClass() and RF.getProxyId(). (issue911801)

2010-09-22 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/911801/diff/6001/7004 File user/src/com/google/gwt/requestfactory/shared/RequestFactory.java (right): http://gwt-code-reviews.appspot.com/911801/diff/6001/7004#newcode7 user/src/com/google/gwt/requestfactory/shared/RequestFactory.java:7: * gotta love

[gwt-contrib] [google-web-toolkit] r8838 committed - Placeholder for RC1 Maven and GPE artifacts.

2010-09-22 Thread codesite-noreply
Revision: 8838 Author: rda...@google.com Date: Wed Sep 22 10:34:59 2010 Log: Placeholder for RC1 Maven and GPE artifacts. http://code.google.com/p/google-web-toolkit/source/detail?r=8838 Added: /2.1.0.RC1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8840 committed - Make RequestFactory.getHistoryToken() play nicely with RF.getClass() a...

2010-09-22 Thread codesite-noreply
Revision: 8840 Author: gwt.mirror...@gmail.com Date: Wed Sep 22 10:48:33 2010 Log: Make RequestFactory.getHistoryToken() play nicely with RF.getClass() and RF.getProxyId(). Patch by: bobv Review by: rjrjr, pdr Review at http://gwt-code-reviews.appspot.com/911801

[gwt-contrib] [google-web-toolkit] r8841 committed - Added placeholder directories for the GWT Maven artifacts and the GPE ...

2010-09-22 Thread codesite-noreply
Revision: 8841 Author: rda...@google.com Date: Wed Sep 22 10:55:20 2010 Log: Added placeholder directories for the GWT Maven artifacts and the GPE update site. http://code.google.com/p/google-web-toolkit/source/detail?r=8841 Added: /2.1.0.RC1/eclipse /2.1.0.RC1/eclipse/plugin

Re: [gwt-contrib] [google-web-toolkit] r8838 committed - Placeholder for RC1 Maven and GPE artifacts.

2010-09-22 Thread Patrick Julien
Hmm, does that mean we would still be stuck using only static methods? I mean, it's not that far out to introduce a helper class to find types. On Wed, Sep 22, 2010 at 1:35 PM, codesite-nore...@google.com wrote: Revision: 8838 Author: rda...@google.com Date: Wed Sep 22 10:34:59 2010 Log:

[gwt-contrib] [google-web-toolkit] r8842 committed - Add the gwt-maven-plugin to the RC1 maven repository.

2010-09-22 Thread codesite-noreply
Revision: 8842 Author: rda...@google.com Date: Wed Sep 22 10:58:17 2010 Log: Add the gwt-maven-plugin to the RC1 maven repository. http://code.google.com/p/google-web-toolkit/source/detail?r=8842 Added: /2.1.0.RC1/gwt/maven /2.1.0.RC1/gwt/maven/org /2.1.0.RC1/gwt/maven/org/codehaus

[gwt-contrib] [google-web-toolkit] r8843 committed - Fix test build break caused by race condition with the RequestObject-...

2010-09-22 Thread codesite-noreply
Revision: 8843 Author: b...@google.com Date: Wed Sep 22 08:01:01 2010 Log: Fix test build break caused by race condition with the RequestObject-Request rename change. Patch by: bobv Review by: rjrjr http://code.google.com/p/google-web-toolkit/source/detail?r=8843 Modified:

[gwt-contrib] Some Small logging cleanup (issue875802)

2010-09-22 Thread unnurg
Reviewers: amitmanjhi, Description: Some Small logging cleanup - Use server error reporting in RF - Some documentation fixes - Create inherits module for projects using logging classes but not enabling loggin Please review this at http://gwt-code-reviews.appspot.com/875802/show Affected

Re: [gwt-contrib] [google-web-toolkit] r8838 committed - Placeholder for RC1 Maven and GPE artifacts.

2010-09-22 Thread Rajeev Dayal
Sorry, I'm not sure what you're referring to here. On Wed, Sep 22, 2010 at 1:58 PM, Patrick Julien pjul...@gmail.com wrote: Hmm, does that mean we would still be stuck using only static methods? I mean, it's not that far out to introduce a helper class to find types. On Wed, Sep 22, 2010

[gwt-contrib] [google-web-toolkit] r8844 committed - Prevent any upcast polymorphism in tests. It is not supported....

2010-09-22 Thread codesite-noreply
Revision: 8844 Author: amitman...@google.com Date: Wed Sep 22 09:03:56 2010 Log: Prevent any upcast polymorphism in tests. It is not supported. Patch by: amitmanjhi Review by: cromwellian http://code.google.com/p/google-web-toolkit/source/detail?r=8844 Modified:

[gwt-contrib] Add base64 encoding and decoding to JsonRequestProcessor.java and changes the delimiter we use t... (issue885803)

2010-09-22 Thread pdr
Reviewers: rjrjr, Description: Add base64 encoding and decoding to JsonRequestProcessor.java and changes the delimiter we use to '@'. Please review this at http://gwt-code-reviews.appspot.com/885803/show Affected files: M

Re: [gwt-contrib] [google-web-toolkit] r8838 committed - Placeholder for RC1 Maven and GPE artifacts.

2010-09-22 Thread Patrick Julien
Using RequestFactory, we can only call static methods on the server now correct? On Wed, Sep 22, 2010 at 3:09 PM, Rajeev Dayal rda...@google.com wrote: Sorry, I'm not sure what you're referring to here. On Wed, Sep 22, 2010 at 1:58 PM, Patrick Julien pjul...@gmail.com wrote: Hmm, does that

[gwt-contrib] Re: Add base64 encoding and decoding to JsonRequestProcessor.java and changes the delimiter we use t... (issue885803)

2010-09-22 Thread conroy
On 2010/09/22 19:27:55, pdr wrote: a question related to your change: why do we have 3 different Base64 encoders in the GWT source? AbstractResourceContext.toBase64 Base64Utils.toBase64 LongLib.toBase64 http://gwt-code-reviews.appspot.com/885803/show --

[gwt-contrib] Re: Add base64 encoding and decoding to JsonRequestProcessor.java and changes the delimiter we use t... (issue885803)

2010-09-22 Thread rjrjr
LGTM presuming samples/expenses and DynaTableRF still work. In particular, remember bob's Favorites smoke test: see that favorites selection survive browser refresh http://gwt-code-reviews.appspot.com/885803/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8845 committed - Reduce DevMode memory footprint by using a WeakInterner for potentiall...

2010-09-22 Thread codesite-noreply
Revision: 8845 Author: con...@google.com Date: Wed Sep 22 11:03:58 2010 Log: Reduce DevMode memory footprint by using a WeakInterner for potentially duplicated strings Review at http://gwt-code-reviews.appspot.com/870801 Review by: sco...@google.com

[gwt-contrib] Re: Some Small logging cleanup (issue875802)

2010-09-22 Thread Amit Manjhi
LGTM, with the change that the testServerFailure() in RequestFactoryTest be split into two, as we talked about in person. On Wed, Sep 22, 2010 at 11:48 AM, unn...@google.com wrote: Reviewers: amitmanjhi, Description: Some Small logging cleanup - Use server error reporting in RF - Some

[gwt-contrib] [google-web-toolkit] r8846 committed - Add base64 encoding and decoding to JsonRequestProcessor.java and chan...

2010-09-22 Thread codesite-noreply
Revision: 8846 Author: p...@google.com Date: Wed Sep 22 11:52:53 2010 Log: Add base64 encoding and decoding to JsonRequestProcessor.java and changes the delimiter we use to '@'. Review at http://gwt-code-reviews.appspot.com/885803 Review by: rj...@google.com

[gwt-contrib] Fixing a bug with images used in CellTree, CellBrowser, and IconCellDecorator in browsers that b... (issue912801)

2010-09-22 Thread jlabanca
Reviewers: rice, Description: Fixing a bug with images used in CellTree, CellBrowser, and IconCellDecorator in browsers that bundle images (IE). Currently, these classes incorrectly construct an image from the ImageResource. This patch makes them use AbstractImageProto to create the HTML for

[gwt-contrib] Re: Fixing a bug with images used in CellTree, CellBrowser, and IconCellDecorator in browsers that b... (issue912801)

2010-09-22 Thread jlabanca
FYI - the bug is that ImageBundles aren't spriting correctly because we abuse the center center background position to center the image vertically. It looks fine on FF/Chrome because they use data URLs, but in IE you get centered on the image bundle itself. And sorry about the auto-format foo

[gwt-contrib] [google-web-toolkit] r8848 committed - Rolls back r8845, Reduce DevMode memory footprint by using a WeakInte...

2010-09-22 Thread codesite-noreply
Revision: 8848 Author: rj...@google.com Date: Wed Sep 22 14:10:47 2010 Log: Rolls back r8845, Reduce DevMode memory footprint by using a WeakInterner for potentially duplicated strings, due to NullPointerExceptions in gwtc Review by: sco...@google.com

[gwt-contrib] Re: Fix what appears to be a minor typo in the shared class template (issue871802)

2010-09-22 Thread Ray Ryan
Thanks, lgtm On Wed, Sep 22, 2010 at 5:59 PM, bd...@google.com wrote: On 2010/09/20 05:03:20, bduff wrote: ping http://gwt-code-reviews.appspot.com/871802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors