Re: Event chaining

2010-08-29 Thread branflake2267
With out seeing your code I'm not entirely sure, but I would suggest
checking to see if you have added a click handler to the widget you
want to observe clicks on.

I have some source to look at if your interested:

My click handlers are here: http://gwtexample.appspot.com/ and source
for it: 
http://code.google.com/p/gwt-examples/source/browse/#svn/trunk/gwt_handler_example/src/com/gawkat/gwt/example_handler/client

Brandon Donnelson
http://gwt-examples.googlecode.com

On Aug 27, 6:59 am, john nash rajasing...@gmail.com wrote:
 Hi ,

 I am facing a problem related to firing of the events .
 Let me elaborate :
 When I change a value in a textBox and click on a button directly
 (without clicking elsewhere) , only onChange event is fired . But I
 expect that onClick event should also be fired followed by onChange
 event .

 I am not actually being able to make this event chaining happen .
 I would like to know the way I should acheive this .

 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.



Event chaining

2010-08-27 Thread john nash
Hi ,

I am facing a problem related to firing of the events .
Let me elaborate :
When I change a value in a textBox and click on a button directly
(without clicking elsewhere) , only onChange event is fired . But I
expect that onClick event should also be fired followed by onChange
event .

I am not actually being able to make this event chaining happen .
I would like to know the way I should acheive this .

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.