Not much detail here. But try and register you event handlers using Scheduler.get().scheduleDeferred...
Are you creating a GWT button widget or a plain DOM.createButton() element? Ahmed <[email protected]> wrote: >Hello, >I want to create a page with auto-completion login , I found that >great tutorial(http://borglin.net/gwt-project/?page_id=467), I tested >the example and it works very well. But in my case the login page must >also contain a button to signup. I thought to add the button from the >LoginView using DOM indeed the button is added but Event handlers >does not work! >do you have a solution for this problem? >thank you in advance for your help:) > >-- >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. > -- 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.
