Re: Cell widgets selection and EventTranslators

2011-04-08 Thread Javier
Issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=6245 Thanks On 8 abr, 15:23, John LaBanca wrote: > It appears that you are correct.  Can you create an issue to track this? > > Thanks, > John LaBanca > jlaba...@google.com > > On Fri, Apr 8, 2011 at 7:57 AM, Javier wrote: > >

Re: Cell widgets selection and EventTranslators

2011-04-08 Thread John LaBanca
It appears that you are correct. Can you create an issue to track this? Thanks, John LaBanca jlaba...@google.com On Fri, Apr 8, 2011 at 7:57 AM, Javier wrote: > I want to select a cell on mouse down event instead of click. This is > how selection works in windows explorer (among others) and i

Cell widgets selection and EventTranslators

2011-04-08 Thread Javier
I want to select a cell on mouse down event instead of click. This is how selection works in windows explorer (among others) and is very useful if for instance you want to start a drag operation inmediatelly after the mouse down. Creating a custom EventTranslator is great as it allows me to select