Hello Javier, I'm not sure I completely understand the issue you were facing. Could you post up some sample code that would help reproduce the problem on our end?
>From what I understand, you're trying to capture click events on a given image widget. If this is the case, you should be able to add a ClickListener implementation to the image widget that could then perform whatever action you like onClick(). Is there any reason you couldn't use the ClickListener instead of the MouseListener interface? Hope that helps, -Sumit Chandel On Mon, Nov 17, 2008 at 11:53 PM, jamer <[EMAIL PROTECTED]> wrote: > > Hello > I write because I found that if you use a image as a button in GWT, > and we associate a MouseListener, if you use the function onMouseDown, > like a click, in IE 7, the application will not be able to click on > any button browser, or use the scroll bar of it (not the browser > application) or anything. To prevent this you must use the onMouseUp > > Javier Mejías > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
