Re: Typescript annotations to JsInterop java classes automatic generation tool ready

2017-09-29 Thread Arnaud TOURNIER
to contribute. See you Arnaud Le jeu. 28 sept. 2017 à 13:00, Vassilis Virvilis <vasv...@gmail.com> a écrit : > Wow! This is impressive! > > I am not familiar with Angular and cannot comment in the quality of the > generated API. > > Any chance you could post jquery jsinteropifie

Re: Typescript annotations to JsInterop java classes automatic generation tool ready

2017-09-29 Thread Arnaud TOURNIER
Thanks Joseph, Not right now, I still need to adjust a few things.. I will let you know when Tour of heroes and all other ANgular 2 samples will have been ported to Angular 4 Thanks Arnaud Le ven. 29 sept. 2017 à 11:09, Joseph Webber <joseph.web...@gmail.com> a écrit : > This is totall

Re: [gwt-contrib] Digest for google-web-toolkit-contributors@googlegroups.com - 3 updates in 1 topic

2017-08-03 Thread Arnaud TOURNIER
Why not make a polyfill on the native js array loaded with the gwt runtime (dynamically adding needed functions on it) so that it conforms to the Java array type? Would be ok to do that 99%of the time I think. It would simplify so much interoperability between them, IMHO... Arnaud Le jeu. 3 août

Re: [gwt-contrib] Digest for google-web-toolkit-contributors@googlegroups.com - 5 updates in 2 topics

2017-05-31 Thread Arnaud TOURNIER
e worked as expected. The suggested work around (jsni method) might work, the idea is to bypass the GWT compiler generated cast checks. Thanks Arnaud Le mer. 31 mai 2017 à 12:47, < google-web-toolkit-contributors@googlegroups.com> a écrit : > google-web-toolkit-contributors@googlegroups.com >

Re: [gwt-contrib] Digest for google-web-toolkit-contributors@googlegroups.com - 3 updates in 1 topic

2017-04-19 Thread Arnaud TOURNIER
the other way around (jsinterop to d.ts / closure) ? I am also interested... Thanks Arnaud Le mer. 19 avr. 2017 à 12:50, < google-web-toolkit-contributors@googlegroups.com> a écrit : > google-web-toolkit-contributors@googlegroups.com > <https://groups.google.com/forum/?utm_source=d

Re: [gwt-contrib] Digest for google-web-toolkit-contributors@googlegroups.com - 7 updates in 1 topic

2017-04-10 Thread Arnaud TOURNIER
union types). The typescript 2 jsinterop tool I made is not ready yet, but capable of translating the Angular 2 api into JsInterop, and should also be usable to integrate other js librairies (when they have a correct TS def file on definitely typed). Thanks Arnaud Le jeu. 6 avr. 2017 à 19:44, Arnaud

Re: [gwt-contrib] Digest for google-web-toolkit-contributors@googlegroups.com - 7 updates in 1 topic

2017-04-06 Thread Arnaud TOURNIER
Perfect time ! Thanks for the hard work! Arnaud Le jeu. 6 avr. 2017 à 12:49, < google-web-toolkit-contributors@googlegroups.com> a écrit : > google-web-toolkit-contributors@googlegroups.com > <https://groups.google.com/forum/?utm_source=digest_medium=email#!forum/google-web-toolk

[gwt-contrib] Re: Thoughts on DevMode

2017-01-13 Thread Arnaud TOURNIER
anged... Is that better or worse ? I don't know, it's different... and also the same ! Java will be dead one day, and Javascript will also be dead one day, that's just how it goes, nothing lasts forever. Peace, Thanks Arnaud Tournier Le jeudi 12 janvier 2017 22:43:57 UTC+1, sanny...@gmail.com

Re: [gwt-contrib] Re: Last call for 2.8.0-RC3

2016-09-10 Thread Arnaud TOURNIER
Makes sense! So better to have a "nostrict" option for the special cases Thanks Le sam. 10 sept. 2016 14:57, Jens a écrit : > > Thank you I will try that -strict option. >> >> My suggestion is that exported @JsType (when the -generateJsExport option >> is turned on)

Re: [gwt-contrib] Re: Last call for 2.8.0-RC3

2016-09-10 Thread Arnaud TOURNIER
: > > Arnaud, have you tried using -strict? GWT ignores compilation units with > errors if they are not explicitly reachable from the entry point. I assume > your Toto class is only referenced from JS. So if this class has any > compile error (like missing references) then G

[gwt-contrib] Re: Last call for 2.8.0-RC3

2016-09-09 Thread Arnaud TOURNIER
he problem is not that the compile does not work, but that no useful message is generated to understand the error. For this one, i can give you the code, but privately since it is a business app that is not open source... Thanks ! Arnaud Tournier LTE Consulting Le jeudi 8 septembre 2016 16:2

Re: [gwt-contrib] Re: Problem with JsInterop

2016-09-01 Thread Arnaud TOURNIER
s." I will try again in this direction and let you know if i find a bug. Thanks Arnaud Le ven. 2 sept. 2016 à 05:28, 'Goktug Gokdogan' via GWT Contributors < google-web-toolkit-contributors@googlegroups.com> a écrit : > The limitation around @JsFunction is basically driven from the lim

Re: [gwt-contrib] Re: Problem with JsInterop

2016-08-30 Thread Arnaud TOURNIER
hen overload the function so that it took > each of the resolver interfaces. > > > On Saturday, August 27, 2016 at 9:51:50 AM UTC-4, Arnaud TOURNIER wrote: >> >> Hi, >> >> I am playing with js Promises and maybe there's a problem with JsInterop >> or i don't

Re: [gwt-contrib] Problem with JsInterop

2016-08-27 Thread Arnaud TOURNIER
er, I'm not a JsInterop expect, but I'm trying to learn quickly.) > > On Sat, Aug 27, 2016 at 8:51 AM Arnaud TOURNIER <ltea...@gmail.com> wrote: > >> Hi, >> >> I am playing with js Promises and maybe there's a problem with JsInterop >> or i don't underst

[gwt-contrib] Problem with JsInterop

2016-08-27 Thread Arnaud TOURNIER
ion), just changing the calling parameters. So i don't understand why is there the limitation of having only one method allowed in @JsFunction interfaces... If it would it would give even much power to JsInterop ! Could you please bring light to my misunderstanding ? Thanks ! Arnaud -- Yo

Re: [gwt-contrib] I think the 2.7.0 GWT release was compiled on Daniel Kurka's machine !

2015-11-23 Thread Arnaud TOURNIER
I confirm this is absolutely not a bug, and does not have any impact on production code... It was more a "fun fact"... Thanks Arnaud Le dim. 22 nov. 2015 17:48, Thomas Broyer <t.bro...@gmail.com> a écrit : > > > On Sunday, November 22, 2015 at 4:37:17 PM UTC+1, Niels

Re: [gwt-contrib] Digest for google-web-toolkit-contributors@googlegroups.com - 4 updates in 2 topics

2015-10-23 Thread Arnaud TOURNIER
and think) Thanks ! And bye the way, i really find this api rocks ! Thanks a lot ! Arnaud Le ven. 23 oct. 2015 à 12:50, < google-web-toolkit-contributors@googlegroups.com> a écrit : > google-web-toolkit-contributors@googlegroups.com > <https://groups.google.com/forum/?utm_source=dige

Re: [gwt-contrib] I think the 2.7.0 GWT release was compiled on Daniel Kurka's machine !

2015-07-02 Thread Arnaud TOURNIER
Hi Daniel, I had a closer look to the thing. The paths mentionning your home account in google are stored in all the gwtar files in the gwt-user-2.7.0 artifact Does that really mean that the offical gwt releases are built on your desktop machine ? Thanks Arnaud Le mer. 1 juil. 2015 à 18:42

Re: [gwt-contrib] GWT 3 Build System

2015-07-01 Thread Arnaud TOURNIER
Hi Daniel, Just to say : the more i think about this new GWT compiler, the more i think it's the right choice for GWT ! Great work to you all ! Arnaud Le jeudi 18 juin 2015 14:37:31 UTC+2, Daniel Kurka a écrit : One other thing: It won't matter which system we use to build the new

[gwt-contrib] I think the 2.7.0 GWT release was compiled on Daniel Kurka's machine !

2015-07-01 Thread Arnaud TOURNIER
found funny to get those kind of paths in a release artifact !! Thanks Arnaud -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors

Re: [gwt-contrib] I think the 2.7.0 GWT release was compiled on Daniel Kurka's machine !

2015-07-01 Thread Arnaud TOURNIER
It's a project of one of my customers which is on gwt 2.6 and needs to migrate to 2.7. In the cours of doing that, i got this errors... If you need, i can investigate a bit more, but seems to be coming from those [ERROR] java.lang.String cannot be resolved to a class... Thanks ARnaud Le mer. 1

Re: [gwt-contrib] GWT 3 Build System

2015-06-18 Thread Arnaud TOURNIER
? Thanks Arnaud Le jeu. 18 juin 2015 à 13:19, 'Daniel Kurka' via GWT Contributors google-web-toolkit-contributors@googlegroups.com a écrit : As a side note: We had a discussion to make j2cl be able to compile itself to JavaScript. If that is actually done you can easily integrate with all

[gwt-contrib] GWT 3 Build System

2015-06-18 Thread Arnaud TOURNIER
code in a classic Web project. What do you think ? Thanks Arnaud -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscr

Re: [gwt-contrib] GWT 3 Build System

2015-06-18 Thread Arnaud TOURNIER
Ok great ! True that Google will always have the master hand over GWT, fair because code is committed by almost only google people ! Community has to keep that in mind. Thanks Arnaud Le jeu. 18 juin 2015 à 14:37, Daniel Kurka danku...@google.com a écrit : One other thing: It won't matter which

Re: Does GWT has any support for data binding?

2015-05-17 Thread Arnaud Tournier
Jeff Larsen larsenje@... writes: From 2.1 on it has databinding added. Check out the editor framework. http://code.google.com/p/google-web-toolkit/wiki/Editors I suggest you try HexaBinding, which is non invasive and only focused on data binding. Here is the link :

Re: LESS/ SASS/... style usage in GWT ?

2015-04-24 Thread Arnaud TOURNIER
really just a way to show that the GWT compilation is decorrelated from the CSS binding, which is the essence of this tool. Thanks ! Arnaud Le ven. 24 avr. 2015 à 20:08, Jens jens.nehlme...@gmail.com a écrit : With HexaCss http://lteconsulting.fr/hexacss/ for GWT, you can use Sass, Less, Susy

Re: LESS/ SASS/... style usage in GWT ?

2015-04-24 Thread Arnaud TOURNIER
... Thanks Arnaud Le ven. 24 avr. 2015 à 19:46, mmcro...@harris.com a écrit : Does that include the ability to modify styles without redeploying the WAR file? -- You received this message because you are subscribed to a topic in the Google Groups Google Web Toolkit group. To unsubscribe from

Re: LESS/ SASS/... style usage in GWT ?

2015-04-24 Thread Arnaud TOURNIER
Thanks Jens for your advice, i will definitely change the text on the website in the way you said it. Obvisouly i lack skills in communicating ! Thanks again ! Arnaud Le ven. 24 avr. 2015 à 21:46, Jens jens.nehlme...@gmail.com a écrit : I am not sure i am really clear in my explanation

Re: LESS/ SASS/... style usage in GWT ?

2015-04-24 Thread Arnaud TOURNIER
Thanks Ed, i will have a look at Errai again, last time i did i focused on other parts and missed the theming parts... Arnaud Le ven. 24 avr. 2015 à 21:53, Ed Bras post2edb...@gmail.com a écrit : Have a look at the RedHat Errai templating mechanism. Errai is setup in modules (jar's), so you

Re: LESS/ SASS/... style usage in GWT ?

2015-04-24 Thread Arnaud TOURNIER
in another way. So it's not just a matter of injecting a color value... It's matter of completely changing the CSS structure. In that case, how would you do with CssResources ? Thanks, i like this discussion ! Arnaud Le ven. 24 avr. 2015 à 22:17, Jens jens.nehlme...@gmail.com a écrit : I

Re: New library to integrate any CSS framework with GWT

2015-04-04 Thread Arnaud TOURNIER
prioriticize the features and organize contributions... Thanks Arnaud Le sam. 4 avr. 2015 à 11:37, Arnaud TOURNIER ltea...@gmail.com a écrit : Hi Ed, This project is indeed used in one big application in production (100k+ loc on the client side). I use it mainly to maintain 3 different

Re: New library to integrate any CSS framework with GWT

2015-04-04 Thread Arnaud TOURNIER
it works well, i had the idea to extract it from the main project and give it to the community. So of course, there might be some work to be fully industrialized, in order to adapt to any context. Any contribution, idea and so on is of course welcome ! Thanks Arnaud Tournier Le ven. 3 avr. 2015 à

[gwt-contrib] A new library to integrate GWT with any CSS Framework

2015-04-01 Thread Arnaud TOURNIER
/ltearno/hexa.tools Of course, it is open source and will stay so ! Stay tuned, because i have other announcements to make soon Please tell me if you find the idea interesting and if it might help you. I also very much welcome anyone wishing to contribute to this project ! Thanks Arnaud Tournier

Re: [gwt-contrib] A new library to integrate GWT with any CSS Framework

2015-04-01 Thread Arnaud TOURNIER
in this library)... Thanks Arnaud Le mer. 1 avr. 2015 à 12:22, 'Daniel Kurka' via GWT Contributors google-web-toolkit-contributors@googlegroups.com a écrit : Hi Arnaud, great work! Have you considered using a APT generator instead of hooking into the old GWT Generator API? -Daniel On Wed, Apr 1

Re: New library to integrate any CSS framework with GWT

2015-04-01 Thread Arnaud TOURNIER
Yes, i just realized it was April fool's day !!! Really funny because it's been a long time i wanted to announce that, by coincidence it happens today :) I might re-announce it next week, just to kill the confusion ! Thanks ! Arnaud Le mer. 1 avr. 2015 à 16:24, Vassilis Virvilis vasv

Re: [gwt-contrib] Digest for google-web-toolkit-contributors@googlegroups.com - 5 updates in 1 topic

2014-11-25 Thread Arnaud TOURNIER
You may check the sdbg project which aims to drive the chrome debugger from eclipse. You get an experience really close to the old dev mode, like working with breakpoints from eclipse Thanks Arnaud Le mar. 25 nov. 2014 11:55, null google-web-toolkit-contributors@googlegroups.com a écrit

[gwt-contrib] Re: Getting rid of autoboxing?

2014-11-21 Thread Arnaud TOURNIER
Can that be an option ? So that the user knows what happens consciously, in order to optimize the runtime. I admit, that this would not simplify the jscompiler base code, but would provide the user with another powerful optimization... Just an idea... Thanks Arnaud Le vendredi 21 novembre

Re: [gwt-contrib] Digest for google-web-toolkit-contributors@googlegroups.com - 1 update in 1 topic

2014-11-19 Thread Arnaud TOURNIER
definitely vote for that to happen ! Thanks Arnaud Le Wed Nov 19 2014 at 11:54:29, google-web-toolkit-contributors@googlegroups.com a écrit : google-web-toolkit-contributors@googlegroups.com https://groups.google.com/forum/?utm_source=digestutm_medium=email/#!forum/google-web-toolkit

[gwt-contrib] Re: JsInterop

2014-09-30 Thread Arnaud TOURNIER
By adding the -XjsInteropMode JS option, the thing should work. Le mardi 30 septembre 2014 12:55:57 UTC+2, Michael Vogt a écrit : Hello. Should it be possible right now to use JsInterop to use the facebook Javascript sdk? The call I want to use is FB.XFBML.parse So I created 2

Re: [gwt-contrib] Re: SDM -XcompilePerFile: initial feedback

2014-09-02 Thread Arnaud TOURNIER
the experience Thanks a lot again for all the work and the good things coming out ! Arnaud Le lundi 1 septembre 2014 12:25:38 UTC+2, Daniel Kurka a écrit : Hi Arnaud, are those 10s after the changes we made or before? -Daniel On Mon, Sep 1, 2014 at 12:02 PM, Arnaud TOURNIER lte...@gmail.com

Re: [gwt-contrib] Re: SDM -XcompilePerFile: initial feedback

2014-09-01 Thread Arnaud TOURNIER
Thanks to all of you who participated to this very good things ! I am now able (from the trunk) to have a great experience debugging with Gwt + Eclipse + Sdbg + Chrome. I cannot be quantitatively very precise but the latest optimization (-XcompilePerFile) seems to give good results. My project

Re: [gwt-contrib] Re: SDM -XcompilePerFile: initial feedback

2014-09-01 Thread Arnaud TOURNIER
'Daniel Kurka' via GWT Contributors google-web-toolkit-contributors@googlegroups.com: Hi Arnaud, are those 10s after the changes we made or before? -Daniel On Mon, Sep 1, 2014 at 12:02 PM, Arnaud TOURNIER ltea...@gmail.com wrote: Thanks to all of you who participated to this very good

GWT 2.5.1 DevMode - Unexpected module reload with Firefox

2014-06-13 Thread Arnaud Brochard
Hi folks, I just updated my company's application to GWT 2.5.1 and noticed an unexpected behavior with Firefox, not present in 2.4.0. On each URL #token change (either manually in the navigator address bar, or via the Window.Location.assign method), I noticed that the GWT module is fully

Re: JPA for GWT

2013-11-27 Thread Arnaud TOURNIER
are not possible, - You can have only one persistence context, - The GROUP BY clause is not supported... That's why a REAL JPA implementation is missing... Thanks ! Arnaud 2013/11/27 Subhrajyoti Moitra subhrajyo...@gmail.com try Errai framework. On Wed, Nov 27, 2013 at 9:26 PM, Ltearno ltea

Re: JPA for GWT

2013-11-27 Thread Arnaud TOURNIER
is just a key/value map, and they then build a minimal subset of JPA on top of it) So anyway, that would mean rewriting a lot of code in the Errai project, which is great by the way. Thanks Arnaud 2013/11/27 Alain Ekambi jazzmatad...@gmail.com ERRAI is open source. Why not extend or contribuate

Re: JPA for GWT

2013-11-27 Thread Arnaud TOURNIER
I completely agree with this point ! It should be fast enough so that browser doesn't seem sluggish. Arnaud 2013/11/27 Jens jens.nehlme...@gmail.com - You can only execute very simple queries, - You cannot use any joins or nested attribute retrieval, - All queries should

Fresh install with error at compile time

2012-11-17 Thread Émilien ARNAUD
Hi, I'm using a fresh installation of Eclipse Juno with latest release of plugins (no update possible). I'm on Mac OS Moutain Lion with Java 7. I wrote a little app using app engine 1.7.1 and GWT 2.5. Everything's correctly working on hosted mode, but when I try to compile to send it to Google

Re: DevMode not working in Chrome after update

2012-10-14 Thread arnaud lejeune
After spending a week-end to figure out what was going on.. It worked for me ! Thanks .. http://code.google.com/p/google-web-toolkit/issues/detail?id=7696 Le dimanche 14 octobre 2012 12:16:28 UTC+2, Thomas Broyer a écrit : On Sunday, October 14, 2012 4:54:57 AM UTC+2, Max wrote: Mac OS.

Re: DevMode not working in Chrome after update

2012-10-13 Thread arnaud lejeune
Idem .. Nobody has a response ? Chrome 22.0.1229.94 GWT 2.4/2.5 Le mardi 17 juillet 2012 16:16:03 UTC+2, Andy a écrit : I updated Chrome this morning and now when I try to use DevMode I get an error Could not load GWT DevMode Plugin and an offer to Download the GWT Developer Plugin. When I

Trying to remove permutations for default locale

2011-02-24 Thread Arnaud
, but computations for this locale are generated whatever we do. We tried to specify en locale as the default, but default permutations are still generated. Is there any way to get rid of the computations for the default locale? Thanks in advance, Arnaud Thiefaine -- You received this message

Re: GWT 2.1 cell table paging bug?

2010-12-06 Thread Arnaud
I have exactly the same problem than sebrojas, if someone has a solution. Would appreciate any help. Thanks Arnaud On Nov 2, 7:29 pm, sebrojas sebroja...@gmail.com wrote: Yes, is a bug! Also, I´m having other problems with celltable paging. When I set the page size to 12 or less, and I click

Last Eclipse plugin version

2009-11-03 Thread Arnaud
Hello, I want to download GWT plugin for Ecplise but I'm behind a proxy and I can't configure Eclipse in order to use automatic update system (the proxy require a login on a specific local webpage). So I'm trying to install it manually using this method:

Re: UiBinder i18n Example

2009-10-24 Thread Arnaud
/g:Dock /g:DockPanel /ui:UiBinder Compiles perfectly but no properties files... I'm using 2.0 ms2 Has somebody suceeded in generated the defaultproperties files and how ? Thanks all Arnaud On 21 oct, 15:47, Lore laurent.vanderlin...@gmail.com wrote: if you look

Re: UiBinder i18n Example

2009-10-24 Thread Arnaud
value=com.rheanet.Profiles/ /java /target When doing a build the file will be generated under folder specified. The files don't get generated in developer mode, only if building completly. Arnaud On 24 oct, 15:52, Thomas Broyer t.bro...@gmail.com wrote: On 24 oct, 14:10, Arnaud conn

Re: UiBinderi18n Example

2009-10-23 Thread Arnaud
? Thanks Arnaud On 18 oct, 04:06, Ben benzhe...@gmail.com wrote: Anyone has insight on this? Just wondering if anyone has tried something similar to this. Thanks Ben On Oct 13, 7:18 pm, Ben benzhe...@gmail.com wrote: I am following example on wiki:http://code.google.com/p/google

Re: Does anyone has a nice written class for bypassing SOP restrinctions

2009-08-11 Thread Arnaud
Thanks for the code. This actually covers well the GET part, but as you say, not the POST. Thanks cause it is still very interesting implementation. Does anybody has written or seen around a similar code that would also support POST ? Thanks for the help. Arnaud On 10 ago, 14:38, MiSt m

Does anyone has a nice written class for bypassing SOP restrinctions

2009-08-10 Thread Arnaud
than the RequestCallback/Request interface we commonly use, that would handle simultaneous query, and most important that allow both POST and GET requests. Thanks Arnaud --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: New problem of blurHandler and setFocus on GWT 1.6

2009-07-18 Thread Arnaud Blanchard
not very clean. public void onClick(ClickEvent event) { event.stopPropagation(); edit(); } Regards, Nono Hi, Could you try to addBlurEvent after setting focus to true ? Regards, 2009/6/28 Arnaud Blanchard

New problem of blurHandler and setFocus on GWT 1.6

2009-06-28 Thread Arnaud Blanchard
Hi, When I set setFocus on a object it is focussed and immediatly after, an onBlur event is send. I did not have this problem on 1.5 with focus listener. You can see the code below. solidify is call immediatly after we have time to see that the area of text has been selected. Maybe the

I have a problem withn the refresh file

2009-05-06 Thread arnaud
name siteAfrikaSciences.html i have this error HTTP ERROR: 503 SERVICE_UNAVAILABLE RequestURI=/siteAfrikaSciences.html I try to clean and rebuild with Ant i have this error of build: Buildfile: C:\Documents and Settings\Arnaud AGOSSA\Bureau \ProjetSiteInternetArnaud\gwt-windows-1.6.4

Recherche profil JAVA/GWT

2009-03-24 Thread Arnaud
- L'Anglais serait un plus apprécié Les candidatures d'indépendants (portage salarial ou freelance) seront étudiées pour répondre à l'urgence de la demande. N'hésitez pas à me contacter pour plus de renseignements. Cordialement, Arnaud --~--~-~--~~~---~--~~ You

i can't see the bottom component of VerticalPanel when it's minimized

2008-12-24 Thread arnaud
Hello every one, i have a verticalPanel in which i put a lot of component.When my panel is minimize i don't see all of the components but when it's maximize i can see all of them;So what can i do to see the bottom components when it's minimized? Thanks you Arnaud

problem with Date

2008-12-23 Thread arnaud
and i have tis error: java.lang.IllegalArgumentException: Cannot format given Object as a Date What can i do please? Arnaud --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Session varriable are lost

2008-12-22 Thread arnaud
Hi every one, i have created a session variable in which i put a xml file like a String.When i try to get this variable one part is lost. What can i do for this? Arnaud --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

refresh problem

2008-12-19 Thread arnaud
don't have the task.What can i do? Sincerly Arnaud --~--~-~--~~~---~--~~ 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

window;open in the same window

2008-12-18 Thread arnaud
Hi every one, at the moment i can open a new window that contains the pdf document and it's properties in the new winddows by using window.open I want to open the same document but not in a new window.How can i do? Sincerly Arnaud --~--~-~--~~~---~--~~ You

gwt deployment with ant

2008-11-05 Thread arnaud
Hello every one, i want to deploy gwt application with ant.Who know how can i do it? Arnaud --~--~-~--~~~---~--~~ 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

how to close browser window

2008-10-30 Thread arnaud
Hello eveyone, i just want to know how to close the window browser with the button.Does somebody know it? I hope youy response Arnaud --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: how to close browser window

2008-10-30 Thread arnaud
to have a reference to the window object. Since GWTs   Window.open() doesn't return the instance to you, you would have to   create JSNI methods to both open a new window which returns a window   object, and to close that window. -jason On Oct 30, 2008, at 7:20 AM, arnaud wrote: Hello