Re: [Echo-list] Getting lost focus event in text field
Brought to you by:
tliebeck
From: Francisco F. Jr. <fxj...@ya...> - 2004-03-01 11:55:16
|
Bra...@ca... wrote: > > Echo does not generate an event for lost focus. Remeber, Echo is a server > side framework that tries to minmise the number of interactions between the > client and the server. > > You could create your own TexField and TextFieldUI peer to render a > TextField that raised and event on lost focus however it would run rather > slow for the user, what with alll those server interactions. > Thanks Brad! Yes, I know this would be rather slow for the user, but it is a user requirement. When she hits "tab", and so this changes focus away from text field, the screen must be updated. The only way I thought I could do that was when the text field lost focus. Thanks in advance. |