On Jul 22, 3:10 pm, abhiram wuntakal <
abhir...@gmail.com> wrote:
> Hi,
>
> I had implemented a very similar functionality, where I had to display a
> label as soon as there is a mouse-over on the image and where there a
> mouse-out, the label had to disappear. This is what I did.
>
> defined an image at a position fixed Rootpanel.
> defined a html(instead of a label) at the centre of the image (as per x,y
> coordinates)
> initially made it setvisible(false) just the was u did
> for a mouse-over set the html visibility true
> for a mouse-out set the html visibility false.
>
> This worked perfectly fine for me. i guess the trick is to use the HTML
> widget instead of the label, although u will get all the properties of the
> label with that. use this and it will work fine.
>
> let me know if u need any other info
>
> ~ Abhiram
>
>
>
> On Thu, Jul 22, 2010 at 9:41 AM, nacho <
vela.igna...@gmail.com> wrote:
> > Hi, thanks both.
>
> > The problem was that i was using this javascript library