compiling kaffe for mips

2001-11-15 Thread Mark and Janice Juszczec
Hello all I'm trying to compile kaffe 1.0.6 for a mips processor. My build machine is a Compaq Presario 2266, i586 with RedHat 7.0 & kernel 2.2.16-22. I've got the binutils-mipsel-linux-2.8.1-2lv cross compilation tools installed. In the environment, I've defined: export CC=/usr/bin/mips

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 t

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