Re: Do something when clicking on suggestion

2016-09-16 Thread Eddy
I think that all about defaultSuggestion as requestDefaultSuggestions() are used when the typeed string becomes empty Le vendredi 16 septembre 2016 13:33:50 UTC+2, Olar Andrei a écrit : > > Yes, that works. I thought I need to extend > SuggestBox.DefaultSuggestionDisplay, > but seems it's not

Re: Do something when clicking on suggestion

2016-09-16 Thread Eddy
typing a character nothing happens ? More explanation could help the readers to help you maybe Eddy Le jeudi 15 septembre 2016 17:08:10 UTC+2, Olar Andrei a écrit : > > Hello everybody, > > I have sort of a conversation system integrated in my application. The > class Con

Re: construct image from Serverside to client side in GWT

2016-09-13 Thread Eddy
picture file, rerefresh of the picture occurs. => some people could be right by saying that pictures are not secured but perhaps it could help you Regards, Eddy Le vendredi 17 juin 2016 12:08:38 UTC+2, Ramanan Nathamuni a écrit : > > Hello all, > > my requirement is an image gett

Re: Setting Width of a TextBox inside LayoutPanel

2016-09-13 Thread Eddy
r texbox = size panel and see what happens. Excuses me for my english but i am french :-) Hope it could help Eddy Le mercredi 20 juillet 2016 00:16:56 UTC+2, Chris Odd a écrit : > > Hello all, > > I have a LayoutPanel with one widget added to it (a TextBox). I want to > make

Re: load js problem in IE11

2016-09-13 Thread Eddy
For example, a line like enforces using IE10 even under an IE11 browser. Regards, Cordialement, Eddy Le lundi 29 août 2016 09:30:06 UTC+2, Frank a écrit : > > I am not sure if this has anything to do with this. > But we have the following in our .hmtl file : http-equiv="x

Re: Autocompletion with RPC under the MVP model : how to instanciate Suggestbox(suggestOracle) without refering any service into the view ?

2016-09-09 Thread Eddy
njected model (which calls itself the service) Many thanks Thomas ! Have a good week-end Le vendredi 9 septembre 2016 10:38:52 UTC+2, Thomas Broyer a écrit : > > > > On Friday, September 9, 2016 at 9:31:27 AM UTC+2, Eddy wrote: >> >> Thank you for your first help Thomas ! >

Re: Autocompletion with RPC under the MVP model : how to instanciate Suggestbox(suggestOracle) without refering any service into the view ?

2016-09-09 Thread Eddy
e some sample please ? Thanks in advance for the feedback, Eddy https://plus.google.com/u/0/112225624236959783711 is my google+ profil if you could write in french too (could provide my email too), I am happy to know french guys which use GWT and hope we will be able to exchange our

Autocompletion with RPC under the MVP model : how to instanciate Suggestbox(suggestOracle) without refering any service into the view ?

2016-09-07 Thread Eddy
y a view must not refer directly to a service and must instead pass within the presenter/model in an MVP model :-( => Anyone have an idea for implementation of ths kind of suggestBox ? Thanks in advance for the welcome ideas :-) Regards, Eddy -- You received this message because yo

Re: You have to try : Putnami Web Toolkit your next GWT Framework.

2014-06-27 Thread Eddy Ponce
Looks Great, like other serius UI , congratulations¡, I will try to use it the next week, the problem I think it is about the documentation , we must create a forums for this topic El martes, 17 de junio de 2014 11:13:38 UTC-5, Fabien Dumay escribió: Hello all, I'am glad to announce that

server side expected behaviour?

2009-08-11 Thread Eddy
Hello, I am experimenting with new GWT plugin + GWT 1.7 and I notice the following: I create a new GWT only application and start it in debug mode, if I get on the code view of eclipse and edit anything on the client side, the changes are loaded instantly after I reload the page, if I edit

server side hot redeploy

2009-08-11 Thread Eddy
Using GWT plugin + GWT 1.7 why there is not hot deployment on server side? every time you change a class you have to restart everything?? any help appreciated Edoardo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

SuggestBox and RichTextArea

2009-04-12 Thread Eddy
Hello, anybody tried to use the SuggestBox (with a SuggestOracle) using a RichTextArea instead of a normal TextArea? I am trying to use SuggestBox with the TextArea but I'm having several problems, so I was wondering that maybe the RichTextArea should be the way to go (even though the

Re: SuggestBox on a textarea

2008-12-22 Thread Eddy
, Eddy ridl...@gmail.com wrote: If I create a SuggestBox based on a textarea, like this: new SuggestBox(myoracle, new TextArea()); is there a way to make sure the suggestbox doesn't do a setText on the whole textarea everytime a suggestion is selected? any help appreciated thanks

Re: SuggestBox on a textarea

2008-12-22 Thread Eddy
On Dec 22, 8:40 am, Eddy ridl...@gmail.com wrote: Yes, I thought about that but unfortunately SuggestBox class was declared final ... On Dec 22, 4:55 am, todd.sei...@gmail.com todd.sei...@gmail.com wrote: Create your own class which extends SuggestBox. Override the setText