its should work with this.

ButtonListenerAdapter listener = new ButtonListenerAdapter() {
>     public void onClick(Button button, EventObject e) {
>        //code here when button is clicked
>     }
> };
> Button button = new Button("Click me!", listener);
>

Hope it Helps.

_____________________
Ing. Gabriel Gutiérrez
Monterrey, México


On Fri, Apr 10, 2009 at 12:16 PM, Patrizio De Michele
<[email protected]>wrote:

> wellcome in the group :)
>
> please at least post your code....
>
> try to see with firebug in mozilla, or dragonfly in opera,
>
> or the internet toolbar in explorer if there is the event attached to the
>
> button.
>
> but without code i can't help you...
>
> bye patrizio
>
>
>
> 2009/4/10 shri <[email protected]>
>
>
>> Hello I'm new to this group,
>> I gwt-ext button listener is not working in Windows. It does not give
>> any error but it does not execute the code in the onClick function af
>> the ButtonListenerAdapter.
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to