UIBinder and event model

2010-09-09 Thread tiggr
Hello, When using UIBinder to tie a piece of html to your widget or panel, the elements you get will not be connected to the event model right? So how could I achieve this? If i have a uibinder file looking something like this: ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'

ComplexPanel and KeyPressHandler

2010-09-08 Thread tiggr
Hi, I'm trying to use GWT to create a html5 application (using UIBinder to connect to specific html templates). This works wonder, but for some reason I can't get any KeypressHandlers working when adding widgets to a ComplexPanel. When using a SimplePanel it's working like intended, but then I