Re: Ganymede Eclipse Plugin for GWT 2.2 Errors

2011-03-05 Thread sandeepgiri
Same issue with me. I downloaded fresh ganymede because helios/galilo also didnt work on my macbook. It seams I am stuck totally. I had a working ganymede+gwt but it asked me update and afterwards gwt started giving some WSDL not found. So, downled helios/galilio both for 64/32 bit for Cocoa jee

None of the eclipse versions are working with the current GWT release!!!

2011-03-05 Thread sandeepgiri
Dear All, Which version of eclipse will work with the current version of GWT on my macosx snow leaopard? I have tried the following but nothing seams to work: eclipse ganymede jee carbon 32 bit eclipse ganymede java carbon 32 bit eclipse galilio jee cocoa 32 bit eclipse galilio jee carbon

Re: None of the eclipse versions are working with the current GWT release!!!

2011-03-05 Thread András Csányi
On 5 March 2011 10:25, sandeepgiri sandeepg...@gmail.com wrote: Dear All, Which version of eclipse will work with the current version of GWT on my macosx snow leaopard? I have tried the following but nothing seams to work: eclipse ganymede  jee carbon 32 bit eclipse ganymede  java carbon 32

Re: What is the purpose of the files hosted.html and clear.cache.gif ? should they be included in final deployment ?

2011-03-05 Thread Thomas Broyer
IIRC, clear.cache.gif is used for ImageBundle-s (and Image widget in clipped state). hosted.html can be useful to somehow debug your app in production (or more likely testing/QA): launch DevMode in -noserver mode and open your production app (with the ?gwt.codesvr=...); but otherwise you can

Re: organization of large gwt project: how to correctly break an app into GIN, Guice, GWT and Maven modules

2011-03-05 Thread Thomas Broyer
Simply reference the typezip/type dependency: dependency groupId${project.groupId}/groupId artifactIdgwt-client/artifactId version${project.version}/version typezip/type scoperuntime/scope /dependency ... plugin artifactIdmaven-war-plugin/artifactId

Multi Gwt Project

2011-03-05 Thread Marco Gadaleta
Hello everyone, i want put a question relative a kind of multi-project project implementation . I have 2 gwt modules (Main Project, X Project). i want to load X Project into Main Project with the possibility to pass values between modules. What is the best practies? Thx, Marco -- Marco --

Re: RequestFactoryEditorDriver example?

2011-03-05 Thread Vasily
I've tried that and got Attempting to edit an EntityProxy previously edited by another RequestContex... :( Could somebody help me understand what kind of driver should I use... 1. I have ContactProxy which have ListPhoneProxy 2. User may add/edit/remove phones, so I wrote my own editor on the

popuppanel cannot autohide

2011-03-05 Thread Luke
i tested popuppanel unable to autohide in internet explorer 7 , but run well in firefox. is this a bug? can anyone confirm this so that i can fill an issue? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: None of the eclipse versions are working with the current GWT release!!!

2011-03-05 Thread Sandeep Giri
For ganymede, I am getting some p2 is not found. For galileo and helios, after the installation is finished successfully, I get This feature is not available on clicking on the New web app project icon. I will update you soon. Looks like it has something to do with my settings because I just

Re: RequestFactoryEditorDriver example?

2011-03-05 Thread Thomas Broyer
On Saturday, March 5, 2011 12:26:04 PM UTC+1, Vasily wrote: I've tried that and got Attempting to edit an EntityProxy previously edited by another RequestContex... :( Could somebody help me understand what kind of driver should I use... 1. I have ContactProxy which have ListPhoneProxy

Re: RequestFactoryEditorDriver example?

2011-03-05 Thread Vasily
2. User may add/edit/remove phones, so I wrote my own editor... The second step is not required; it entirely depends how persisting the ContactProxy works (whether it would persist a new Phone or the Phone has to be persisted on its own). C'est bon :) I want Phones to be persisted by edit

Re: Multi Gwt Project

2011-03-05 Thread Y2i
A module is just a library. When you call RootLayoutPanel.get().add(myPanel) you pass myPanel to com.google.gwt.user.client.ui.User module. There is no magic in passing the values between modules, just a method call. -- You received this message because you are subscribed to the Google

can GWT Compiler compile jar files containing Java .class files into JavaScript ?

2011-03-05 Thread zixzigma
Hello Everyone, summary: can GWT Compiler take a JAR file containing Java* .class* files and compiles it to JavaScript ? (given I have followed GWT JRE Whitelist, and have not used anything that is not emulated) background: Let's say I have written code using GWT, and then I use *javac* to

is there a command line GWT Compiler ? gwtc MyGWTClass.java ?

2011-03-05 Thread zixzigma
do you know if there is a command-line GWT Compiler ? something like: gwtc MyGWTClass.java ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this

Re: is there a command line GWT Compiler ? gwtc MyGWTClass.java ?

2011-03-05 Thread Ryan Mehregan
Please have a look at GWT Documentation on GWT Compiler Options http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#DevGuideCompilerOptions java -cp path/to/gwt-dev.jar com.google.gwt.dev.Compiler to simplify this,you can add gwt-dev.jar to your $PATH, and make a

Strange place and hyperlink behavior

2011-03-05 Thread Rikard Hultén
I have set up the simple mvp example with activities, places and so forth. My onModuleLoad is more or less copy-pasted from the documentation. Now to the fun part, when I click an hyperlink that forwards to the placeController goTo-method it correctly goes to the that place and activity,

the response could not be deserialized - HELP

2011-03-05 Thread GrahamH
Hey all, I'm trying to add a SystemAccount class to my project by using the emailAddress of the loginInfo as an ID for my SystemAccount class. I've added a SystemAccountService and SystemAccountServiceAsync interfaces that contains the method to addAccount() and getAccount() which would be stored

Re: can GWT Compiler compile jar files containing Java .class files into JavaScript ?

2011-03-05 Thread Y2i
If a jar file has *.java files placed alongside *.class files the GWT compiler should have no problem. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To

Events: One handler many sources

2011-03-05 Thread manstis
Hi, Perhaps I horribly misunderstand GWT's event mechanism, but I am struggling with wiring up the following scenario with the usual Handler, Event types... * I have one Handler of a specific event type * I have multiple sources of the same event type I didn't want to add HasXXXHandler to every

Re: Database jdbc

2011-03-05 Thread Juan Pablo Gardella
Post the stacktrace if you want help. Juan 2011/3/4 Mohammed Magdi moh_ma...@acm.org i write the conn part in server part and it run and failed to access the db and i tried the java code only and he can access the data base in java project not GWT ??!! magdi thanks On Fri, Mar 4, 2011

Re: GWT external jars on client side

2011-03-05 Thread Juan Pablo Gardella
You can if you make a module and for the jars (include the sources) contains classes that can be compiled by the gwt compiler 2011/3/4 azuniga alessandro.zun...@gmail.com Is it possible to use external jars on the client side? For example I'm trying to create a project that call BIRT jars on

Re: Strange place and hyperlink behavior

2011-03-05 Thread Erik Bens
Just read through the documentation of Hyperlink. It forwards to the given place in an attribute. If it's not set it forwards to the default place. Result: Your handler forwards to the correct page and then history token of the hyperlink is the next token and brings you to the default place.

Re: Strange place and hyperlink behavior

2011-03-05 Thread Rikard Hultén
Thank you very much, that wasn't clear to me from the api doc of hyperlink. Out of curiosity, why does it work to ctrl-click the hyperlink? It doesn't open a new tab like for regular anchors... -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: RequestFactoryEditorDriver example?

2011-03-05 Thread Thomas Broyer
On Saturday, March 5, 2011 4:56:42 PM UTC+1, Vasily wrote: 2. User may add/edit/remove phones, so I wrote my own editor... The second step is not required; it entirely depends how persisting the ContactProxy works (whether it would persist a new Phone or the Phone has to be

Re: is BasicPlace still available?

2011-03-05 Thread Kathiravan Tamilvanan
Yeah it looks like they meant the user to create the basicplace. thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: GWT 2.2 java.lang.ExceptionInInitializerError: null - ONLY when using Eclipse Debugger

2011-03-05 Thread Yaakov Chaikin
No, that can't be it. I reinstalled Eclipse completely anew and made a brand new workspace. -Yaakov. On Mar 5, 2011, at 1:18 AM, Y2i yur...@gmail.com wrote: May be eclipse is still trying to use GWT 2.1? -- You received this message because you are subscribed to the Google Groups

[gwt-contrib] Comment on CellBackedWIdgets in google-web-toolkit

2011-03-05 Thread codesite-noreply
Comment by jfgmaitl...@googlemail.com: Would it be possible to update the ButtonCell code to include how to handle the native events and call the onHover, onPush, onUnpush and onUnhover methods on the Appearance? For more information:

[gwt-contrib] Re: Adds a cache (PersistenUnitCache) to store CompilationUnits (issue1375802)

2011-03-05 Thread zundel
Some comments of my own to kick off the discussion. http://gwt-code-reviews.appspot.com/1375802/diff/1/dev/core/src/com/google/gwt/dev/DevModeBase.java File dev/core/src/com/google/gwt/dev/DevModeBase.java (right):

[gwt-contrib] Re: Adds {moz,webkit}RequestAnimationFrame support to animations. (issue1355805)

2011-03-05 Thread t . broyer
I ran the AnimationTest in prod mode in Chrome 9 (stable), 10 (beta) and 11 (dev), as well as Firefox 4b12, IE8, Opera 11 and Safari 5. I also checked that the moz- (resp. webkit-) -specific implementation was correctly stripped out of the webkit (resp. gecko1_8) permutations.

[gwt-contrib] Re: Adds {moz,webkit}RequestAnimationFrame support to animations. (issue1355805)

2011-03-05 Thread t . broyer
http://gwt-code-reviews.appspot.com/1355805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adds {moz,webkit}RequestAnimationFrame support to animations. (issue1355805)

2011-03-05 Thread t . broyer
http://gwt-code-reviews.appspot.com/1355805/diff/6003/user/src/com/google/gwt/animation/client/AnimationImplWebkitAnimTiming.java File user/src/com/google/gwt/animation/client/AnimationImplWebkitAnimTiming.java (right):

[gwt-contrib] Re: Adding touch scrolling support to ScrollPanel for mobile support. TouchScroller augments an exis... (issue1370801)

2011-03-05 Thread jlabanca
committed as r9814 http://gwt-code-reviews.appspot.com/1370801/diff/7001/user/src/com/google/gwt/touch/client/Momentum.java File user/src/com/google/gwt/touch/client/Momentum.java (right):

[gwt-contrib] [google-web-toolkit] r9813 committed - Adds unit tests for extending JavaScriptObject. Tests a loosening of ...

2011-03-05 Thread codesite-noreply
Revision: 9813 Author: zun...@google.com Date: Fri Mar 4 11:00:07 2011 Log: Adds unit tests for extending JavaScriptObject. Tests a loosening of the restriction for mulitple JSOs implementing the same interface added in http://gwt-code-reviews.appspot.com/1373803/ Review at

[gwt-contrib] Re: HTML5 Storage API in GWT. (issue1374803)

2011-03-05 Thread pdr
http://gwt-code-reviews.appspot.com/1374803/diff/20/user/src/com/google/gwt/storage/client/StorageImplNonNativeEvents.java File user/src/com/google/gwt/storage/client/StorageImplNonNativeEvents.java (right):

[gwt-contrib] Re: HTML5 Storage API in GWT. (issue1374803)

2011-03-05 Thread pdr
http://gwt-code-reviews.appspot.com/1374803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: HTML5 Storage API in GWT. (issue1374803)

2011-03-05 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/1374803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors