Hey guys, I know that UIBinder disables DOM Events, but I have an
application that uses DOM Handlers in order to tell when a mouse up
event, or mouse over event has taken place on my grid, and what cell
it took place with. The issue is that since UIBinder disables DOM
Events, I can't get my DOM handlers to work either. I'm making an
application with GWT, that I'd like to use UIBinder, but there is this
one part of the application that will being used maybe 10% of the time
that requires DOMHandlers to work until GWT adds more mouse event
options for Grid. Is there any way that I can get UIBinder to work for
most of my program, but for part of my program get it to work through
building the UI with function calls?

Or perhaps is there a way to get my dom handler to work with UIBinder?

Any help at all, or even ideas would be great! 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to