Was wondering if you could do a little test for me please.  I've found
that if I fire an event such as

ChangeEvent.fireNativeEvent( Document.get().createChangeEvent(),
myListBox );

the event fires, but if I have any code immediately after, that code
does NOT get executed.

For example if I have

    Window.alert( "here" );
    ChangeEvent.fireNativeEvent( Document.get().createChangeEvent(),
myListBox );
    Window.alert( "there" );

I get "here" but not "there".

So when you fire your event, could you please do the same thing (put
in a Window.alert or other code to see if it is executed AFTER the
event firing is called)?

FYI: I've logged the whole sordid story here
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/891d509f168efa34

-- 
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.

Reply via email to