Want to do synchronous things with asynchronous elements

2010-10-18 Thread Frédéric
Hello everybody I need your help. Before to insert values in a database I have to check if some values are not in the DB. So I have to count the number of time this value appears in the DB. If the number of value is greater than 0, I am supposed to stay on the same screen But as we work

GWT 2.2 / RequestFactory - Can domain objects be interfaces as opposed to concrete classes?

2011-02-18 Thread Frédéric
el like rewriting my libraries to make them work with GWT RequestFactory, and would really like to understand whether their is an approach that could be used in this situation. Thanks for any info/inputs your may have on this topic, Regards, Frédéric -- You received this message because you are subs

Re: GWT 2.2 / RequestFactory - Can domain objects be interfaces as opposed to concrete classes?

2011-02-19 Thread Frédéric
Thanks Thomas and John for for your inputs. Would you see this workaround as the default behaviour in future GWT releases? On 18 fév, 18:13, John Maitland wrote: > I had the same problem and managed to implement a new > ServiceLayerDecorator. See.. > > http://groups.google.com/group/google-web-to

Re: Want to do synchronous things with asynchronous elements

2010-10-19 Thread Frédéric MINATCHY
onFailure(Throwable throwable){ > //handle exception > } > }); > > > } > > } > > > > > On Oct 18, 5:33 pm, Frédéric wrote: > > Hello everybody > > > > I need your help. > > > > Before to insert values in a database I have to check if so

Re: Want to do synchronous things with asynchronous elements

2010-10-19 Thread Frédéric MINATCHY
It's a good idea to use a START and END event in the RPC method... But I won't have the time to implement it... I will think about it when I will have the time. Thank you Jeff... I implemented it by interlinking anonymous classes...it works. I don't like it but I won't have time to think more abou

ImageBundle and IE7

2010-11-14 Thread Frédéric MINATCHY
Hi everybody... I have a problem with images bundle and IE7... In some cases images are not rendered in other cases all images are rendered on the same button... (I use those images as icons to custom buttons) I don't understand everything seems ok on Firefox and Chrome (as usual) I use gwt 2.1

Re: ImageBundle and IE7

2010-11-15 Thread Frédéric MINATCHY
into one). > > Cheers, > Dave > > On Nov 15, 7:32 am, Frédéric MINATCHY > wrote: > > Hi everybody... > > > > I have a problem with images bundle and IE7... > > > > In some cases images are not rendered in other cases all images are > rendered > > o

Re: ImageBundle and IE7

2010-11-15 Thread Frédéric MINATCHY
to use explicitly one of them? Thank you for clues... I hope they will help me to find a correct solution. But if you have another idea do not hesitate. regards. Fred 2010/11/15 Thomas Broyer > > > On 15 nov, 11:38, Frédéric MINATCHY > wrote: > > Thank you for your advi

Re: ImageBundle and IE7

2010-11-22 Thread Frédéric MINATCHY
Thank you to all of you... I tried to use @sprite during the week end and it was OK... But now I have an other kind of problem on IE6/7... It seems that they cannot execute RPC fonction... I will write an other mail about it... 2010/11/16 Thomas Broyer > > > On 16 nov, 00:32,

Re: GWT 2.5 RC2 Is Here!

2012-10-05 Thread Frédéric Lallemand
I have noticed a few mistakes in the section on uiRenderer https://developers.google.com/web-toolkit/doc/latest/DevGuideUiBinder#Rendering_HTML_for_Cells -> UiRenderer isn't generics https://developers.google.com/web-toolkit/doc/latest/DevGuideUiBinder#UiRenderer_for_event_handling -> @UiHandler(