textValueChanged never come

2001-11-15 Thread Dorothy Wu
hello! Could u help me check the below code? i run the below code by kaffe. When I write in ta(TextArea), nothing print out( System.out.println(evt) ). it seems textValueChanged event never come. Can't kaffe(1.0.5-6) capture this event? How should I modify it? Thanks! Dorothy Wu

Re: textValueChanged never come

2001-11-15 Thread David Jardine
Do you need ta.requestFocus() in there somewhere, perhaps? I myself have problems getting, retaining or getting back keyboard focus with Kaffee. Is this a known issue? David On Thu, Nov 15, 2001 at 04:24:38PM +0800, Dorothy Wu wrote: hello! Could u help me check the