Re: Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2013-02-08 Thread Goktug Gokdogan
Thanks, actually I didn't read the example before adding the comment :-) Changed it to extend UIObject and removed getElement method. The changes will be pushed with the next release. On Thu, Feb 7, 2013 at 4:27 PM, Jens jens.nehlme...@gmail.com wrote: Am Freitag, 8. Februar 2013 00:38:37

Re: Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2013-02-07 Thread Goktug Gokdogan
FYI, documentation is updated to emphasize that related code sample will not work with widgets. On Fri, Jan 11, 2013 at 2:44 AM, Thomas Broyer t.bro...@gmail.com wrote: On Thursday, January 10, 2013 2:47:30 PM UTC+1, Nils Schröder wrote: Just for your notice: I had exactly the same

Re: Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2013-02-07 Thread Jens
Am Freitag, 8. Februar 2013 00:38:37 UTC+1 schrieb Goktug Gokdogan: FYI, documentation is updated to emphasize that related code sample will not work with widgets. A bit more should be corrected. The simple Hello World class example is IMHO terrible for starters. public class HelloWorld

Re: Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2013-01-11 Thread Thomas Broyer
On Thursday, January 10, 2013 2:47:30 PM UTC+1, Nils Schröder wrote: Just for your notice: I had exactly the same Problem this way. Takes 2 hours to find this post -.- What do you think? Is there a possibility that some one update the Documentation? Just because of small, cute and

Re: Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2013-01-10 Thread Nils Schröder
Just for your notice: I had exactly the same Problem this way. Takes 2 hours to find this post -.- What do you think? Is there a possibility that some one update the Documentation? Just because of small, cute and new GWT Developers like me :D -- You received this message because you are

Re: Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2011-09-22 Thread Thomas Broyer
Your memory needs a refresh then, Jeff ;-) At least half a dozen people falled into the trap back when GWT 2.0 was released and the doc was written (two years ago!) What I don't understand is that people think widgets built with UiBinder are different from widgets built otherwise. -- You

Re: Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2011-09-22 Thread Jeff Larsen
Hah, I wasn't really watching the group at all at that time, so that explains it! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Me9idEhuC3MJ.

Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2011-09-21 Thread Tyler Cope
Hello, I'm having trouble getting UiHandler events to fire in a new application that I've created with the help of UiBinder. I've recreated the issue using the most basic code I could come up with. Basically, a single button is created with UiBinder xml and the widget that is bound to it has a

Re: Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2011-09-21 Thread Tyler Cope
Hi again, Tough crowd ha ha. I figured out how to fix my problem although I'm not entirely sure what was wrong with the initial code. In order to get events firing, I can add the Composite widget instance to the RootPanel as oppose to appending the widget's root element to the document body.

Re: Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2011-09-21 Thread Jeff Larsen
You will always need to attach your widgets to RootPanel or RootLayoutPanel. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/9CfFal_RLJAJ. To

Re: Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2011-09-21 Thread Tyler Cope
Thanks Jeff, I can live with that. I found what led me off the path of workingness... the UiBinder documentation. Here's a snippet from the documentation for Declarative Layout with UiBinder (http://code.google.com/webtoolkit/doc/latest/ DevGuideUiBinder.html#Hello_World): HelloWorld helloWorld

Re: Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2011-09-21 Thread Jeff Larsen
oh wow, that is a glaring over site. You are the first person I've seen run into this problem though -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit