Re: Migrating from GWT 2.5.1 to 2.8.2 - Problem with Super dev mode

2018-02-05 Thread Martones
ostly readable) > > On Monday, February 5, 2018 at 9:43:09 AM UTC+1, Martones wrote: >> >> Yes it works with package! :) Great, once more thanks a lot Thomas! >> >> I hope this is the last point, but I didnt manage to include a >> "standalone" jar.

Re: Migrating from GWT 2.5.1 to 2.8.2 - Problem with Super dev mode

2018-02-05 Thread Martones
Yes it works with package! :) Great, once more thanks a lot Thomas! I hope this is the last point, but I didnt manage to include a "standalone" jar. I think I might as well try to find some up to date solution (not sure the legacy code will be GWT 2.8 compliant). But I admit I would at least

Re: Migrating from GWT 2.5.1 to 2.8.2 - Problem with Super dev mode

2018-02-04 Thread Martones
I'm sorry I went a bit too fast on the last e-mail. So just to precise: the problem is while copiling web-client the source code from shared are not available. (i'm inoking mvn on the root as usual) Many thanks again ! Ludovit Le dimanche 4 février 2018 18:51:50 UTC+1, Martones a écrit

Re: Migrating from GWT 2.5.1 to 2.8.2 - Problem with Super dev mode

2018-02-04 Thread Martones
All right many thanks. Oddly enough I have errors while mvn prepare-package, I don't have these when I mvn install or codeserver. [INFO] Compiling module com.test.WebClient [INFO]Tracing compile failure path for type 'com.test.client.token.PanelFilterLotToken' [INFO] [ERROR] Errors

Re: Migrating from GWT 2.5.1 to 2.8.2 - Problem with Super dev mode

2018-02-03 Thread Martones
Oh alright, I really was messing things, thinking the previous bookmarklet methods were not working anymore. This suits me well and works perfectly! Although I'm not sure I understand how is the compilation / packaging supposed to work now. To generate my client files, I shall use gwt:compile

Re: Migrating from GWT 2.5.1 to 2.8.2 - Problem with Super dev mode

2018-02-02 Thread Martones
>From what I'm reading on github and gwt project it seems that for this use case I can only use dev mode. I'll try to do this and will make an update here. Ludovit Le vendredi 2 février 2018 17:39:37 UTC+1, Martones a écrit : > > Many thanks Thomas, your help is very appreciated

Re: Migrating from GWT 2.5.1 to 2.8.2 - Problem with Super dev mode

2018-02-02 Thread Martones
ain, Ludovit Le jeudi 1 février 2018 18:56:20 UTC+1, Thomas Broyer a écrit : > > > > On Thursday, February 1, 2018 at 6:11:51 PM UTC+1, Martones wrote: >> >> Hi everyone, and Thomas especially :p >> >> I'm migrating a larger legacy project to the actual GWT

Re: Migrating from GWT 2.5.1 to 2.8.2 - Problem with Super dev mode

2018-02-01 Thread Martones
se) Many thanks guys, I hope this is not too messy and that I didn't miss some obvious piece of info out there that solves all this out :) Le mardi 31 octobre 2017 16:53:07 UTC+1, Martones a écrit : > > Hi Thomas, > > Many thanks for your time and answer! I was indeed playing wit

Re: Migrating from GWT 2.5.1 to 2.8.2 - Problem with Super dev mode

2017-10-31 Thread Martones
Le mardi 31 octobre 2017 11:41:31 UTC+1, Thomas Broyer a écrit : > > > > On Tuesday, October 31, 2017 at 10:31:39 AM UTC+1, Martones wrote: >> >> Hey guys, >> >> I'm trying to migrate my app which looks like this : >> GWT 2.5.1 front, PHP back, no

Migrating from GWT 2.5.1 to 2.8.2 - Problem with Super dev mode

2017-10-31 Thread Martones
Hey guys, I'm trying to migrate my app which looks like this : GWT 2.5.1 front, PHP back, no maven -> GWT 2.8.2 front, PHP back, maven with gwt-maven-plugin. I manage to *mvn gwt:compile* and *mvn gwt:run-codeserver*. I actually think I'm confused about how the SDM runs now in 2.7+ but here

Re: Super Dev Mode on Mobile, Tablet, IPad Browser

2013-11-05 Thread Martones
If you're using MGWT there is a helper method you can use within your code : SuperDevModeUtil.showDevMode(); (see : http://blog.daniel-kurka.de/2012/07/mgwt-super-dev-mode.html) I use it with a param in the URL : http://myapp?SDM pops de SDM menu. Le lundi 4 novembre 2013 10:07:11 UTC+1, CHEN

Re: GWT not loading .js

2013-10-08 Thread Martones
* is doing this). Am-I the only one having this problem ? Many thanks ! Le dimanche 6 octobre 2013 12:20:26 UTC+2, Martones a écrit : Hi Jens, This is exactly the case. The nocache.js is gone and there is a bunch of JS directly in the page. I first though that this is GWT behaviour

Re: GWT not loading .js

2013-10-08 Thread Martones
is one of the major 3 mobile providers here in France. Many thanks ! Ludovit Le dimanche 6 octobre 2013 12:20:26 UTC+2, Martones a écrit : Hi Jens, This is exactly the case. The nocache.js is gone and there is a bunch of JS directly in the page. I first though that this is GWT behaviour

Re: GWT not loading .js

2013-10-08 Thread Martones
I tryed to post two answers in here but they didnt get posted. I guess there was something wrong with them. Can I have some clarification on it please ? :) Thanks alot ! Le dimanche 6 octobre 2013 12:20:26 UTC+2, Martones a écrit : Hi Jens, This is exactly the case. The nocache.js is gone

Re: GWT not loading .js

2013-10-08 Thread Martones
Oh my, my messages got all posted. I dont know why I didnt see them in my session. Sorry for the spam. I'm deleting the useless ones. I see what you mean, but I dont have the possibility to change the relative path from where GWT fetches the permutations, do I ? I'm using quite a few code

Re: GWT not loading .js

2013-10-06 Thread Martones
Hi Jens, This is exactly the case. The nocache.js is gone and there is a bunch of JS directly in the page. I first though that this is GWT behaviour but couldnt explain it to myself. I guess it means that the pretty compiled code is too havy to be included to the page. Do you think there

Re: Decimals acting wierd : 5.3 * 3 = 15.899999999999999

2013-10-05 Thread Martones
-suck-at-math.html On Sunday, September 29, 2013 3:20:36 AM UTC-7, Martones wrote: Hey guys, I had this problem hounting me since quite a while. I'm using double types in the equation above and I have this wierd precision result : 5.3 * 3 = 15.899 This is not the first time

GWT not loading .js

2013-10-05 Thread Martones
Hey everyone, I have this issue with 3 different GWT projects : I try to load app.exemple.com/index.php where index.php has the module/module.nocache.js include, I have a 404 error failing to load one of the permutation JSs' + the gwt css file. Wierdly enough the file called strips out the

Decimals acting wierd : 5.3 * 3 = 15.899999999999999

2013-09-29 Thread Martones
Hey guys, I had this problem hounting me since quite a while. I'm using double types in the equation above and I have this wierd precision result : 5.3 * 3 = 15.899 This is not the first time at all and I already saw this with floats / without multiplication and so on. Before I

Re: Super dev mode - sourcemap not working anymore

2013-05-21 Thread Martones
Hello Brian, thanks for your answer. I tested the Showcase sample from the 2.5.1 GA bundle and the issue is the same. SDM works well for me. Here is my compilation result which states that source maps are well enabled : Compiling 1 permutation Compiling permutation 0... Source

Re: Super dev mode - sourcemap not working anymore

2013-05-21 Thread Martones
I tryed to reinstall the bookmark, this didnt help. But thanks for your tip ;) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Super dev mode - sourcemap not working anymore

2013-05-16 Thread Martones
Hi Thomas, thanks for your answer. Yes of course I did ! Tried this on several PCs even. I didnt install any new plugins to chrome either or what ever... Basicaly I didnt change anything since last time when Source maps worked. Now if I run my SDM I dont see any sources (even with CTRL+O

Re: Super dev mode - sourcemap not working anymore

2013-05-15 Thread Martones
Hey again, any update on this please ? :) Many thanks, Ludovit Le lundi 6 mai 2013 15:37:26 UTC+2, Martones a écrit : Hello all, I'm using 2.5.1 GA now and the problem still persists for me in Chrome. Is there something else I missed ? :) Many thanks, Ludovit Le jeudi 17 janvier

Re: Super dev mode - sourcemap not working anymore

2013-05-06 Thread Martones
of com.google.gwt.core.linker.CrossSiteIframeLinker and uncomment this line: //out.print(\n//@ sourceURL=0.js\n); The sourceURL comment is there for a good reason but it screws up the latest chrome. Good luck, Guus Op donderdag 17 januari 2013 15:01:43 UTC+1 schreef Martones het volgende: Hi guys ! My

Widget destruction impossible because of EventBus ?

2013-03-04 Thread Martones
Hey everyone, I noticed that my widget still listens to events from EventBus event after I remove them from the DOM and after I clear all my references to them. I was thinking if this was because of the EventBus bus handler the widget has. Or I am missing something ! Anyway here is a

Re: Widget destruction impossible because of EventBus ?

2013-03-04 Thread Martones
a écrit : On Monday, March 4, 2013 10:31:21 AM UTC+1, Martones wrote: Hey everyone, I noticed that my widget still listens to events from EventBus event after I remove them from the DOM and after I clear all my references to them. I was thinking if this was because of the EventBus bus

Super dev mode - sourcemap not working anymore

2013-01-17 Thread Martones
Hi guys ! My source maps doesn't seem to appear once I compile in SDM - Chrome. Did chrome do some update that changed something ? It worked fine yesterday but now I cant see the sources in the Chrome debug panel anymore. Any ideas ? Many thanks ! ;) -- You received this message because

Re: Super dev mode - sourcemap not working anymore

2013-01-17 Thread Martones
Alright thanks alot Thomas ! Good luck Le jeudi 17 janvier 2013 15:07:47 UTC+1, Thomas Broyer a écrit : On Thursday, January 17, 2013 3:01:43 PM UTC+1, Martones wrote: Hi guys ! My source maps doesn't seem to appear once I compile in SDM - Chrome. Did chrome do some update

Re: Are you happy with GWT?

2012-10-08 Thread Martones
Yes we are very happy too :) We have a business application which is basicly aimed to become our home-made ERP. It grows nicely since 2 years (~50 users). We like to have an object oriented, structured long-run model. We have a PHP backend and we use request builder. We use JSONObject that we

Ajax € (euro) character problem

2012-09-10 Thread Martones
Hey guys, I'm aware my problem is likely not GWT related but hopefuly you can point me in the right direction. All X-requests I'm making work fine (French application with plenty of accents), except for the euro (€) character. Here are some facts : - I'm getting ? or other unknown chars

Re: Ajax € (euro) character problem

2012-09-10 Thread Martones
Thanks alot for your quick answer guys. I've changed my header as you advised Abraham, it doesnt seem to fix it. Thomas, my payload is %E2%82%AC. Le lundi 10 septembre 2012 16:10:10 UTC+2, Thomas Broyer a écrit : On Monday, September 10, 2012 3:52:44 PM UTC+2, Martones wrote: Hey guys, I'm

Re: Printing from GWT -- how to?

2012-06-22 Thread Martones
Hi all ! I was trying to use Print.It but even after including standard.css, some computed styles are omitted (they are injected in the HTML in some way I'm not capable of undestanding :) ). Is there any workaround ? Many thanks ! Le samedi 2 juin 2012 06:36:50 UTC+2, Stevko a écrit :

Re: How to override CellTable css

2012-06-21 Thread Martones
Hi all, I dig up this thread to ask a question about the CSS overriding. My problem is that once I create a celltable with my customised CellTable.Resources, all other CellTables in my application use this style (even though I didnt pass the resource to their constructor). This is because the

Re: How to override CellTable css

2012-06-21 Thread Martones
Great thanks alot for a quick answer Thomas :) Extending CellTable.Style did the trick Le jeudi 21 juin 2012 10:10:26 UTC+2, Thomas Broyer a écrit : On Thursday, June 21, 2012 9:54:39 AM UTC+2, Martones wrote: Hi all, I dig up this thread to ask a question about the CSS overriding. My

Re: Pass data through event.setData() in 2.4 Drag and Drop

2012-02-25 Thread Martones
Hi Colin, maybe this document could help you : http://static.googleusercontent.com/external_content/untrusted_dlcp/www.google.com/fr//events/io/2011/static/presofiles/gwt_html5_a_web_develops_dream.pdf look at the DND section. The data you are passing is to be received by the drop target, not the

Re: Drag and Drop API in GWT 2.4

2012-02-25 Thread Martones
Hi Stagirus, if you dont need to drag Widgets you shall be theoretically able to drag / dragOver / drop any widget. For that, use widget.addDomHandler (as explained here

Including a .jar working in Tomcat but no in builtin Jetty

2012-01-14 Thread Martones
Hi everyone, I'm using Mongodb + GWT RPC. I'm getting a NoClassDefFoundError error when in Hosted jetty server. But when I compile the app and place it on my tomcat server it works (I copy-paste the.war/ content). As advised in the GWT doc I did the folowing config : - I copied the mongo.jar

Re: Including a .jar working in Tomcat but no in builtin Jetty

2012-01-14 Thread Martones
Here's an update : I just tested a random .jar and it works fine. So I guess that there my problem is something more then including correctly the mongo.jar (which I guess is included correcly). Just to be sure here is the signle line of code that throws the error and the error it self : Mongo m

Re: Including a .jar working in Tomcat but no in builtin Jetty

2012-01-14 Thread Martones
will be there. Thanks again ! On 14 jan, 21:04, Thomas Broyer t.bro...@gmail.com wrote: On Saturday, January 14, 2012 7:05:12 PM UTC+1, Martones wrote: exception: java.lang.NoClassDefFoundError: java.net.InetSocketAddress is a restricted class. Please see the Google  App Engine developer's

GWT 2 hosted mode gives response status == 0 ?

2009-12-14 Thread Martones
Hey guys and thanks for GWT2, it rocks! :D I've just downloaded it and trying to make it work with my current project. All seems perfect except my ajax requests :( I'm using local apache to generate request answers, the request seems to work but it returns 0 status and no response text. This