views:

21

answers:

0

I have a GWT application with a thumbnail view of images (they are in a widget panel) , and I would like to show more information about the thumbnail when hovered over via mouse just like google image search ..

any examples or code out there for GWT users ..

NB: I got to a point were I catch the mouse when its over the image and detect when the mouse moves on. also I tried to on mouse over to change the size of the widget and make it larger that works but it's not focused and disorders all the other images in the view

thanks in advance.