Re: I/O 2013 - GWT Sessions?

2013-03-08 Thread Sachin Shekhar R
Not able to use youtube's translation feature for captions. Any other way we can learn what the person is speaking about? On Thursday, March 7, 2013 7:47:03 PM UTC+5:30, Thomas Broyer wrote: > > Teasing, if you speak French that is: > http://www.youtube.com/watch?v=WyFo6kHKzGU > > On Thursday, M

Re: GWT 2.5.1-rc1 available

2013-02-15 Thread Sachin Shekhar R
Thanks could not find it in mvnrepository.com. Found it via your twitter post :) at central repo !!! On Friday, February 15, 2013 12:42:30 PM UTC+5:30, Thomas Broyer wrote: > > > > On Friday, February 15, 2013 8:03:25 AM UTC+1, Sachin Shekhar R wrote: >> >> Any idea

Re: GWT 2.5.1-rc1 available

2013-02-14 Thread Sachin Shekhar R
Any idea when will they be become available on public maven repo's? On Thursday, February 14, 2013 12:24:49 AM UTC+5:30, Matthew Dempsky wrote: > > Hi everyone, > > We're excited to announce the GWT 2.5.1-rc1 release candidate! There will > be an announcement soon on the GWT > Blog

Re: GWT Benchmarks, Java Virtual Machine vs GWT+browser JsVM

2013-02-06 Thread Sachin Shekhar R
I am not sure whether you turned on all GWT compiler arguments and some turn off some Dev specific GWT features. *GWT Compiler Arguments - * - true - true - true - 9 *GWT module options in .gwt.xml* - On Sunday, February 3, 2013 6:20:40 AM UTC+5:30, Fabiano Tarlao wr

Re: GWT and automated testing tools

2012-08-23 Thread Sachin Shekhar R
We have hundreds of Forms which are tested using internal library based on Selenium Automation. It works really well across browsers and with both GXT and GWT. The key thing is to avoid using Record feature which generates flaky test and instead rely on ID/Xpath based Java api to wrap test case

Re: GWT DataGrid Widget unpredictable row height issue...

2012-04-10 Thread Sachin Shekhar R
Probably you can fix it by adding css property "white-space: nowrap;" .dataGridFooter, .dataGridHeader:hover,.dataGridCell by using custom grid css file with GWT default grid css. On Thursday, 8 March 2012 01:13:49 UTC+5:30, Bill M wrote: > > Hi Vinayak, > > I think I found the problem. I hav

Re: DataGrid right click

2012-03-06 Thread Sachin Shekhar R
In the application html file ensure you have set up body tag like - This suppresses the *default *browser context menu. On Tuesday, 6 March 2012 09:26:13 UTC+5:30, Daniel Mauricio Patino León wrote: > > Iam trying to figure out how to implement a right click to my > DataGrid, here is my code:

Re: Google Groups like toolbar in GWT

2012-03-06 Thread Sachin Shekhar R
You cannot use menubar as it is quite restrictive and only works with menuitem. You can just use Composite widget with FlowPanel wrapper taking widgets and align & style them in a manner you prefer. On Tuesday, 6 March 2012 14:29:22 UTC+5:30, Magallo wrote: > > Hi, > I'm just wondering how it's