Re: How to call a javascript function in embedded html tag inside GWT

2014-04-06 Thread Smiley
Thanks, i tried to use $wnd.mouseOverFunction(); but it didnt work. I am not sure what i am missing. when i inspect the element in chrome this comes out as mentioned below. is this how it is supposed to be? span onmouseover=$wnd.mouseOverFunction(); Mouse over text /span On Sunday, 6 April

How to call a javascript function in embedded html tag inside GWT

2014-04-05 Thread Smiley
Hi, I have to call a javascript function in the embedded html object in GWT code. I knew that I can achieve this by JSNI but is there a way in which I can call the javascript function defined in the html page in the embedded html objects directly? *Eg GWT code:* SafeHtmlBuilder sb =

MouseOver events flickering issue in Chrome Mozilla

2014-04-01 Thread Smiley
Hi, I am using a CellTree to display the data which I receive from the backend. Items in a Cell 1. Image 2. Image 3. Text Requirement: On mouseOver event on the Cell I need to show a button and on mouseout event I need to remove the button. When I move the mouse on

How to add MouseOverEvent for a node in CellTree

2014-02-20 Thread Smiley
Hi, I want to show the button on the MouseOverEvent of a node or cell in CellTree. Can someone give my some examples on how this can be achieved? Should i change my implementation from CellTree to Tree to achieve the same? Do let me know your inputs on this. Thanks -- You received this

Re: How to add MouseOverEvent for a node in CellTree

2014-02-20 Thread Smiley
, Smiley wrote: Hi, I want to show the button on the MouseOverEvent of a node or cell in CellTree. Can someone give my some examples on how this can be achieved? Should i change my implementation from CellTree to Tree to achieve the same? Do let me know your inputs on this. Thanks

Re: GWT Sticky Sessions

2013-03-26 Thread Smiley
Hello, can you please tell if this solution fixed your problem completely by itself? or this worked toghether with the session management code you were talking about. I'm having a similar problem: the mod_jk load balancer is not redirecting my requests to the initial tomcat (The one he starts

Re: Will gwt 2.1 support Servlet 3.0 ?

2010-06-01 Thread Smiley
3.0 by default, if this is unavailable it will use container native implementation (continuations for Jetty, AIO for Tomcat, Grizzly for GF). If these are unavailable, it will happily fallback to a blocking thread per request. HTH On May 28, 11:16 pm, Smiley sergiumar...@gmail.com wrote

Re: Will gwt 2.1 support Servlet 3.0 ?

2010-06-01 Thread Smiley
OK, Thanks for the info Stefan ;) On May 29, 8:49 am, Stefan Bachert stefanbach...@yahoo.de wrote: Hi Smiley, to my knowlegde tomcat and jetty are working on servlet 3.0 but none has been released Stefan Bacherthttp://gwtworld.de On 28 Mai, 23:16, Smiley sergiumar...@gmail.com wrote

Will gwt 2.1 support Servlet 3.0 ?

2010-05-28 Thread Smiley
I'm wondering if the gwt 2.1 release will include the Servlet 3.0 specification? I'm currently using jetty continuations for suspending my requests but i would like to switch to Servlet 3.0 API in the future. -- You received this message because you are subscribed to the Google Groups Google

Re: Problem with GWT 2.0 Chrome developer plugin

2010-02-19 Thread Smiley
Same here..:( is there any solution for this problem? i really like the speed of my gwt application on the Chrome browser..but now i can't test on Chrome anymore. this is a major problem for me... any suggestions? On Feb 3, 6:02 pm, Steve Lancey steve.lan...@gmail.com wrote: Same here On Jan

Re: Problem with GWT 2.0 Chrome developer plugin

2010-02-19 Thread Smiley
i'm having the same problem :( is there any solution for this issue? i really like the speed of my gwt application on Chrome, but now i can't test on Chrome anymore..this is a major problem for me... any help would be appreciated . On Feb 3, 6:02 pm, Steve Lancey steve.lan...@gmail.com wrote: