Hi I have to develop an application with GWT and UI Binder in Eclipse. I have to apply the Model View Presenter technic. I want to apply a special style to all the buttons of my application. Here comes the problem, I can't do that with the fileupload component. I tried different way to restyle the component (for instance just CSS), but there is nothing to do, I can't change its style.
I also tried the method describe in several post that consists in hidding the fileupload component in the page, and redirect the events of other widget to our fileupload component. But this method doesn't work in firefox because the calls to javascript click method are blocked. So, if someone has a solution to cleanly resolv this problem ... thanks -- 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.
