[g:Label] [special character] Why it works in ui:binder but not with setText() ?

2012-12-11 Thread regnoult axel
Hello, My 'close' label needs a special character so I do : close.setText(#10006;); but then it appears #10006; Instead of calling setText(), in uiBinder I could have a working solution: g:Label ui:field=close addStyleNames={C.C_CSS.cross}#10006;/g:Label My question is : Why

How to intercept scrollEvents on tablets (which does not have a scroll mouse) ?

2012-12-11 Thread regnoult axel
Hello, My issue is indirectly related to an unforeseen behavior on tablets because they do not have a scroll mouse and so I cannot intercept a scroll event. Actually I am mainly working on a desktop application, but I would like to know how I could handle the following scroll event : **The

Using (LabelElement) setInnerText() change my layout...

2012-12-02 Thread regnoult axel
Hello, I have a widget that sometimes has its LabelElement's field equal to **(maybe it is the same that saying it is equals to null ?). I initialize the content of this LabelElement with setInnerText(). But then my layout's alignement change (widgets are not yet aligned) and I have

Trying to optimize a widget that is used a LOT of times...

2012-11-30 Thread regnoult axel
Hello, I am sorry for the unprecise subject, but I would like to know what should be the smallest memory consuming OR the fastest loading solution for my widget that I will heavily use (displaying it a hundred times so I think that the little differences should be considered). The 2

Re: Trying to optimize a widget that is used a LOT of times...

2012-11-30 Thread regnoult axel
Option D works perfectly ! Merci Thomas. -- 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

Re: Unicode Characters in Dynamic Text Content

2012-11-13 Thread regnoult axel
Hi, I am also interested by this issue -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/2QhjvO3emacJ. To post to this group, send email to

Re: How to intercept this event : A click on a ScrollPanel's scrollbar ?

2012-10-16 Thread regnoult axel
Hi Jens, ...but, maybe there is an alternative, I mean, after the click happened, ma page scrolls, so is it possible to intercept this scroll event ? Indeed, what I need is to detect 2 cases that are the same kind of event, a SCROLL EVENT : - I have scrolled using the mouse inside the

How to intercept this event : A click on a ScrollPanel's scrollbar ?

2012-10-15 Thread regnoult axel
Hello, I do not how to intercept a click on a scrollbar.I can intercept a wheel event, but I need to solve the case where the user would do a click on the scrollbar. I am using a scrollPanel, could you tell me how to acheive this ? Thanks you, Regards, -- You received this message

Re: Issues with Gwt Bootstrap on IE 8

2012-10-04 Thread regnoult axel
Hi, I have a similar problem, (cf attachement)...The text inside the *TextBox *doesn t appear in *IE8 *neither in *IE9 *and I have tried to use HTML5SHIM. Do you know this issue ? Thanks a lot for this great lib. Regards, -- You received this message because you are subscribed to the

Re: Issues with Gwt Bootstrap on IE 8

2012-10-04 Thread regnoult axel
Merci Thomas, Yes, you are right, there is a placeholder, but HTML5SHIV should solve this problem, isn t it ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

[GWT-Maps-V3-Api] : Map does not appear correctly the second time.

2012-10-01 Thread regnoult axel
Hi, I cannot explain exactly what happen. The map is inside a *Tooltip*. When I click on a poster then the tooltip appear and I call : *MapHandlerRegistration.trigger(MAP_WIDGET, MapEventType.RESIZE);* The problem is that the map is well displayed the first time, using the full width and

Re: CSS 3 transition+ GWT

2012-09-23 Thread regnoult axel
Hi, Thanks you for your help, I finally succeed to do my transitions and animations. -- 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,

Re: CSS 3 transition+ GWT

2012-09-16 Thread regnoult axel
Hi Andrei, I will try to answer the best I can regarding to your questionsand most of all, regarding to want I have understood about CSS transition and animation *1 - Why do you need to activate it in your code?* * * What I am looking for, for example, is to manipulate CSS transitions +

CSS 3 transition+ GWT

2012-09-15 Thread regnoult axel
Hello, I do not succeed to use CSS3 transition with GWT...I do not understand how to activate the transition without using :hover in the css file. W3C says that : *The effect will start when the specified CSS property changes value. A typical CSS property change would be when a user

Ambiguity on javadoc (HTMLPanel - addAndReplaceElement() )

2012-09-12 Thread regnoult axel
Hi, I do not understand if addAndReplaceElement() is deprecated or not...because it seems that the alternative of the deprecated function is the same. Can you confirm ? (the link in the javadoc refers to eactly the same function). I just want to know if I should use this function or not...

Re: Ambiguity on javadoc (HTMLPanel - addAndReplaceElement() )

2012-09-12 Thread regnoult axel
Ok, Thanks you Paul -- 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...@googlegroups.com.

Re: DFP in GWT/GAE application

2012-08-31 Thread regnoult axel
Hi, I am also interested by the answer ;p ... Does anybody has a feedback to offer about integrating DFP (Double Click for Publisher) with GWT / GAE ? Cheers, -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion

Re: Google Maps API v3 support in gwt-google-apis

2012-08-24 Thread regnoult axel
Hi, @Rui : I am sorry ! I did a confusion between RELEASE and PRE-RELEASE. I understand your problem and I agree with you. @Joseph : The week before I was using what I call the : Branflake Version. And then I have understood that it exist the official google API team that has a pre-release .

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

2012-08-24 Thread regnoult axel
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, and I do not know if it will works well with crawling :( Indeed, the information of the movie will appear in a POPUP. It exists

Re: Google Maps API v3 support in gwt-google-apis

2012-08-24 Thread regnoult axel
Ok, I think you did a great work ! Probably that I will switch again to use your version... Actually, I have a technical problem (sorry to change the conversation) that appeared in BOTH librairies (branflake GWT MAP and Google Official GWT MAP). Indeed, when I display a map inside a popup, then

Re: Google Maps API v3 support in gwt-google-apis

2012-08-23 Thread regnoult axel
Hi, Did you see that : http://code.google.com/p/gwt-google-apis/downloads/detail?name=gwt-maps-3.8.0-pre1.zipcan=2q= I am using this version, since I read this post: https://groups.google.com/forum/#!topic/gwt-google-apis/6SO5kCDqb-k Cheers, -- You received this message because you are

[schema.org] Can I use itemprop=image inside g:image/ ?

2012-08-23 Thread regnoult axel
Hello, I have just discovered Microformat and http://schema.orghttp://schema.org/WebPage / This is an example : img itemprop=image src=catcher-in-the-rye-book-cover.jpg / But I am using *g:*image / inside UI binder, so do you know if it will works ? Otherwise, do you know the solution ?

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

2012-08-23 Thread regnoult axel
Thanks you Thomas for your helpfull answer ! It should be great to have this feature inside UI BINDER I think :) That being said, do you know any real use of that data besides SEO? (which wouldn't look at your dynamic elements, unless you use #! and serve the data by running the GWT app on

GWT MAP 3.8 (Google API) - Related onResize() problem ?

2012-08-21 Thread regnoult axel
Hello, *Problem:* - I display a map inside a popup and I have unloaded tiles (grey background). - If I zoom out or in, then the map will fill the entire space (no grey background anymore). *My solution:* I think I should call onResize(), isn t it ? ... and I unsuccessfully tried to : -

How to use windows scroll event ?

2012-08-07 Thread regnoult axel
Hello, I am trying the following code in the constructor of a Presenter (cf. GWTP): Window.addWindowScrollHandler(new Window.ScrollHandler() { @Override public void onWindowScroll(ScrollEvent event) { Window.alert(SCROLLED); } }); ...but it does not work. Should I write more code to have it

Loading time questions about: google +, facebook, google analytics, Jquerry...

2012-07-25 Thread regnoult axel
Hello, I have added various scripts at the end of my project.html page : - Google analytics - Facebook Like Box - Google + badge #1 - The problem is that the first time (and others) my app loads, I cannot access to my home page before theses scripts have finished to be *executed *or

How to fix a div (or a panel...) after some scroll ?

2012-07-21 Thread regnoult axel
Hello, I am trying to achieve this effect : http://massless.org/pegs/ You can see that after scrolling, the left navigation bar stay fixed on the top of the page. How could I achieve a such effect with GWT ? Regards, -- You received this message because you are subscribed to the Google

Suggestion: Why not including the GWT 2.5 - UIBinder Enhancements in the GWT Showcase ?

2012-07-21 Thread regnoult axel
Hello, I am trying to learn to use Cell widgets and the GWT Showcase was a good start to learn it copying the existing code and then modifying it. I have seen that GWT 2.5 has a new feature that should help (using UI Binder will give a more readable code and maybe reduce it):

Should I always use -XfragmentMerge 20 ?

2012-07-18 Thread regnoult axel
Hello, I did not perfectly understood what *XfragmentMerge* is doing, but I have seen that it is mostly used with the number 20 or 23... Should I use an appropriate value (analysing the compile report of my application) or could I simply always use 20 ? Thanks you, -- You received this

How to configure Super Dev Mode in Eclipse ?

2012-07-18 Thread regnoult axel
Hello, I am unsuccessfully configurating Super Dev Mode in Eclipse ( Eclipse Java EE IDE for Web Developers, Version: *Indigo *Service Release 2 ) To be simple, I am just finding the easiest way (maybe it is easier without eclipse ?) to use/configure Super Dev Mode...I know the

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

2012-07-05 Thread regnoult axel
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 Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this

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

2012-07-04 Thread regnoult axel
Hello, Ok, firstly I should read the documentation, and I will do it, but maybe you could clarify me most of my preoccupations : For now it seems that my resources (images, css) are taking enough memory at the initial download. Maybe you can help me to reduce it... :) I am asking the

Re: Explain difference between using g:Image or a div (in UI Binder) when using GWT sprite ?

2012-07-04 Thread regnoult axel
Hello Thomas, Please, you say this : If your 'sprite_MS' is already sprited, then *don't use* an ImageResource; * use a *DataResource instead, and use either Image#setUrlAndVisibleRect()*or a normal CSS class (not @sprite) * to display it. *#1* - Can you explain the reason why I should use a

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

2012-07-04 Thread regnoult axel
Hello, First at all, many thanks for your answers, I am learning a lot actually... @Jens: I have some misunderstood in your answer : *#1* If you use* ClientBundle with CssResource* your CSS code is already inlined into your app. Inlining itself does not reduce the download size, but

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

2012-07-03 Thread regnoult axel
Hello, I am living in Bolivia and here, I have a connection equals to 200 Kbps (it is very poor). :( So I was asking if google engineers are considerating a minimum bandwith when testing their app ? This is important, because when starting my aplication (www.mananaseguro.com) , even if I am

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

2012-07-03 Thread regnoult axel
Ok thank you for the tips, indeed, the compile report will be very usefull. It s a nice feature. Could you help me a little more to understand different things related to the report I have ? *#1 - *I just see this at the begenning of the report : Permutation 0 () - Split Point

How to load image such as : https://developers.google.com/showcase/ ?

2012-06-29 Thread regnoult axel
Hello, My current project (www.mananaseguro.com), at the home page I need to load a gallery of various poster's event. So I would like to simulate the following behavior in term of loading time: - A first short load time (download gwt app..), and then the user arrive on the home page. -

gwt 2.5 - Elemental - Browser compatibility question ?

2012-06-29 Thread regnoult axel
Hello, Reading the official documentation : https://developers.google.com/web-toolkit/articles/elemental it is said that : Using these draft-spec extensions may result in code that doesn't work on Firefox, Opera, or IE. My question, is that, for my current project that will be in

Explain difference between using g:Image or a div (in UI Binder) when using GWT sprite ?

2012-06-13 Thread regnoult axel
Hello, I have the css properties of the header's top left element (the logo's place) which has a logo sprite in background : *@sprite* .*topHeaderLeftAlign* { gwt-image: sprites_MS; width: 154px; height: 60px; background-position: -1101px -973px; /* logo */ } I have a different result when I

Re: Explain difference between using g:Image or a div (in UI Binder) when using GWT sprite ?

2012-06-13 Thread regnoult axel
Hello Tomas, I am trying this solution (but no image is displayed ) : //uibinder.xml *g:Image* ui:field=eventoImg / //view.java (in the constructor, just after widget = binder.createAndBindUi(this) ) : eventoImg.*setUrlAndVisibleRect*(./common/sprites_MS.png, 0, 0, 64, 64); //css -

Re: Explain difference between using g:Image or a div (in UI Binder) when using GWT sprite ?

2012-06-13 Thread regnoult axel
I forgott to precize that I used the DATA RESOURCE declaration : * @Source(./common/sprites_MS.png)* * @ImageOptions(preventInlining = true)* * ImageResource sprites_MS();* -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Re: Question relative to popup and mouseListener...

2012-06-07 Thread regnoult axel
Hi Joseph, I think you give me a trick here (the mouse under the popup from the begining)...but it does not solve my problem, because, for design reason, I need to adjust the popup position (and it will not be just under the mouse position). I think, it should be have an invisible panel,

Should I use HTML5 canvas just to create my own slideshow reader ?

2012-06-07 Thread regnoult axel
Hello, I am trying to develop my own slideshow reader (you just see the albums fotos in the full screen mode and slide them). I started using HTML5 canvas but just because it was more modern but IE8 does not support HTML5 canvas. So my question is : Should I use HTML5 canvas to do my

Re: Question relative to popup and mouseListener...

2012-06-07 Thread regnoult axel
Here is a better solution (for the moment) https://groups.google.com/forum/?fromgroups#!searchin/google-web-toolkit/tooltip$20desapear$20when$20mouse$20over/google-web-toolkit/TeUnlKvwt0M/Cpq8eNGPAWIJ -- You received this message because you are subscribed to the Google Groups Google

Help to implement behavior for popup widget.

2012-05-30 Thread regnoult axel
Hello, I do not succeed to implement condition (2) and (3) of my popup widget (it looks like a rich tooltip with links inside it) (1) the popup is shown when the mouse is over the image (*it is ok*, I added MouseOverHandler on the image) (2) the user can click on links that are inside the

Question relative to popup and mouseListener...

2012-05-30 Thread regnoult axel
Hello, I have a solution I can not find. I want to create a custom widget whick looks like a kind of rich tooltip (it is a exactly a popup in my case) that appear when my mouse is over the image. I have various behaviors for this widget : (1) if the mouse is over the image so the popup appear

Dialog box without theme has no caption area at the top

2012-05-30 Thread regnoult axel
Hello, I do not inherit of any theme (Standard, Dark, Chrome). And when I use a Dialog Box, I do not have the TOP CAPTION appearing (so I cannot move my dialog box). Any idea to help me please ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit