Hi,
I simple cases where I have a TextBox and a Button on the same Panel
and no other listeners except ClickListener - I have no problem to
move mouse away from entered text to the Button and have ClickListener
working - as in many basic samples.
But when I have a panel with TextBoxes representing business data and
a set of Buttons in a separate Panel, it takes second click to make it
working after entering text - OR I need to move from TextBox to a
different widget after entering text and only then click on a Button.
It seems like there is a need for an event indicating complition of
text entry before Button accepts a ClickEvent.
Any suggestion how to fix it?
--~--~---------~--~----~------------~-------~--~----~
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