Re: [schema.org] Can I use itemprop="image" inside ?

2023-04-05 Thread Axel R.
hello is it possible to delete this post ? thanks On Friday, 24 August 2012 at 15:39:57 UTC-5 regnoult axel wrote: > Cool ! That is the first time I rate an issue :D > Indeed, it would be nice to manage the meta tag inside UI binder like an > HTML Page. > > In my webapp, I talk about movies, an

Re: What is the minimum Internet speed connexion that the GWT team is considering when testing their GWT application ?

2023-04-05 Thread Axel R.
hello, is it possible to delete this post ? thanks you On Thursday, 5 July 2012 at 07:20:19 UTC-5 regnoult axel wrote: > Thanks a lot Jens, this discussion gave me enought information to go > futher... > > Cheers, > Axel. > -- You received this message because you are subscribed to the Google

Re: help to understand uiRenderer

2023-04-05 Thread Axel R.
hello, is it possible to delete this post ? thanks you On Tuesday, 8 January 2013 at 09:52:55 UTC-5 Axel REGNOULT wrote: > ok, I close this topic, my error was the importance to use the same > parameter name Contact in the render method. > > > void render(SafeHtmlBuilder sb, Contact *contact*

Touchevent vs ClickEvent (+ phonegap help)

2014-02-21 Thread Axel R
Hi, I am trying to port my desktop app to mobile... 1 - I would like to understand a detail...I have clickEvents, and I am asking what would be the advantage or interest to implement a touchEvent instead (for mobile) ? Does TouchEvent will be faster than ClickEvent ? (TouchStartEvent is more p

Re: Event Bubbling

2014-02-13 Thread Axel R
> > Hi Ed, > I am looking for a simple exemple of 'event bubbling'...Just like the one you were talking about...an HTMLPanel that has various buttons and I want to intercept the clickEvent of each of them...Maybe you could post a little of code illustrating how you did it ? I have tried to fi

Re: Help to create Lightweight widgets

2014-02-08 Thread Axel R
> > For #2, I have tried both case and have the following errors : > extend Widget 11:58:03.274 [ERROR] [MS] Error injecting com.MS.client.application.widget.poster.Poster_Tooltip$Binder: Unable to create or inherit binding: No @Inject or default constructor found for com.MS.client.application

Help to create Lightweight widgets

2014-02-07 Thread Axel R
Hi, I know there is a lot of doc in the web, but I cannot understand well many things...please feel free to help me: #1 Does addClickListener() and addClickHandler() does the exact same thing (listener is just deprecated) ? #2 I have created the following widget: public class AreaPlaceHolder__

Re: gwt date B U G

2013-11-01 Thread Axel R
Thanks you. :) -- 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, send email to googl

Re: gwt date B U G

2013-11-01 Thread Axel R
Ok, I will try to debug it, maybe do a mini app. read doc etc... and think a little more etc... but now I also have other pending things to do... Quickly, here is my context : . //FUNCTIONS *public static Date set___Str___To___Date(String s) // convert STRING (format ENGLISH = EN = 2013-08-15

HTMLPanel cannot remove DivElement inside its node ?

2013-11-01 Thread Axel R
Hi, *HTMLPanel panel = new HTMLPanel("");// class attribute* * * *public void function()* *{* * panel.clear(); * * Element d3 = DOM.createDiv(); d3.setClassName(N.NN.N().resultSearch_category_title()); d3.setInnerHTML(name);* * panel.getElement().appendChild(d3);

gwt date B U G

2013-11-01 Thread Axel R
Hi, Yesturday, Oct 31th, 2013, I had a bug with "gwt date" (I do not understand if the java.util.date has something to do with GWT but well...). I have an 'event application', and when I was using the gwt datepicker to go the the *2nd NOV, 2013*, my application has also to calculate the date o

Help with Source Map

2013-10-23 Thread Axel R
Hi, I use GWT 2.5.1 I have at least theses configurations : --> - I would like to know if Source Map should work with the *online*application (the website in production) ? Because, I succeed to see the java files in local developement mode...but I didn t succeed to see the java files with

[UML] [reverse engineering] [plugin Eclipse]

2013-10-14 Thread Axel R
Hi, I would like to generate the UML (*class diagram*) of my GWT / GAE project. But I need some *reverse engineering*... Is there a 'free' *eclipse *plugin (or any other 'free' tool) that you r using in order to generate (reverse engineering) the UML ? I have searched, but there is many option

Re: How to have a form which autocomplete name and password (in order to log in) ?

2013-10-11 Thread Axel R
er, I will try again. 2013/10/11 Thomas Broyer > You haven't search the group's archives enough: > https://groups.google.com/d/msg/google-web-toolkit/KyzgtqqoJGE/5bqvG8pBSRYJ > > > On Thursday, October 10, 2013 10:44:03 PM UTC+2, Axel R wrote: >> >&g

How to have a form which autocomplete name and password (in order to log in) ?

2013-10-10 Thread Axel R
Hi, I would like to implement a form with autocompletion in order that the user does not have to rewrite its mail and password each time he wants to log in. How could I achieve that ? I do not need a special page to login before the user can enter in the sitethe user can log in when he wants.