tags:

views:

280

answers:

1

Hello!

I am trying to get a proper method for days to select multiple cells in a flextable's column.

So far i only managed to do it with clicks which works well, but a drag selection would be much better. I have been reading docs and searching, but all the stuff i found was based on deprecated code. I use GWT 2.0 .

I know i need some event handler which would run when drag selection mouse gesture occurs, and that handler needs to know the cell's index where the selection start and of course the cell's index where the selection ends.

Any advice || code would be much appreciated.

A: 

Hi there, have you had any luck with this yet? I'm struggling with the same thing and as I'm still in evaluation phase this might be the deciding factor whether I continue evaluating GWT or not..

Thanks

Werner
Hello!I had to come out with a solution fast, because my project needs to be done as fast as it's possible, so i stuck with the click selection, however i saved a couple of resources for later reading:http://dl.dropbox.com/u/1986074/gwt_flextable_event-handling.txtI think the solution is laying in those. Happy reading, tell me if you found it :)(I had to put the long links in a txt, because of the command character limit, sorry)
Stoto