Re: Is there any integration between GWT and Google Web Designer ?

2015-10-08 Thread yves
I would rather think about getting from the Designer a GWT-compatible code in java ! Yves -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-w

Is there any integration between GWT and Google Web Designer ?

2015-10-07 Thread yves
Hi It is not about the old GWT Designer but well about this tool https://www.google.com/webdesigner/ ! I don't use Google Web Designer, but I wonder if there might be any mean to produce GWT compatbile code with this tool ? Thanks Yves -- You received this message because you are subscribed

Re: CellTable keyboard events troubles in Chrome

2013-11-11 Thread yves
Hi Jens, Thanks a lot for the suggestion, it works. I used the dev version because in the past it was needed for the dev mode. I installed the last stable version, and it is ok also with the dev mode. Thanks Yves Le mardi 5 novembre 2013 21:40:43 UTC+1, Jens a écrit : Have you also tried

Re: GWT components aren't displaying

2013-11-11 Thread yves
Hi, I don't know if you did it or not (not seen in your example) : the Usuario dto class must also implements Serializable. HTH Yves Le dimanche 10 novembre 2013 19:34:37 UTC+1, Jairo de Almeida a écrit : hi Group, Someone get problems with serialized pojo in comunication about client

Re: CellTable keyboard events troubles in Chrome

2013-11-05 Thread yves
I know this is not a funny question, but if someone already had this kind of issue or have any suggestion, help would be very appreciated as I could not make it work correctly in Chrome. GWT-team ? Thanks Yves Le dimanche 3 novembre 2013 19:37:03 UTC+1, yves a écrit : Hi All, After

CellTable keyboard events troubles in Chrome

2013-11-03 Thread yves
tests purpose...) Thank you for your help. Yves /** * A simple data type that represents a contact with a unique ID. */ private static class Contact { private static int nextId = 0; private final int id; private String name; public

Re: Offline debugging my gwt app

2013-05-22 Thread yves
Hello GWT-team guys ! Nobody has an idea at least if is it a bug or a feature? Thanks a lot for your help Yves -- 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

Re: Offline debugging my gwt app

2013-05-21 Thread yves
Yes hosted.html is included in the CACHE section of the manifest. I don't have a devmode.js file. Yves -- 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

Offline debugging my gwt app

2013-05-20 Thread yves
anybody knows why the app is not running in debug offline mode and how to make it run ? Thanks a lot ! Yves -- 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

Re: Offline debugging my gwt app

2013-05-20 Thread yves
Thanks for your answer, but my question is about the HTML5 offline feature. Sorry if my post was not clear. The problem is that I can't debug the GWT app while running it without a connection to the site server, thus offline. Yves -- You received this message because you are subscribed

Re: RPC call in Activity onStop()

2013-03-05 Thread yves
and the server so that the client periodically tells to the server I am still here. If someone succeeded to make an RPC call during onStop(), I would appreciate the feedback :-) Yves -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: Is it possible to create screens at runtime?

2013-03-05 Thread yves
Unless I don't understand your question, this is THE main GWT feature, thus smart-gwt too ! Yves -- 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 google-web

Re: RPC call in Activity onStop()

2013-03-05 Thread yves
. And then onStop() is NOT called in my use case. Yves -- 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 google-web-toolkit+unsubscr...@googlegroups.com. To post

Re: RPC call in Activity onStop()

2013-02-21 Thread yves
the call (checked with a lot of debug logs and breakpoints). I'll try again, also with the addClosingHandler() which I didn't knew. Thanks for the suggestion. I'll come back soon. Yves Le mardi 19 février 2013 23:45:32 UTC+1, Jens a écrit : I don't see why it should not work. You can do an RPC

Re: RPC call in Activity onStop()

2013-02-21 Thread yves
in the client. Thanks for input. Yves -- 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 google-web-toolkit+unsubscr...@googlegroups.com. To post to this group

Re: RPC call in Activity onStop()

2013-02-19 Thread yves
Not any suggestion ? Thanks Yves Le dimanche 17 février 2013 23:47:12 UTC+1, yves a écrit : Hi, After a search on the net I didn't find an answer to this problem : I need to make an RPC call from the onStop() function in order to inform the server that the application is closing

RPC call in Activity onStop()

2013-02-17 Thread yves
is called...) Thus my questions are : 1) Is it really impossible to make an RPC call during the onStop process ? 2) In case it is impossible, is there any way to know that the app is closing so I can make a last RPC call ? Thank you for your suggestions. Yves -- You received this message because

Re: Could not load GWT DMP Plugin

2012-10-26 Thread yves
.EP (severity : high) c:\documents and settings\yves\local settings\application data\google\chrome\user data\default\extensions\jpjpnpmbddbjkfaccnmhnkdgjideieim\1.0.11357_0\winnt_x86-msvc\npgwtdevplugin.dll HTH Yves -- You received this message because you are subscribed to the Google Groups

Re: Inserting a DIV in a GWT Panel

2012-05-06 Thread yves
I'm not sure, but try to remove the style display:none or change it (something like footer.setProperty(display, xxx)) when you append the element. Yves -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Which value is returned by Element.getStyle() getProperty() ?

2012-05-04 Thread yves
:-) Thanks for your comments ! Yves -- 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 google-web-toolkit+unsubscr

Re: Which value is returned by Element.getStyle() getProperty() ?

2012-05-04 Thread yves
; But it is no more a used value as defined here https://developer.mozilla.org/en/CSS/used_value Yves -- 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

[gwt-contrib] @com.google.gwt.user.client.impl.DOMImpl::eventGetTypeInt(Ljava/lang/String;)': JS value of type null, expected int

2012-04-03 Thread yves
Hello, I am running myapp in dev mode in chrome and I got the following error. Versions are : gwt 2.4.0v201203300216-rel-37 / eclipse 3.7 / chrome 19.0.1084.1 dev-m After a search in this group, I didn't found something related to this issue, thus I post it. Yves 20:54:31.000 [ERROR] [myapp

[gwt-contrib] Missing compiler error message for serializable object

2011-06-05 Thread yves
. (I am using the INFO loglevel compiler param, thus I get all ERROR and WARN messages). Altough I am using GWT 2.1.1, I did not see this correction in the release notes until GWT 2.3 Thanks for your comments Yves -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] TabLayoutPanel problem with customheader

2011-01-02 Thread yves
to set the text programatically with I18N. I could do this in the ui.xml but it will multiply the number of requested properties files. Did I missed something or is it a bug ? Thanks Yves -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: TabLayoutPanel problem with customheader

2011-01-02 Thread yves
Sorry, I found my mistake. The customheader works very fine ! Please, discard my post. Yves On 2 jan, 11:02, yves yves.ko...@gmail.com wrote: Hi, As I'am trying to create a TabLayoutPanel with 2 customheaders, for each header I made this kind of stuff in the ui.xml

Re: To GWT or Not to GWT

2010-12-16 Thread yves
of GWT, would it be nonsense (for the future of course) to build new app by using pre-compiled building blocks having their own life-cycle independant of each other ? Yves On 15 déc, 21:40, zixzigma zixzi...@gmail.com wrote: if you use JQuery or any other Library, there is a core JSLibrary

Re: ClassT is not serializable ?

2010-12-15 Thread yves
Indeed, it seems to be good solutions too. Thanks Yves On 15 déc, 10:15, Paul Robinson ukcue...@gmail.com wrote: You don't have to hard code anything to send class names. In the client, you can use this: class MyTypeT extends MyGen  implements Serializable {     String className

Re: ClassT is not serializable ?

2010-12-14 Thread yves
and in the (JVM running)-server. In my attempts to workaround the unserializability of Class, I tried to use the hashCode() value, unsuccessfully... Regards Yves On 14 déc, 10:42, Paul Robinson ukcue...@gmail.com wrote: Class is not gwt-serializable. MyType has a non-final, non-transient field of type

Re: ClassT is not serializable ?

2010-12-14 Thread yves
the packages...) Regards Yves On 14 déc, 15:51, ep eplisc...@googlemail.com wrote: you dont need to, just put a fullyqualified classname on the wire and forName() it in the VM. you may also think about providing your custom field serializer for the class, but actually would be nonsense  since

[gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-14 Thread yves
, is the change one could provide to the UI on the fly. Not usual in programming techniques ! Nice work. Yves On 14 nov, 03:00, TedM ted.malask...@gmail.com wrote: If it is helpful here is a video of me exampling how to use the demo. http://www.youtube.com/watch?v=wDzuS7pnYJE -- http

[gwt-contrib] Re: Internal compiler error with GWT 2.1.0 RC1 when using generics

2010-11-12 Thread yves
[] by an ArrayListT which serializes without know issue. Yves On 11 nov, 19:30, Miguel Méndez mmen...@google.com wrote: Thanks.  I was able to reproduce the problem and filed issue 5582http://code.google.com/p/google-web-toolkit/issues/detail?id=5582 . @zhuyi: can you take a look at this bug

[gwt-contrib] Re: Internal compiler error with GWT 2.1.0 RC1 when using generics

2010-11-12 Thread yves
produces the error 2) when you replace the array T[] by a ListT = still the same error Thus my conclusion : the only way to avoid this error is to avoid the usage of generics in a Serializable type (used in a RPC call) HTH Yves On 12 nov, 16:21, Miguel Méndez mmen...@google.com wrote: [+zhuyi

[gwt-contrib] Re: Internal compiler error with GWT 2.1.0 RC1 when using generics

2010-11-12 Thread yves
I've found a similar old problem : look at http://code.google.com/p/google-web-toolkit/issues/detail?id=2279 Yves On 12 nov, 19:52, yves yves.ko...@gmail.com wrote: @All I replaced the array T[] by a ListT and I still get the same OOME. Summary : 1) when you break the self-referenced

[gwt-contrib] Re: Internal compiler error with GWT 2.1.0 RC1 when using generics

2010-11-11 Thread yves
a higher memory allocation. But it doesn't change anything to my problem. @Chris I'll try and will come back soon with the results @Jeff I agree with you, this is certainly the problem. May be I should try to debug the compiler... Thanks for your advices :-) Yves On 11 nov, 04:04, Jeff Larsen larse

[gwt-contrib] Re: Internal compiler error with GWT 2.1.0 RC1 when using generics

2010-11-11 Thread yves
you the output of -verbose:gc Yves On 10 nov, 23:26, Chris Conroy con...@google.com wrote: Yves, You say this error did not occur before your most recent change. It would be useful to get an idea for the memory usage before this change: it could be that your app is just very large and you were

[gwt-contrib] Re: Internal compiler error with GWT 2.1.0 RC1 when using generics

2010-11-11 Thread yves
this, this usage of the genrics allows me to remove from the code many unsafe type cast. Now with the generics I am sure of the member type (next[]). Isn't this the goal of generics ? :-) Yves On 11 nov, 17:34, Miguel Méndez mmen...@google.com wrote: @yves: What does the ResultNode class look like

[gwt-contrib] Internal compiler error with GWT 2.1.0 RC1 when using generics

2010-11-08 Thread yves
is needed do not hesitate to ask. Thanks in advance Yves [java] Compiling module com.mycompany.myproject.MyProject [java][ERROR] Errors in 'file:/C:/java/workspace/MyProject/ src/com/mycompany/myproject/client/model/AppActivityMapper.java' [java] [ERROR] Internal compiler error

[gwt-contrib] Re: Internal compiler error with GWT 2.1.0 RC1 when using generics

2010-11-08 Thread yves
I can't, I only have 2GB RAM, I get this error as from -Xmx1024M [java] Error occurred during initialization of VM [java] Could not reserve enough space for object heap [java] Could not create the Java virtual machine. and the log level is INFO Yves On 8 nov, 22:53, Scott Blum

Re: uibinders - any available graphical editors and/or intellisense for attributes for uibinders?

2010-11-02 Thread Yves
Yes! Just tried 2.1 with GWT Designer and its awesome with uibinder! I aboslutely love GWT. Good job guys! On Nov 2, 12:57 am, Yves yveshw...@gmail.com wrote: the recently released 2.1 would suffice? i vaguely recall that the GWT Designer that produces uibinder xml requires 2.1 m4 release

uibinders - any available graphical editors and/or intellisense for attributes for uibinders?

2010-11-01 Thread Yves
or intellisense for uibinder to show possible attributes in the elements? both eclipse and netbeans are really lacking here. direction needed. regards, Yves -- 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

Re: uibinders - any available graphical editors and/or intellisense for attributes for uibinders?

2010-11-01 Thread Yves
the recently released 2.1 would suffice? i vaguely recall that the GWT Designer that produces uibinder xml requires 2.1 m4 release? please do correct me if I am wrong. On Nov 1, 3:41 pm, Thomas Broyer t.bro...@gmail.com wrote: On 1 nov, 15:25, Yves yveshw...@gmail.com wrote: hi guys, love

[gwt-contrib] CellTree keyProvider value not used in GWT 2.1.0 RC

2010-11-01 Thread yves
be usefull to dispatch the key value (=keyProvider.getKey(value)) to the cells in the CellTree. As far as I understand the code examples that might be the aim of this parameter ? Anyway that would be very usefull for me :-) Thanks for your comments Yves -- http://groups.google.com/group/Google-Web

[gwt-contrib] Re: CellTree keyProvider value not used in GWT 2.1.0 RC

2010-11-01 Thread yves
In the meantime I made the change in a local copy of the file CellTreeNodeView.java and compiled it with my files. = It works as expected. The change I made is : replace the line cell.render(value, null, cellBuilder) by cell.render(value, key, cellBuilder) HTH Yves On 31 oct, 18:01, yves

Menu Item and MVP (2)

2010-07-09 Thread yves
because we do not receive events } } The view as usual implements MenuPresenter.Display. This seems to me a quite simple and straight solution. Your comments are welcome ! HTH Yves -- You received this message because you are subscribed to the Google Groups Google Web

Re: how to use GIN ?

2010-06-28 Thread yves
Thank you for these explanations, I think I begin to understand GIN. .. and I'll read the Guice tutorials :-) (or may be :-( yet another tuto...) Yves PS to GIN team : please make GIN simple to understand for those who don't know Guice and are just trying to improve their client code. I only

how to use GIN ?

2010-06-27 Thread yves
); } }); } As I understand, perhaps I am wrong, GIN could do the bind() for me ? But, how should I use GIN for that (if it is really suited for this) ? Thanks for your help ! Yves -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

Re: how to use GIN ?

2010-06-27 Thread yves
public void onClick(ClickEvent event) { doSearch(event); } }); and how to tell GIN that I need to call doSearch() ? Thanks ! Yves On 27 juin, 19:05, olivier nouguier olivier.nougu...@gmail.com wrote

Re: can not set breakpoint (2)

2010-06-05 Thread yves
Kozura, Thanks for your answer. I suddenly feel very stupid... :-))) I was so confused by the terminlogy run in development mode that I forget that debugging is performed obviously in the debug mode Have a nice day Yves On 4 juin, 21:01, kozura koz...@gmail.com wrote: Maybe try Debug

can not set breakpoint (2)

2010-06-04 Thread yves
? Thanks Yves -- 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, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options

Problem with DevMode and GWT 2.0.3

2010-04-16 Thread Yves
, app has been started, but when I open given URL (with gwt.codesrv=127.0.0.1:9997), firefox doesn't ask me for a plugin installation, and breakpoints don't work. What could be the problem? Thanks. Yves. -- You received this message because you are subscribed to the Google Groups Google Web

Re: error in javascript generated by GWT 2.0.3 for IE6 ?

2010-04-04 Thread yves
I found my problem : Instead of set-property name=user.agent value=ie6 / set-property name=user.agent value=safari / it should be set-property name=user.agent value=ie6,safari / So there is no more problem, and no bug in the GWT compiler ! Yves On 3 avr, 19:39, yves

error in javascript generated by GWT 2.0.3 for IE6 ?

2010-04-03 Thread yves
=user.agent value=safari / inherits name=com.google.gwt.i18n.I18N/ extend-property name=locale values=fr_BE/ Does anybody have an idea if this is an error in GWT and / or what I should do to avoid this ? Thanks Yves -- You received this message because you are subscribed to the Google

Unable to see GWT.log messages

2010-03-09 Thread yves
I am using GWT 2.0.3 with Eclipse on W7 I installed the GWT development mode plugin in Chrome to have access to development mode. I ma I want so see my GWT.log messages in development mode When I start my project and paste the URL ending with gwt.codesrvr=127.0.0.1:9997 the application works

Unable to see GWT.log messages

2010-03-09 Thread yves
I am using GWT 2.0.3 with Eclipse on W7 I installed the GWT development mode plugin in Chrome to have access to development mode. I ma I want so see my GWT.log messages in development mode When I start my project and paste the URL ending with gwt.codesrvr=127.0.0.1:9997 the application works

I just realized that dependency injection is possible with GWT

2009-04-10 Thread Yves
Hello Reading the documentation for the module xml files, i just realize that the tag replace-with .../ allows for dependency injection. Suppose i need to use different class implementation depending on my environment (real class for production, mock for development ...). I just have to have