I've never used Google web toolkit and know nothing about it. So this may be useless info.
You would normal use something like the text below for an input box. Your web toolkit textbox sounds like an excel textbox which you would also have to click out side off before you could click a button. <input id="PlaceName" type="text" style=" height:20px" /> Steve. On Dec 7, 9:50 pm, Yefim <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
