Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Alan Leung
http://acleung.com/ff13-linux32.xpi Everything seems to work now. Will post the rest tomorrow. -Alan On Wed, Jun 6, 2012 at 4:29 PM, Alan Leung acle...@google.com wrote: BTW Alan, would you mind sharing what the issues are? Ah ah! I think we are safe. The root problem was that they

Real time informations Draw in Gchart

2012-06-07 Thread alaa aadil
Hello, i want to display some real time informations an a Gchart or OFCGwt , please i need an exemple for that thanks best regards -- 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: Real time informations Draw in Gchart

2012-06-07 Thread James Horsley
I've been using http://code.google.com/p/gflot/ and have been very happy with it, in particular its latest 2.4 release. I think GFlot and GChart (haven't looked at OFCGwt) have pretty extensive examples inc. source on their sites? On 7 June 2012 09:33, alaa aadil aadila...@gmail.com wrote:

Re: How to send hashmap with a file using Servlet in GWT

2012-06-07 Thread learning coding
Hi, thanks for you reply. Do you think its agood practice to mix JSON with AJAX. I made my AJAX front End in the JAVA programming Language. and also my back end is also Java. On Jun 6, 9:23 pm, Thad thad.humphr...@gmail.com wrote: On Wednesday, June 6, 2012 9:47:32 AM UTC-4, learning coding

Re: How to send hashmap with a file using Servlet in GWT

2012-06-07 Thread learning coding
I know how to use RPC in GWT, but i have file and the hashmap has a property of that file. this file with the property is send to server with and after that to external repository. for sending the file i created servlet. but dont know how to pass the hashmap at the same time to the server.

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Ashwin Desikan
Alan, As always, Thanks How abt 64 bit version? Regards Ashwin Sent from my iPhone On Jun 7, 2012, at 12:59 PM, Alan Leung acle...@google.com wrote: http://acleung.com/ff13-linux32.xpi Everything seems to work now. Will post the rest tomorrow. -Alan On Wed, Jun 6, 2012 at 4:29 PM,

constant in gwt showcase

2012-06-07 Thread tong123123
there is many predefined constant used in gwt showcase http://gwt.google.com/samples/Showcase/Showcase.html#!CwTree e.g. String[] cwTreeBeethovenWorkConcertos(); from the abouve link, is it possible to see the source (the contents) of this constant? -- You received this message because you

Re: constant in gwt showcase

2012-06-07 Thread Jens
The complete source code for the Showcase is included in the GWT SDK in its samples folder. You can import it into Eclipse and easily examine it in detail. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread David Guo
OK,Thanks for your work. Hope to get the rest tomorrow. On Thursday, June 7, 2012 3:29:54 PM UTC+8, Alan Leung wrote: http://acleung.com/ff13-linux32.xpi Everything seems to work now. Will post the rest tomorrow. -Alan On Wed, Jun 6, 2012 at 4:29 PM, Alan Leung acle...@google.com wrote:

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread koma
Just installed this : https://lh4.googleusercontent.com/-tozaeGhTK_Q/T9CJDFDvhtI/A3E/ng1KltVGcUk/s1600/Screenshot+from+2012-06-07+12%3A56%3A13.png But when I try to debug, it gives me :

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Juan Pablo Gardella
Thanks Alan! Waiting windows plugin :) 2012/6/7 koma k...@koma.be Just installed this : https://lh4.googleusercontent.com/-tozaeGhTK_Q/T9CJDFDvhtI/A3E/ng1KltVGcUk/s1600/Screenshot+from+2012-06-07+12%3A56%3A13.png But when I try to debug, it gives me :

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Giuseppe La Scaleia
I'm waiting for mac plugin 2012/6/7 Juan Pablo Gardella gardellajuanpa...@gmail.com Thanks Alan! Waiting windows plugin :) 2012/6/7 koma k...@koma.be Just installed this :

SuperDevMode and GwtGenerators

2012-06-07 Thread Gal Dolber
Are IncrementalGenerators working on the SuperDevMode? I'm trying to make my gwt generators cacheable, and everything is working on DevMode, but when running on SuperDevMode context.isGeneratorResultCachingEnabled() is always false. Right now the biggest project I have is taking 35s to refresh

Re: create project component

2012-06-07 Thread thiago borges martins
Good morning, What I want to do is just create a jar with the components I need, but I'll use that jar the framework smartgwt and make some adjustments. Even so I would do the way you explained in your page? I thank your help. On 6 jun, 01:31, Andy Stevko andy.ste...@gmail.com wrote: Not

Re: Real time informations Draw in Gchart

2012-06-07 Thread Joseph Lust
OFC has not been updated in years, I advise against it as it ended up being a big pain for me. I suggest the new and ever better, and maintained, GWT-HighChartshttp://www.moxiegroup.com/moxieapps/gwt-highcharts/ . Sincerely, Joseph -- You received this message because you are subscribed to

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Joseph Lust
Thanks Alan! I hope the GWT team sends you a case of something each FF release for all your efforts keeping their framework afloat. Joe -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Yuri C
Thanks so much for your effort! I am also in 64 bit linux camp so pls let us know. I also hope that you get something from Google for your effort. Altruism needs to be encouraged :) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Re: Hyperlink/Anchors: Passing data in Places

2012-06-07 Thread Shaun Tarves
Hi Thomas - I went down the road of the PlaceHyperlink [trying to create as extension of Hyperlink with a method setDestination(Place)]. My intention was that PlaceHyperlink could be used in UIBinder, and my presenters wouldn't all need to pass through a PlaceHistoryMapper. I have GIN set up, so

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Thomas Broyer
On Thursday, June 7, 2012 4:32:40 PM UTC+2, Yuri C wrote: I also hope that you get something from Google for your effort. Altruism needs to be encouraged :) Well, Alan gets a salary from Google ;-) -- You received this message because you are subscribed to the Google Groups Google Web

Server error code 413 - Request entity too large

2012-06-07 Thread Aldo Neto
Hi, I'm getting a very strange error here. When creating a new entry to an entity, I'm getting a Server error 413. However, the strange part is: I use this same creation in other place and it works just fine. In addition to that, this problem only happens when I'm in development mode. When I

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Derek
Alan, Is it possible to build dev mode for Firefox for Android? On Jun 7, 3:29 am, Alan Leung acle...@google.com wrote: http://acleung.com/ff13-linux32.xpi Everything seems to work now. Will post the rest tomorrow. -Alan On Wed, Jun 6, 2012 at 4:29 PM, Alan Leung acle...@google.com

Re: Hyperlink/Anchors: Passing data in Places

2012-06-07 Thread Thomas Broyer
On Thursday, June 7, 2012 4:43:40 PM UTC+2, Shaun Tarves wrote: Hi Thomas - I went down the road of the PlaceHyperlink [trying to create as extension of Hyperlink with a method setDestination(Place)]. My intention was that PlaceHyperlink could be used in UIBinder, and my presenters

Re: How to send hashmap with a file using Servlet in GWT

2012-06-07 Thread Thad
On Thursday, June 7, 2012 5:01:10 AM UTC-4, learning coding wrote: Hi, thanks for you reply. Do you think its agood practice to mix JSON with AJAX. I made my AJAX front End in the JAVA programming Language. and also my back end is also Java. Someone else will have to answer that for

Type '$Proxy86' was not included in the set of types which can be serialized by this SerializationPolicy

2012-06-07 Thread Raymond Cidad
Hey guys, have you ever get an error like this? All my types are Serializables, default constructor, etc... like always. I dont know that is this '$Proxy86' that is shown in the error thanks for your help -- You received this message because you are subscribed to the Google Groups Google

Re: Hyperlink/Anchors: Passing data in Places

2012-06-07 Thread Shaun Tarves
Thanks for the suggestions. I'm still perplexed why the field injection of the PHM doesn't work in a PlaceHyperlink. On Thu, Jun 7, 2012 at 11:35 AM, Thomas Broyer t.bro...@gmail.com wrote: On Thursday, June 7, 2012 4:43:40 PM UTC+2, Shaun Tarves wrote: Hi Thomas - I went down the road

Re: Hyperlink/Anchors: Passing data in Places

2012-06-07 Thread Thomas Broyer
On Thursday, June 7, 2012 5:58:10 PM UTC+2, Shaun Tarves wrote: Thanks for the suggestions. I'm still perplexed why the field injection of the PHM doesn't work in a PlaceHyperlink. Depends how you do it; but given that it's created by UiBinder and not by GIN (unless you use @UiFactory

Re: Hyperlink/Anchors: Passing data in Places

2012-06-07 Thread Shaun Tarves
Duh. Completely looked past that little fact. So, something along the lines of a PlaceHyperlink Factory using @Assisted to get the Place into the PlayHyperlink and a provided=true should get the job done. On Thu, Jun 7, 2012 at 12:13 PM, Thomas Broyer t.bro...@gmail.com wrote: On Thursday,

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Yuri C
LOL! I wish you didn't mention that. That way I would have much stronger faith in people's goodness :) Meanwhile patiently waiting for the 64bit linux version :) On Thursday, June 7, 2012 11:00:54 AM UTC-4, Thomas Broyer wrote: On Thursday, June 7, 2012 4:32:40 PM UTC+2, Yuri C wrote: I

Re: Generate URL to image stored on server

2012-06-07 Thread Derek
Because you need to use GWT.getHostPageBaseURL() not GWT.getModuleBaseURL() (or use modulebase, but prepend ../ to your filename). I assume the actual url to get the image is http://127.0.0.1:/card_designer/exampleImage.jpg . That should get the image. BUT, going back to the working directory

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Alan Leung
For the folks with fancy CPUs running Linux. http://acleung.com/ff13-linux64.xpi -Alan On Thu, Jun 7, 2012 at 9:40 AM, Yuri C che...@gmail.com wrote: LOL! I wish you didn't mention that. That way I would have much stronger faith in people's goodness :) Meanwhile patiently waiting for the

Re: Generate URL to image stored on server

2012-06-07 Thread Jonathan Franchesco Torres Baca
Usa el la clase Key de google engine y autogenerala 2012/6/7 Derek derekad...@gmail.com Because you need to use GWT.getHostPageBaseURL() not GWT.getModuleBaseURL() (or use modulebase, but prepend ../ to your filename). I assume the actual url to get the image is

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Clint Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thank you! On 06/07/2012 01:54 PM, Alan Leung wrote: For the folks with fancy CPUs running Linux. http://acleung.com/ff13-linux64.xpi -Alan On Thu, Jun 7, 2012 at 9:40 AM, Yuri C che...@gmail.com mailto:che...@gmail.com wrote: LOL! I

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Samyem Tuladhar
Was there also a win32 version? On Thursday, June 7, 2012 1:54:04 PM UTC-4, Alan Leung wrote: For the folks with fancy CPUs running Linux. http://acleung.com/ff13-linux64.xpi -Alan On Thu, Jun 7, 2012 at 9:40 AM, Yuri C che...@gmail.com wrote: LOL! I wish you didn't mention that. That

Re: Server error code 413 - Request entity too large

2012-06-07 Thread Jens
I'm getting a very strange error here. When creating a new entry to an entity, I'm getting a Server error 413. This basically means that your data you send to the server is too large and hits a limit configured somewhere on your server. So you should check how large your request is that

Re: Resubmitting RequestFactory request when server side logic requires it

2012-06-07 Thread Ryan McFall
I'm well on my way to getting this to work. I can determine whether the method to be invoked requires authentication, and whether or not the user is currently authenticated. Currently, what I've done is defined a new runtime exception and thrown that exception in my ServiceLayerDecorator if an

Re: Resubmitting RequestFactory request when server side logic requires it

2012-06-07 Thread Thomas Broyer
If you go the ServiceLayerDecorator route, you can no longer use an HTTP status detected by a custom RequestTransport, you're pluggin *into* the RF protocol, not *around* it. Try using the die() or report() methods from ServiceLayerDecorator and see how they behave. On Thursday, June 7, 2012

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread koma
working now fine on 64bit linux thx ! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/8dQJQ1FXteAJ. To post to this group, send email to

Re: Resubmitting RequestFactory request when server side logic requires it

2012-06-07 Thread Ryan McFall
Thanks, Thomas, I searched through the methods in ServiceLayerDecorator for something like this, but somehow missed these. Using report() from with the ServiceLayerDecorator doesn't allow me to re-fire the RequestFactory request, giving me the A request is already in progress error. If I call

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Alan Leung
For folks with shinny Windows OSes. http://acleung.com/ff13-win.xpi -Alan On Thu, Jun 7, 2012 at 12:46 PM, koma k...@koma.be wrote: working now fine on 64bit linux thx ! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Juan Pablo Gardella
Thanks Alan! 2012/6/7 Alan Leung acle...@google.com For folks with shinny Windows OSes. http://acleung.com/ff13-win.xpi -Alan On Thu, Jun 7, 2012 at 12:46 PM, koma k...@koma.be wrote: working now fine on 64bit linux thx ! -- You received this message because you are

Re: Question relative to popup and mouseListener...

2012-06-07 Thread regnoult axel
Hi Joseph, I think you give me a trick here (the mouse under the popup from the begining)...but it does not solve my problem, because, for design reason, I need to adjust the popup position (and it will not be just under the mouse position). I think, it should be have an invisible panel,

Re: GWT JSNI Callback

2012-06-07 Thread zorro
Dne úterý, 5. června 2012 3:42:36 UTC+2 zorro napsal(a): I am trying to implement a callback using JSNI. 1. I don't know if changing this is allowed in the way I do it. 2. I don't know if such an assignment is advisable from the perspective of JSNI functionality 3. The compiler in

Re: GWT JSNI Callback

2012-06-07 Thread zorro
This Google Groups interface is F* HORRIBLE. I send a response and it disappears as I never send it. So now what is it out there or not? Wasn't this written in GWT? Dne pátek, 8. června 2012 0:17:03 UTC+2 zorro napsal(a): Dne úterý, 5. června 2012 3:42:36 UTC+2 zorro napsal(a): I am

Re: GWT JSNI Callback

2012-06-07 Thread zorro
I just wrote that I got a Compiler Error, using TRACE saying: references to instance methods in overlay types are illegal; use a stronger type or a Java trampoline method But compilation succeeds. Dne úterý, 5. června 2012 11:37:24 UTC+2 Thomas Broyer napsal(a): On Tuesday, June 5, 2012

Re: GWT JSNI Callback

2012-06-07 Thread zorro
Regarding callbacks there is one more error I am getting: Only one JavaScriptObject type may implement the methods of an interface that declared methods. This gwt-2.4.0/doc/helpInfo/jsoRestrictions.html explains alot. But why nobody tell me that in the past? I mean tutorials, talks? Dne

RequestFactory - Error: The requested type is not default-instantiable

2012-06-07 Thread zorro
Is there a way to find out WHICH TYPE other then scanning my large codebase? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/UHu_fyXgIgMJ. To

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Alan Leung
Last but not least, Mac: http://acleung.com/ff13-mac.xpi Enjoy and happy GWT hacking. -Alan On Thu, Jun 7, 2012 at 1:52 PM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Thanks Alan! 2012/6/7 Alan Leung acle...@google.com For folks with shinny Windows OSes.

Re: GWT architecture

2012-06-07 Thread Gonzalo Ferreyra Jofré
Hi Akram, you can start with this video Google I/O 2009 - Best Practices for Architecting GWT Apphttp://www.youtube.com/watch?v=PDuhR18-EdM or this one Google I/O 2010 - Architecting GWT appshttp://www.youtube.com/watch?v=M5x6E6ze1x8 and also this article from GWT web page Large scale

GWT i18n and images

2012-06-07 Thread Simon-Pierre Gingras
Hi! See this post I made on Stack Overflow: http://stackoverflow.com/questions/10884894/gwt-i18n-and-images Thanks! -Simon -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: convert dom element to widget

2012-06-07 Thread ssamara
Some widget classes have static wrap() methods to convert existing elements to widgets which may be of use - see for example the Label class or Button class. On Wednesday, 6 June 2012 11:46:08 UTC+1, Dennis Haupt wrote: i am trying to write a function which generically collections dom

Display images from external folder

2012-06-07 Thread Pablo
Hello, I would like to display images in my GWT webapp from a $HOME folder. Those images are regularly updated by a local process which has no permissions to write into the WAR folder. I've been googling and I've found some suggestions at Tomcat's forums proposing to modify the web.xml file to

Re: Generate URL to image stored on server

2012-06-07 Thread Nader
Image example = accessURL + card_designer/exampleImage.jpg This only works if card_designer folder is under your Web Root so servlet container/Http server could serve it. And that's not a good idea to store contents On the other hand your current working directory is not your Web root! So new

Looking for Printing suggestions

2012-06-07 Thread Thomas Mancini
Hello All, I am currently working on a GWT application that requires report printing. The use can select report parameters from a screen, and upon clicking print we would like to display the file as it is being generated. Currently we have server side code that is generating HTML and writing it

GWT 2.5 SuperDevMode

2012-06-07 Thread Adriano Machado
How to use the recently commited SuperDevMode in a maven project? Is there a snapshot build of it in the central repo? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Newbie: problems with CellList

2012-06-07 Thread Rafal
Hallo, I'm newbie in GWT and I'm trying to show a CellList in a StackLayoutPanel. Indeed I can see the stackpanel as well as the CellList filled with entries, but the CellList has a border and don't show a scrollbar. My questions are: - how could I get rid of the border - how could I

incompatibility between gwt-maps-utility and gwt-google-maps-v3

2012-06-07 Thread MarioMartin
hi ! I can not implement MarkerCluster in gwt-google-maps-v3 ,because the library is not compatible with gwt-maps-utility .. gwt-maps-utility can not inherit from gwt-google-maps-v3 I hope I can help me..thanks... -- You received this message because you are subscribed to the Google

Problem installign gwt in eclipse

2012-06-07 Thread sahli sabrina
hi, i have eclipse version 3.5 and i want to set up gwt but i have always this error message T he operation cannot be completed. See the details. details Cannot complete the install because one or more required items could not be found. Software being installed: Google Plugin for Eclipse 3.5

java.lang.NoClassDefFoundError: javax.validation.ValidationException

2012-06-07 Thread Rajesh Mulcha
Hi.., I have added all the required jars to the web-inf/lib and I see them in the classpath printed, validation-api-1.0.0GA.jar, gwt-servlet- deps.jar, openjapa-all-2.2.jar, requestfactory-apt.jar, but I am seeing this when I publish this web project on RAD7.5, websphere 7 test environment. Pls

Invoke external servlet from gwt client

2012-06-07 Thread Hamid OUIKENE
Hello everybody, I have a servlet running in an external server that returns a simple text (text/plain). I am trying to invoke that servlet from a gwt client using RequestBuilder: private static final String SERVLET_URL = http://ip:40802/MyApp/ servlet/GwtServlet; ... RequestBuilder reqBuilder

Re: Type '$Proxy86' was not included in the set of types which can be serialized by this SerializationPolicy

2012-06-07 Thread Michael Nascimento
It happened to me recently. This means an object returned by your server-side code is actually a dynamic proxy. Hopefully by reading the whole stack trace you might figure out which object in your graph is the proxy. Then, you need to replace it by a serializable implementation. I am pretty sure

Linker for Production vs Devmode

2012-06-07 Thread Dan Sheline
Forgive me if there is a simple solution, but for the life of me I cannot solve this problem easily. I use the script tag in my gwt.xml files, the cannot change because it is the gflot library, and when I attempted to remove these script lines and move them to the static HTML page, it seemed

Best way to log entry/exit points in GWT methods

2012-06-07 Thread RAJ
I am in need of logging every GWT method's entry and exit point. Is there any easy way to do that? I need to route those entries to LOGGER. I looked at RunTimeInstrumentation. It says it is experimental and doesn't have much documentation. Thanks Raj -- You received this message because you are

How to update GWT CellTree data model preserving the node open states?

2012-06-07 Thread bogyom
Hi, I'd like to implement a hiarachical task viewer with CellTree control. Task states are on the server side. The client shows the task tree and updates it say every 2 second. Each task has a progress info displayed. If a task finised it is removed from the tree. The CellTree with async data

GWT plugin for IE is missing

2012-06-07 Thread Ronny
Have tried for days to download GWT plugin fo IE8 Win x86. I only recieve a 404 error. http://gwt-dev-plugin-missing.appspot.com/ Any tips? -- 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 Browser Dev-Plugin

2012-06-07 Thread Javier Barberena
I am having the same error with IE version 8. Under which folder to you put the file you download? On Friday, May 25, 2012 11:27:05 AM UTC-5, razor wrote: just get it straight from SVN. http://google-web-toolkit.googlecode.com/svn-history/trunk/plugins/ie/prebuilt/ It just looks like

compatibility issue between GWTGoogleMapsUtility and GWTGoogleMapsV3

2012-06-07 Thread MarioMartin
hi ! I can not implement MarkerCluster in GWTGoogleMapsV3 Anyone know any solution to solve the problem of incompatibility between these two libraries. I hope I can help me. thank!!! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: GWT 2.5 and beyond

2012-06-07 Thread turtledove
amazing!! On Saturday, March 31, 2012 10:07:49 PM UTC+8, Thomas Broyer wrote: On Saturday, March 31, 2012 4:00:56 PM UTC+2, supercobra wrote: The GWT PR machine has been offline for a year now. As it seems, the GWT engineers have been either working hard on a big and long project that is

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread José A . Brañez Perales
Thank you very much! El martes, 5 de junio de 2012 14:05:12 UTC-4, Alan Leung escribió: If anyone is wondering, I am aware and working on it. -Alan -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

Running GWT Compiler for multiple modules

2012-06-07 Thread Steve
I don't know alot about how the GWT compiler works but I have an application with two entry point modules that uses an ant build and I have a question regarding the compiler's performance. The applications use GwtQuery which generates a deprecation warning during the compilation. When the

GWT learning

2012-06-07 Thread pawan jha
I have downloaded the GWT but I am unable to open webAppCreator.cmd file . i am getting error like : missing required argument 'modulename' google web toolkit 2.4.0 webAppCreator [-overwrite] [-ignore] [-out dir] [-junit jar] [- XnoEclipse | -XonlyEclipse] moduleName -out The directory to

Re: Adding a gwt celltree as a celltable column

2012-06-07 Thread Bhumika Thaker
Hello , Have U achive this feature because I want to try the same but I didn't... Thanks, Bhumi On Thursday, 19 April 2012 14:24:20 UTC+5:30, manu wrote: Hi All, I have a requirement to add a gwt celltree inside of a celltable column.I was successful in adding the celltree inside the

Failed to get JNode [ERROR] no source info: public interface org.w3c.dom.Document

2012-06-07 Thread pallab
Hi, I am new to GWT and updating one existing project. During ANT build getting below error. I have no clue why i am getting this. In eclipse not getting any dependency error Rebind result was com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImpl [java]

GWT Hibernate integration using Gilead

2012-06-07 Thread rahul.gamit89
Hello, I have developed a sample application for GWT and Hibernate integration using Gilead, But i am getting the following error. Caused by: java.lang.RuntimeException: Deferred binding failed for 'com.google.employee.client.EmployeeService' (did you forget to inherit a required module?) at

MVP Framework

2012-06-07 Thread titowinky
Is there any example here (other than the Contacts tutorial) about the MVP framework with detailed explanation? The contacts tutorial seem to jump ... not a thoroughly explained article in my opinion. There are parts (class/package)of the structure in the contacts tutorial which was not used by my

Re: Invoke external servlet from gwt client

2012-06-07 Thread Hamid OUIKENE
any idea? 2012/6/6 Hamid OUIKENE hamid.ouik...@gmail.com Hello everybody, I have a servlet running in an external server that returns a simple text (text/plain). I am trying to invoke that servlet from a gwt client using RequestBuilder: private static final String SERVLET_URL =

Arabic Text insertion to Database

2012-06-07 Thread malu kutty
I couldnot insert arabic texts from clients side via servlet to database..It is inserting into database as???Please any one help me to find a solution... Regards, Malu -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Gwt embeded in product sold

2012-06-07 Thread Bryan Benauro
Is gwt free to embed on a machine that is being sold commercially. -- 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

Getting Server Data From Node.js

2012-06-07 Thread Kuenga
Hi , At the client side i have the following Window.alert(Connecting to server); String Strurl = http://127.0.0.1:1337/;; RequestBuilder builder = new RequestBuilder(RequestBuilder.GET, URL.encode(Strurl)); try { Request request = builder.sendRequest(null, new RequestCallback() { public

Re: Firefox 12 release

2012-06-07 Thread Daniel Kurth
Awesome. Working for me on Ubuntu 12.04. Much nicer than having to switch to an older version of FF when doing dev. Thanks Alan. On Wednesday, April 25, 2012 6:41:51 PM UTC-7, Alan Leung wrote: Linux 64 bit: http://acleung.com/ff12-linux64.xpi Have fun! -Alan On Wed, Apr 25, 2012 at

Re: GWT Browser Dev-Plugin

2012-06-07 Thread Javier Barberena
On Tuesday, May 22, 2012 4:15:26 AM UTC-5, Fabio wrote: Hi All, I get an error 404 while downloading GWT Dev Plugin for IE9. (https:// dl-ssl.google.com/tag/s/appguid%3D%7B9a5e649a- ec63-4c7d-99bf-75adb345e7e5%7D%26lang%3Den%26appname%3DGWT

Re: where to download gwt 2.4.0 source code?

2012-06-07 Thread Johannes Barop
Hi, in case you have an Eclipse project: Right click on the project, Maven - Download Sources. J. Am 02.06.2012 um 18:19 schrieb tong123123: sorry, where is the checkbox download sources? Joseph Lust於 2012年6月2日星期六UTC+8下午10時48分32秒寫道: Are you familiar with Maven? It makes this very simple.

Re: jQuery and GQuery - any bad interactions?

2012-06-07 Thread David Amend
A gwt implementation of backbone.js would be a fun idea. Probably I should give it a try. Thanks for your statement. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT plugin for IE is missing

2012-06-07 Thread Ronny Næss
The link is still broken but I was able to find the plugin inside the GWT plugin repository (SVN). From this site http://webcentersuite.blogspot.no/2011/03/gwt-browser-plugin-offline-installation.html Here is the direct link to the offline install version of the plugin

Should I use HTML5 canvas just to create my own slideshow reader ?

2012-06-07 Thread regnoult axel
Hello, I am trying to develop my own slideshow reader (you just see the albums fotos in the full screen mode and slide them). I started using HTML5 canvas but just because it was more modern but IE8 does not support HTML5 canvas. So my question is : Should I use HTML5 canvas to do my

Re: Should I use HTML5 canvas just to create my own slideshow reader ?

2012-06-07 Thread ashwin.desi...@gmail.com
there are multiple options available apart from HTML5 canvas. 1. RapahelGWT (this is an extension of Raphael JS for GWT), using this images would be rendered as SVG. And raphael works with lower versions of ie as well http://code.google.com/p/raphaelgwt/ 2. you can also look at a SlidingPanel

Re: Question relative to popup and mouseListener...

2012-06-07 Thread regnoult axel
Here is a better solution (for the moment) https://groups.google.com/forum/?fromgroups#!searchin/google-web-toolkit/tooltip$20desapear$20when$20mouse$20over/google-web-toolkit/TeUnlKvwt0M/Cpq8eNGPAWIJ -- You received this message because you are subscribed to the Google Groups Google

Re: GWT architecture

2012-06-07 Thread Akram Moncer
thanks 2012/6/3 Gonzalo Ferreyra Jofré gonzal...@gmail.com Hi Akram, you can start with this video Google I/O 2009 - Best Practices for Architecting GWT Apphttp://www.youtube.com/watch?v=PDuhR18-EdM or this one Google I/O 2010 - Architecting GWT

[gwt-contrib] Re: Add GWT CSS compiler support for RTL flipping of many CSS3 properties (border-image, border-radi... (issue1727803)

2012-06-07 Thread t . broyer
On 2012/06/07 07:39:38, ehwang wrote: Thanks for the review! For the vendor prefixes, I ended up creating a separate helper class, VendorPrefixes. It doesn't keep a master list of prefixes. I decided that was more future-proof, and the -foo- syntax is specifically reserved by the W3C for

[gwt-contrib] Re: Add Map support to RequestFactory (issue 6132056)

2012-06-07 Thread james . horsley
Rajeev, get a chance to look at this yet? On 2012/06/05 10:50:18, james.horsley wrote: Based on the email thread with Alexis and Thomas I've fixed the handling of nested entities along with adding the appropriate tests to verify the behaviour. To retrieve nested entities in a Map using

[gwt-contrib] Re: Add Map support to RequestFactory (issue 6132056)

2012-06-07 Thread t . broyer
On 2012/06/07 08:20:34, james.horsley wrote: Rajeev, get a chance to look at this yet? We're cutting out GWT 2.5 soon; we decided to postpone this change to the next version. BTW, sorry for being picky, could you please: - make your patch at the trunk/ level (rather than trunk/user/) - post

[gwt-contrib] Re: Add Map support to RequestFactory (issue 6132056)

2012-06-07 Thread james . horsley
Thanks for all your help with the patch Thomas. Sad to hear it won't make it into GWT 2.5 as we were really looking to use RF with Maps without having to use a patched version of GWT built from source internally. Certainly can switch to the patch being at the trunk/ level and post it at the url

[gwt-contrib] Re: Add Map support to RequestFactory (issue 6132056)

2012-06-07 Thread James Horsley
Thomas, I've created http://gwt-code-reviews.appspot.com/1735803/ as you requested. Everything look okay with how I set the code review up? On 7 June 2012 10:22, james.hors...@gmail.com wrote: Thanks for all your help with the patch Thomas. Sad to hear it won't make it into GWT 2.5 as we were

[gwt-contrib] Re: Add Map support to RequestFactory (issue 6132056)

2012-06-07 Thread t . broyer
On 2012/06/07 09:22:24, james.horsley wrote: Thanks for all your help with the patch Thomas. Sad to hear it won't make it into GWT 2.5 as we were really looking to use RF with Maps without having to use a patched version of GWT built from source internally. We're planning a 2.5.1 soon

[gwt-contrib] Re: Add Map support to RequestFactory (issue 6132056)

2012-06-07 Thread james . horsley
Totally agree on this needing another round. Also, hearing about the plans for a 2.5.1 release which this could potentially be a candidate for is great. Thanks again. On 2012/06/07 09:56:52, t.broyer wrote: On 2012/06/07 09:22:24, james.horsley wrote: Thanks for all your help with the patch

[gwt-contrib] Re: Re: Add Map support to RequestFactory (issue 6132056)

2012-06-07 Thread Rajeev Dayal
Thomas, thanks for jumping in. James, as Thomas said, we'll defer this to 2.5.1, but we'd definitely like to get it in there, as it's an important patch. We just didn't want to force this patch in 2.5.0, which is what we would have to do with the current workload. Thanks so much for working on

[gwt-contrib] Re: Checkstyle fixes (issue1565806)

2012-06-07 Thread rchandia
http://gwt-code-reviews.appspot.com/1565806/diff/4001/user/test/com/google/gwt/editor/client/DirtyEditorTest.java File user/test/com/google/gwt/editor/client/DirtyEditorTest.java (right):

[gwt-contrib] Add javadocs for ExternalTextResource.getText (issue1733804)

2012-06-07 Thread rchandia
Reviewers: rdayal, Description: Add javadocs for ExternalTextResource.getText Repost of 1605803. Thanks Stephen! Fixes issue: 7035 Please review this at http://gwt-code-reviews.appspot.com/1733804/ Affected files: M user/src/com/google/gwt/resources/client/ExternalTextResource.java

[gwt-contrib] Re: Re: Add Map support to RequestFactory (issue 6132056)

2012-06-07 Thread James Horsley
Thanks Rajeev. Let me know if there's anything else you need with it. On 7 June 2012 16:18, Rajeev Dayal rda...@google.com wrote: Thomas, thanks for jumping in. James, as Thomas said, we'll defer this to 2.5.1, but we'd definitely like to get it in there, as it's an important patch. We just

[gwt-contrib] Re: Checkstyle fixes (issue1565806)

2012-06-07 Thread stephen . haberman
Should be ...(ListEditor.Person, PersonEditor of(... I must be doing something wrong? This compiles in both Eclipse and ant clean dist-dev for me. I'm using a JDK 1.6 compiler. I will still change it, but should I make any changes to my local environment to catch stuff like this going

[gwt-contrib] Re: Checkstyle fixes (issue1565806)

2012-06-07 Thread Rodrigo Chandia
Oh, sorry, it breaks test compilation (that is, 'cd user; ant test.htmlunit', for example), that is. On Thu, Jun 7, 2012 at 12:04 PM, stephen.haber...@gmail.com wrote: Should be ...(ListEditor.Person, PersonEditor of(... I must be doing something wrong? This compiles in both Eclipse and

  1   2   >