What have you tried? Because what David told abt the keyboard listener
should work. And about the setting focus, you might need to put the setFocus
inside a DefferedCommand; like:

DeferredCommand.addCommand(new Command() {
            public void execute() {
                tbUserName_.setFocus(true);

            }
        });

- Litty Preeth

On Wed, Jan 14, 2009 at 5:28 AM, newlis <[email protected]> wrote:

>
> hello i have tried also without success.
> Any other solutions?
> >
>

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