Hi
I'm trying to set an access key to a button widget like this:
Button b = new Button("Insert");
b.setAccessKey('I');
b.addClicklistener(new ClickListener(){
public void onClick(Widget sender){
Window.alert("bla");
}
});
So, when i press Alt+I (In Firefox 3.5.2) , nothing happens.
Anyone can help.
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 [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
-~----------~----~----~----~------~----~------~--~---